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

{
    "unit": "http://weblate.tectic.de/api/units/15400/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-completedresearch/fr/?format=api",
    "dictionary": null,
    "user": 8,
    "author": 8,
    "timestamp": "2017-04-26T23:28:17.822502+02:00",
    "action": 5,
    "target": "Nous avons aussi conçus un nouveau type de générateur d'énergie provisoire, Cependant pour compléter cette recherche nous aurons besoin de trouver une source d'énergie plus dense que le charbon.",
    "id": 9183,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/9183/?format=api"
}