Translation components API.

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

GET /api/translations/tails/sidebar/bg/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": "https://translate.tails.net/api/components/tails/sidebar/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/sidebar/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:43.644356Z",
            "action": 0,
            "target": "",
            "id": 3430228,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/3430228/?format=api"
        },
        {
            "unit": "https://translate.tails.net/api/units/717885/?format=api",
            "component": "https://translate.tails.net/api/components/tails/sidebar/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/sidebar/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:43.644293Z",
            "action": 59,
            "target": "",
            "id": 3430227,
            "action_name": "String updated in the repository",
            "url": "https://translate.tails.net/api/changes/3430227/?format=api"
        }
    ]
}