Translation components API.

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

GET /api/translations/guestscreen/common/lv/changes/?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 441,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/guestscreen/common/lv/changes/?format=api&page=22",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/guestscreen/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/guestscreen/common/lv/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2024-11-25T07:15:10",
            "action": 44,
            "target": "",
            "id": 1207630,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1207630/?format=api"
        }
    ]
}