Translation components API.

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

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

{
    "count": 104,
    "next": null,
    "previous": "https://translate.tails.boum.org/api/translations/tails/contribute/tr/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.tails.boum.org/api/units/217185/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/contribute/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/contribute/tr/?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": "2018-07-01T15:45:21Z",
            "action": 7,
            "target": "<div class=\"note\">\n",
            "id": 111926,
            "action_name": "Suggestion accepted",
            "url": "https://translate.tails.boum.org/api/changes/111926/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/contribute/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/contribute/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-19T09:25:45Z",
            "action": 0,
            "target": "",
            "id": 109177,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/109177/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/contribute/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/contribute/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-28T08:31:55Z",
            "action": 0,
            "target": "",
            "id": 98921,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/98921/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/contribute/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/contribute/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-21T12:40:49Z",
            "action": 0,
            "target": "",
            "id": 94245,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/94245/?format=api"
        }
    ]
}