Translation components API.

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

GET /api/translations/tails/pidgin/ar/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://translate.tails.net/api/translations/tails/pidgin/ar/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/pidgin/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-02-05T20:31:13Z",
            "action": 17,
            "target": "",
            "id": 79097,
            "action_name": "Changes committed",
            "url": "https://translate.tails.net/api/changes/79097/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/pidgin/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-06-30T09:25:53Z",
            "action": 0,
            "target": "",
            "id": 64274,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/64274/?format=api"
        }
    ]
}