Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/shizuku/manager/es_419/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-10-24T14:41:45.937063Z",
    "action": 44,
    "target": "",
    "id": 12248,
    "action_name": "New string to translate",
    "url": "https://weblate.rikka.app/api/changes/12248/?format=api"
}