Translation components API.

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

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

{
    "count": 7142,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/sh/de_AT/changes/?format=api&page=357",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/de_AT/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-07T11:28:17",
            "action": 0,
            "target": "",
            "id": 1157605,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1157605/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/de_AT/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-07T11:36:03",
            "action": 44,
            "target": "",
            "id": 1157640,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1157640/?format=api"
        }
    ]
}