Translation components API.

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

GET /api/translations/onionshare/translations/da/changes/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 551,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/onionshare/translations/da/changes/?format=api&page=11",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/onionshare/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/onionshare/translations/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-09-03T17:41:07+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3041574,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3041574/?format=api"
        }
    ]
}