Translation components API.

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

GET /api/translations/tails/talk/ca/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.boum.org/api/translations/tails/talk/ca/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.tails.boum.org/api/units/92829/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/talk/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/talk/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-14T11:11:19Z",
            "action": 13,
            "target": "",
            "id": 40012,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/40012/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/talk/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/talk/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-14T11:11:19Z",
            "action": 0,
            "target": "",
            "id": 40015,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/40015/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/talk/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/talk/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-08-01T09:06:36Z",
            "action": 0,
            "target": "",
            "id": 16396,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/16396/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/talk/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/talk/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-07-28T07:39:25Z",
            "action": 0,
            "target": "",
            "id": 7165,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/7165/?format=api"
        }
    ]
}