Changes API.

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

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

{
    "unit": "https://translate.ayana.io/api/units/39/?format=api",
    "component": "https://translate.ayana.io/api/components/ayana/_meta/?format=api",
    "translation": "https://translate.ayana.io/api/translations/ayana/_meta/id/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-04-28T19:28:03.722871Z",
    "action": 59,
    "target": "False",
    "id": 23235,
    "action_name": "String updated in the repository",
    "url": "https://translate.ayana.io/api/changes/23235/?format=api"
}