Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.tectic.de/api/units/40638/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-creative/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-creative/es/?format=api",
    "dictionary": null,
    "user": 136,
    "author": 136,
    "timestamp": "2019-10-20T16:38:52.462727+02:00",
    "action": 5,
    "target": "Al usar el arma de construcción (seleccione presionando 'X'), el botón izquierdo del ratón construye el bloque seleccionado y el botón derecho del ratón lo elimina. Tiene un largo alcance de construcción, por lo que pueden construir bloques hasta 64 metros de distancia.",
    "id": 71613,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/71613/?format=api"
}