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

{
    "unit": "http://weblate.tectic.de/api/units/15396/?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-26T22:12:43.294026+02:00",
    "action": 5,
    "target": "Des amélioration additionnel pour l'extracteur de minerai et la fonderie sont maintenant disponible. Nous avons enfin perfectionné le système de carrière. Utiliser une sonde géothermique pour identifier une bonne position puis placer la carrière pour commencer l’opération de minage.",
    "id": 9062,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/9062/?format=api"
}