Translation components API.

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

GET /api/translations/sh5dct/main/cs/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/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2023-10-11T08:33:40",
            "action": 0,
            "target": "",
            "id": 870352,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/870352/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": null,
            "timestamp": "2023-10-11T08:33:40",
            "action": 17,
            "target": "",
            "id": 870353,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/870353/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2023-10-11T08:33:44",
            "action": 44,
            "target": "",
            "id": 870355,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/870355/?format=api"
        }
    ]
}