Translation components API.

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

GET /api/translations/tails/anonymous_internet/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/anonymous_internet/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/anonymous_internet/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:50.324572Z",
            "action": 0,
            "target": "",
            "id": 3430581,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/3430581/?format=api"
        },
        {
            "unit": "https://translate.tails.net/api/units/718213/?format=api",
            "component": "https://translate.tails.net/api/components/tails/anonymous_internet/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/anonymous_internet/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:50.324542Z",
            "action": 59,
            "target": "",
            "id": 3430580,
            "action_name": "String updated in the repository",
            "url": "https://translate.tails.net/api/changes/3430580/?format=api"
        },
        {
            "unit": "https://translate.tails.net/api/units/718212/?format=api",
            "component": "https://translate.tails.net/api/components/tails/anonymous_internet/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/anonymous_internet/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-06T15:16:50.324496Z",
            "action": 59,
            "target": "",
            "id": 3430579,
            "action_name": "String updated in the repository",
            "url": "https://translate.tails.net/api/changes/3430579/?format=api"
        }
    ]
}