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/71607/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.tectic.de/api/units/40632/?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:33:23.961935+02:00",
    "action": 2,
    "target": "W, A, S, D: movimiento\nEspacio: Saltar\nEspacio x 2: Activar el modo Jetpack\nQ: Volar hacia abajo\nShift: Impulso\nTierra para apagar\nEsc: Menú de pausa\nH: Pantalla de ayuda",
    "id": 71607,
    "action_name": "Translation changed",
    "url": "http://weblate.tectic.de/api/changes/71607/?format=api"
}