Changes API.

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

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

{
    "unit": "https://waldo.team/api/units/1586362/?format=api",
    "component": "https://waldo.team/api/components/dai/dialogue/?format=api",
    "translation": "https://waldo.team/api/translations/dai/dialogue/ko/?format=api",
    "glossary_term": null,
    "user": "https://waldo.team/api/users/myeongranbab/?format=api",
    "author": "https://waldo.team/api/users/myeongranbab/?format=api",
    "timestamp": "2021-03-17T22:53:02.660815+09:00",
    "action": 5,
    "target": "메레디스가 불안정했다고 했죠.",
    "id": 1480143,
    "action_name": "New translation",
    "url": "https://waldo.team/api/changes/1480143/?format=api"
}