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

{
    "unit": "http://weblate.tectic.de/api/units/69793/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-materials/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-materials/cs/?format=api",
    "dictionary": null,
    "user": 156,
    "author": 156,
    "timestamp": "2020-05-13T09:21:39.785186+02:00",
    "action": 5,
    "target": "5m x 5m\n Neomezené\n 1280 na metr\n 2560\n 2560 za vteřinu\n 0.2 metrů za vteřinu",
    "id": 75487,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/75487/?format=api"
}