Translation components API.

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

GET /api/translations/webinterface/webinterface/ru/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/ru/changes/?format=api&page=3",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/402651/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webinterface/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/ru/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-06-08T09:39:23",
            "action": 5,
            "target": "OK",
            "id": 551434,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/551434/?format=api"
        }
    ]
}