Translation components API.

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

GET /api/translations/shelter2/shelter_hk/mk/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": "http://weblate.ucs.ru/api/components/shelter2/shelter_hk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_hk/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": 153,
            "timestamp": "2025-05-30T10:34:27",
            "action": 0,
            "target": "",
            "id": 1242103,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1242103/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_hk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_hk/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": null,
            "timestamp": "2025-05-30T10:34:27",
            "action": 17,
            "target": "",
            "id": 1242104,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1242104/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_hk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_hk/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": 153,
            "timestamp": "2025-05-30T10:34:40",
            "action": 44,
            "target": "",
            "id": 1242108,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1242108/?format=api"
        }
    ]
}