Translation components API.

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

GET /api/translations/bureaucrat-generics-17-0/generic_request_action/ru/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_request_action/ru/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/561727/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_action/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_request_action/ru/?format=api",
            "glossary_term": null,
            "user": null,
            "author": "http://weblate.crnd.pro/api/users/anonymous/?format=api",
            "timestamp": "2024-12-13T17:42:09.580232+02:00",
            "action": 4,
            "target": "Действие",
            "id": 184140,
            "action_name": "Suggestion added",
            "url": "http://weblate.crnd.pro/api/changes/184140/?format=api"
        }
    ]
}