Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/473540/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-16-0/generic_service_package_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/generic_service_package_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T19:52:09.315646+03:00",
            "action": 13,
            "target": "",
            "id": 161001,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/161001/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/473542/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-16-0/generic_service_package_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/generic_service_package_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T19:52:09.337312+03:00",
            "action": 13,
            "target": "",
            "id": 161002,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/161002/?format=api"
        }
    ]
}