Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_approval_list/en/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/681596/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_approval_list/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_approval_list/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-15T12:25:02.416585+03:00",
            "action": 13,
            "target": "",
            "id": 202123,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/202123/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/681598/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_approval_list/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_approval_list/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-15T12:25:03.246834+03:00",
            "action": 13,
            "target": "",
            "id": 202124,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/202124/?format=api"
        }
    ]
}