Translation components API.

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

GET /api/translations/tails/duckduckgo_challenge/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": "https://translate.tails.boum.org/api/units/643696/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/duckduckgo_challenge/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/duckduckgo_challenge/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-08T17:14:17.147199Z",
            "action": 13,
            "target": "",
            "id": 3147826,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3147826/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/643694/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/duckduckgo_challenge/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/duckduckgo_challenge/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-08T17:14:17.105125Z",
            "action": 13,
            "target": "",
            "id": 3147825,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3147825/?format=api"
        }
    ]
}