Translation components API.

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

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

{
    "count": 103,
    "next": null,
    "previous": "https://translate.tails.boum.org/api/translations/tails/index/it/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/index/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/index/it/?format=api",
            "user": "https://translate.tails.boum.org/api/users/emmapeel/?format=api",
            "author": "https://translate.tails.boum.org/api/users/emmapeel/?format=api",
            "timestamp": "2016-07-13T12:10:39Z",
            "action": 0,
            "target": "",
            "id": 37786,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/37786/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/index/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/index/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-08-01T09:04:43Z",
            "action": 0,
            "target": "",
            "id": 14861,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/14861/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/index/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/index/it/?format=api",
            "user": "https://translate.tails.boum.org/api/users/admin/?format=api",
            "author": "https://translate.tails.boum.org/api/users/admin/?format=api",
            "timestamp": "2015-07-17T07:16:07Z",
            "action": 0,
            "target": "",
            "id": 6599,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/6599/?format=api"
        }
    ]
}