Translation components API.

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

GET /api/translations/storehouse5/sdbman/en/changes/?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1041,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/sdbman/en/changes/?format=api&page=52",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sdbman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sdbman/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-11-03T11:10:04",
            "action": 44,
            "target": "",
            "id": 1326864,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1326864/?format=api"
        }
    ]
}