Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/2077991/?format=api",
    "component": "http://waldo.team/api/components/wl3/characters/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/characters/ko/?format=api",
    "glossary_term": null,
    "user": "http://waldo.team/api/users/taamro/?format=api",
    "author": "http://waldo.team/api/users/taamro/?format=api",
    "timestamp": "2022-04-02T12:16:20.279206+09:00",
    "action": 5,
    "target": "정찰로봇",
    "id": 2009081,
    "action_name": "New translation",
    "url": "http://waldo.team/api/changes/2009081/?format=api"
}