Translation components API.

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

GET /api/translations/tails/sidebar/en/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.boum.org/api/components/tails/sidebar/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/sidebar/en/?format=api",
            "user": "https://translate.tails.boum.org/api/users/victordargallo/?format=api",
            "author": null,
            "timestamp": "2023-12-05T23:10:14.713672Z",
            "action": 57,
            "target": "home-page",
            "id": 3203337,
            "action_name": "Screenshot added",
            "url": "https://translate.tails.boum.org/api/changes/3203337/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/586221/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/sidebar/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/sidebar/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-26T15:17:36.502582Z",
            "action": 13,
            "target": "",
            "id": 3088289,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3088289/?format=api"
        }
    ]
}