Translation components API.

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

GET /api/translations/kdspro/errors-lk/de_AT/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 101,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kdspro/errors-lk/de_AT/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kdspro/errors-lk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kdspro/errors-lk/de_AT/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2024-12-20T11:23:37",
            "action": 44,
            "target": "",
            "id": 1215126,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1215126/?format=api"
        }
    ]
}