Translation components API.

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

GET /api/translations/tails/contribute/zh/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.boum.org/api/translations/tails/contribute/zh/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translate.tails.boum.org/api/components/tails/contribute/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/contribute/zh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-21T12:40:50Z",
            "action": 0,
            "target": "",
            "id": 94246,
            "action_name": "Resource updated",
            "url": "https://translate.tails.boum.org/api/changes/94246/?format=api"
        }
    ]
}