Translation components API.

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

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

{
    "count": 1641,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/deliverypos/deliverypos/fr/changes/?format=api&page=82",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/deliverypos/deliverypos/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/deliverypos/deliverypos/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2021-01-19T09:00:32",
            "action": 0,
            "target": "",
            "id": 686944,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/686944/?format=api"
        }
    ]
}