Translation components API.

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

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

{
    "count": 43,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/sk/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/sk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-07T11:38:13",
            "action": 44,
            "target": "",
            "id": 1157708,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1157708/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/sk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-02T11:32:50",
            "action": 0,
            "target": "",
            "id": 1182167,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1182167/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/sk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-02T11:33:16",
            "action": 44,
            "target": "",
            "id": 1182183,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1182183/?format=api"
        }
    ]
}