Translation components API.

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

GET /api/components/delivery/magsrvws/changes/?format=api&page=444
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 8861,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/delivery/magsrvws/changes/?format=api&page=443",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/delivery/magsrvws/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/magsrvws/hr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-12-18T08:45:46",
            "action": 44,
            "target": "",
            "id": 1334397,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1334397/?format=api"
        }
    ]
}