Translation components API.

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

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

{
    "count": 101,
    "next": null,
    "previous": "https://translate.tails.net/api/translations/tails/tor_browser/ar/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translate.tails.net/api/components/tails/tor_browser/?format=api",
            "translation": "https://translate.tails.net/api/translations/tails/tor_browser/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-06-30T09:26:02Z",
            "action": 0,
            "target": "",
            "id": 64308,
            "action_name": "Resource updated",
            "url": "https://translate.tails.net/api/changes/64308/?format=api"
        }
    ]
}