Translation components API.

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

GET /api/translations/tails/new_project_name/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/682932/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/new_project_name/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/new_project_name/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-05T03:34:45.375965Z",
            "action": 13,
            "target": "The Incognito author has declared it to be dead on March 23, 2010, and written that *amnesia* \"should be considered as its spiritual successor\". He adds that \"there's been some talk of making it the new Incognito even by name\". It did happen.",
            "id": 3285658,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3285658/?format=api"
        }
    ]
}