Translation components API.

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

GET /api/translations/tails/upgrade_tor/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/644160/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/upgrade_tor/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/upgrade_tor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-08T17:15:12.201751Z",
            "action": 13,
            "target": "",
            "id": 3148360,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3148360/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/644158/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/upgrade_tor/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/upgrade_tor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-08T17:15:12.178504Z",
            "action": 13,
            "target": "",
            "id": 3148359,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3148359/?format=api"
        }
    ]
}