Translation components API.

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

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

{
    "count": 161,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/ro/changes/?format=api&page=8",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-22T16:06:18",
            "action": 44,
            "target": "",
            "id": 1148917,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1148917/?format=api"
        }
    ]
}