Translation components API.

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

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

{
    "count": 153,
    "next": null,
    "previous": "https://translate.tails.net/api/translations/tails/first_stepsindex/es/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/first_stepsindex/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/first_stepsindex/es/?format=api",
            "user": "https://translate.tails.net/api/users/emmapeel/?format=api",
            "author": "https://translate.tails.net/api/users/emmapeel/?format=api",
            "timestamp": "2015-07-29T07:42:56Z",
            "action": 9,
            "target": "",
            "old": "",
            "details": {},
            "id": 7666,
            "action_name": "Translation uploaded",
            "url": "https://translate.tails.net/api/changes/7666/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/first_stepsindex/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/first_stepsindex/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-07-29T07:42:51Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 7664,
            "action_name": "Changes committed",
            "url": "https://translate.tails.net/api/changes/7664/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/first_stepsindex/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/first_stepsindex/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-07-28T07:38:02Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 6843,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/6843/?format=api"
        }
    ]
}