Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.phyphox.org/api/components/phyphox/experiments/?format=api",
    "translation": "https://translate.phyphox.org/api/translations/phyphox/experiments/zh_Hans/?format=api",
    "user": "https://translate.phyphox.org/api/users/staacks/?format=api",
    "author": "https://translate.phyphox.org/api/users/staacks/?format=api",
    "timestamp": "2021-06-17T10:14:35.285555Z",
    "action": 0,
    "target": "",
    "id": 2009,
    "action_name": "Resource update",
    "url": "https://translate.phyphox.org/api/changes/2009/?format=api"
}