Changes API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/230769/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://translate-dev.freebsd.org/api/units/412869/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvm-design_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvm-design_index/es/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/fernape/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/fernape/?format=api",
    "timestamp": "2021-03-24T15:29:26.925461Z",
    "action": 5,
    "target": "Esto significa que FreeBSD no intentará demasiado fuerte separar las páginas sucias (cola inactiva) de las limpias (cola de caché ) cuando el sistema no está bajo estrés, ni intentará desactivar páginas (cola activa -> cola inactiva) cuando el sistema no está bajo estrés, incluso si no están siendo utilizadas.",
    "id": 230769,
    "action_name": "New translation",
    "url": "https://translate-dev.freebsd.org/api/changes/230769/?format=api"
}