Translation components API.

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

GET /api/translations/storehouse5/domm/sk/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/domm/sk/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1399171/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/sk/?format=api",
            "dictionary": null,
            "user": 118,
            "author": 118,
            "timestamp": "2020-05-29T13:34:43",
            "action": 5,
            "target": "Chyba Win32 = %d: %s",
            "id": 547007,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/547007/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/sk/?format=api",
            "dictionary": null,
            "user": 6,
            "author": null,
            "timestamp": "2020-06-26T09:08:45",
            "action": 17,
            "target": "",
            "id": 557378,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/557378/?format=api"
        }
    ]
}