Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.phyphox.org/api/components/phyphox/glossary/?format=api",
            "translation": "https://translate.phyphox.org/api/translations/phyphox/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-08T15:18:20.777745Z",
            "action": 0,
            "target": "",
            "id": 10024,
            "action_name": "Resource update",
            "url": "https://translate.phyphox.org/api/changes/10024/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.phyphox.org/api/components/phyphox/glossary/?format=api",
            "translation": "https://translate.phyphox.org/api/translations/phyphox/glossary/cs/?format=api",
            "user": "https://translate.phyphox.org/api/users/staacks/?format=api",
            "author": "https://translate.phyphox.org/api/users/staacks/?format=api",
            "timestamp": "2021-12-03T19:59:17.845588Z",
            "action": 0,
            "target": "",
            "id": 10439,
            "action_name": "Resource update",
            "url": "https://translate.phyphox.org/api/changes/10439/?format=api"
        },
        {
            "unit": "https://translate.phyphox.org/api/units/49774/?format=api",
            "component": "https://translate.phyphox.org/api/components/phyphox/glossary/?format=api",
            "translation": "https://translate.phyphox.org/api/translations/phyphox/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-11-17T10:42:54.169872Z",
            "action": 31,
            "target": "",
            "id": 21774,
            "action_name": "New string added",
            "url": "https://translate.phyphox.org/api/changes/21774/?format=api"
        }
    ]
}