Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.tails.boum.org/api/units/624266/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/error/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/error/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-28T01:21:39.651230Z",
            "action": 13,
            "target": "",
            "id": 3122098,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3122098/?format=api"
        }
    ]
}