Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1266896/?format=api",
    "component": "http://waldo.team/api/components/pathfinder_kingmaker/general/?format=api",
    "translation": "http://waldo.team/api/translations/pathfinder_kingmaker/general/ko/?format=api",
    "glossary_term": null,
    "user": "http://waldo.team/api/users/JJ/?format=api",
    "author": "http://waldo.team/api/users/JJ/?format=api",
    "timestamp": "2021-01-15T23:19:44.898923+09:00",
    "action": 5,
    "target": "테스트",
    "id": 1331878,
    "action_name": "New translation",
    "url": "http://waldo.team/api/changes/1331878/?format=api"
}