Changes API

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

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

{
    "unit": "https://localization.fgae.de/api/units/43636/?format=api",
    "component": "https://localization.fgae.de/api/components/camerafv5/app/?format=api",
    "translation": "https://localization.fgae.de/api/translations/camerafv5/app/nl/?format=api",
    "dictionary": null,
    "user": 253,
    "author": 253,
    "timestamp": "2021-06-14T00:40:21.522502Z",
    "action": 5,
    "target": "Instellingen",
    "id": 12838,
    "action_name": "New translation",
    "url": "https://localization.fgae.de/api/changes/12838/?format=api"
}