Translation components API.

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

GET /api/translations/bureaucrat-generics-16-0/generic_contract_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/504104/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-16-0/generic_contract_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/generic_contract_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T20:17:35.063533+03:00",
            "action": 13,
            "target": "",
            "id": 167389,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/167389/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/504106/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-16-0/generic_contract_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/generic_contract_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T20:17:35.113587+03:00",
            "action": 13,
            "target": "",
            "id": 167390,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/167390/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/504108/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-16-0/generic_contract_uuid/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/generic_contract_uuid/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T20:17:35.150575+03:00",
            "action": 13,
            "target": "",
            "id": 167391,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/167391/?format=api"
        }
    ]
}