Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/484997/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-16-0/generic_request_contract_resource/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/generic_request_contract_resource/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T19:57:52.744422+03:00",
            "action": 13,
            "target": "",
            "id": 163520,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/163520/?format=api"
        }
    ]
}