Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/556456/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_service_item_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_service_item_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T17:39:11.674119+02:00",
            "action": 13,
            "target": "",
            "id": 182892,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/182892/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/556458/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_service_item_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_service_item_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T17:39:11.699319+02:00",
            "action": 13,
            "target": "",
            "id": 182893,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/182893/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/556460/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_service_item_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_service_item_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T17:39:11.723422+02:00",
            "action": 13,
            "target": "",
            "id": 182894,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/182894/?format=api"
        }
    ]
}