Changes API

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/15/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://localization.fgae.de/api/units/13/?format=api",
    "component": "https://localization.fgae.de/api/components/camerafv5/app/?format=api",
    "translation": "https://localization.fgae.de/api/translations/camerafv5/app/en/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2019-05-23T01:12:20.628198Z",
    "action": 13,
    "target": "",
    "id": 15,
    "action_name": "New source string",
    "url": "https://localization.fgae.de/api/changes/15/?format=api"
}