Translation components API.

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

GET /api/translations/crnd-web-17-0/test_crnd_web_field_domain/uk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.crnd.pro/api/components/crnd-web-17-0/test_crnd_web_field_domain/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/crnd-web-17-0/test_crnd_web_field_domain/uk/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T19:21:37.123109+02:00",
            "action": 0,
            "target": "",
            "id": 189738,
            "action_name": "Resource update",
            "url": "http://weblate.crnd.pro/api/changes/189738/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.crnd.pro/api/components/crnd-web-17-0/test_crnd_web_field_domain/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/crnd-web-17-0/test_crnd_web_field_domain/uk/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T19:21:37.361409+02:00",
            "action": 44,
            "target": "",
            "id": 189743,
            "action_name": "New strings to translate",
            "url": "http://weblate.crnd.pro/api/changes/189743/?format=api"
        }
    ]
}