Translation components API.

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

GET /api/translations/tails/sensitive_documents/bg/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/sensitive_documents/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/sensitive_documents/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:54.490590Z",
            "action": 0,
            "target": "",
            "id": 3430903,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/3430903/?format=api"
        },
        {
            "unit": "https://translate.tails.net/api/units/718519/?format=api",
            "component": "https://translate.tails.net/api/components/tails/sensitive_documents/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/sensitive_documents/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:54.490559Z",
            "action": 59,
            "target": "",
            "id": 3430902,
            "action_name": "String updated in the repository",
            "url": "https://translate.tails.net/api/changes/3430902/?format=api"
        },
        {
            "unit": "https://translate.tails.net/api/units/718518/?format=api",
            "component": "https://translate.tails.net/api/components/tails/sensitive_documents/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/sensitive_documents/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:54.490501Z",
            "action": 59,
            "target": "",
            "id": 3430901,
            "action_name": "String updated in the repository",
            "url": "https://translate.tails.net/api/changes/3430901/?format=api"
        }
    ]
}