Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/10239/?format=api",
    "component": "https://weblate.rikka.app/api/components/libraries/chooser/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/libraries/chooser/ko/?format=api",
    "user": "https://weblate.rikka.app/api/users/Kimjio/?format=api",
    "author": "https://weblate.rikka.app/api/users/Kimjio/?format=api",
    "timestamp": "2020-08-29T09:11:53.269171Z",
    "action": 5,
    "target": "작업을 수행할 수 있는 앱이 없습니다.",
    "id": 6658,
    "action_name": "New translation",
    "url": "https://weblate.rikka.app/api/changes/6658/?format=api"
}