Translation components API.

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

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

{
    "count": 151,
    "next": null,
    "previous": "https://translate.tryton.org/api/translations/tryton/production_work/nl/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.tryton.org/api/components/tryton/production_work/?format=api",
            "translation": "https://translate.tryton.org/api/translations/tryton/production_work/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-05-06T13:03:09.649798Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 16746,
            "action_name": "Resource updated",
            "url": "https://translate.tryton.org/api/changes/16746/?format=api"
        }
    ]
}