Changes API.

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

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

{
    "unit": "http://translate.gtaf.org/api/units/101448/?format=api",
    "component": "http://translate.gtaf.org/api/components/sadiq/glossary/?format=api",
    "translation": "http://translate.gtaf.org/api/translations/sadiq/glossary/en/?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-02T18:04:45.459469Z",
    "action": 31,
    "target": "Sadiq",
    "id": 123047,
    "action_name": "String added",
    "url": "http://translate.gtaf.org/api/changes/123047/?format=api"
}