Translation components API.

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

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

{
    "count": 54,
    "next": null,
    "previous": "https://translate.tails.net/api/translations/tails/pidgin/tr/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/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-14T11:08:42Z",
            "action": 0,
            "target": "",
            "id": 39298,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/39298/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/pidgin/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-03-13T12:53:08Z",
            "action": 0,
            "target": "",
            "id": 35763,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/35763/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/pidgin/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-08-01T09:05:54Z",
            "action": 0,
            "target": "",
            "id": 15908,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/15908/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/pidgin/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-07-28T07:38:57Z",
            "action": 0,
            "target": "",
            "id": 7047,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/7047/?format=api"
        }
    ]
}