Translation components API.

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

GET /api/translations/tails/index/fr/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/index/fr/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/fr/?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": 37785,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/37785/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-08-01T09:04:43Z",
            "action": 0,
            "target": "",
            "id": 14860,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/14860/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-06-12T11:44:56Z",
            "action": 0,
            "target": "",
            "id": 89,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/89/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-06-12T11:30:58Z",
            "action": 0,
            "target": "",
            "id": 57,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/57/?format=api"
        }
    ]
}