Translation components API.

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

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

{
    "count": 152,
    "next": null,
    "previous": "https://translate.tails.net/api/translations/tails/doc/fr/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://translate.tails.net/api/units/422/?format=api",
            "component": "https://translate.tails.net/api/components/tails/doc/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/doc/fr/?format=api",
            "user": "https://translate.tails.net/api/users/emmapeel/?format=api",
            "author": "https://translate.tails.net/api/users/emmapeel/?format=api",
            "timestamp": "2015-06-12T15:27:49Z",
            "action": 2,
            "target": "</div>\n",
            "id": 3486,
            "action_name": "Translation changed",
            "url": "https://translate.tails.net/api/changes/3486/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/doc/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/doc/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-06-12T13:20:39Z",
            "action": 0,
            "target": "",
            "id": 171,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/171/?format=api"
        }
    ]
}