Changes API.

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

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

{
    "unit": "http://translate.gtaf.org/api/units/101465/?format=api",
    "component": "http://translate.gtaf.org/api/components/sadiq/glossary/?format=api",
    "translation": "http://translate.gtaf.org/api/translations/sadiq/glossary/vi/?format=api",
    "user": "http://translate.gtaf.org/api/users/breeza/?format=api",
    "author": "http://translate.gtaf.org/api/users/breeza/?format=api",
    "timestamp": "2025-01-02T21:12:33.390243Z",
    "action": 31,
    "target": "",
    "id": 123112,
    "action_name": "String added",
    "url": "http://translate.gtaf.org/api/changes/123112/?format=api"
}