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

{
    "unit": "http://weblate.tectic.de/api/units/15404/?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-27T00:08:20.987027+02:00",
    "action": 5,
    "target": "Le laboratoire est requis pour rechercher des projets avancé qui va augmenter notre niveau de recherche débloquant d'autres projet et des recettes. Un total de 27 composants de laboratoire sont requis ( fabrication de 9 à chaque recette) et doit être construit en configuration 3x3x3.",
    "id": 9197,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/9197/?format=api"
}