Translation components API.

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

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

{
    "count": 83,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/sr/changes/?format=api&page=4",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1753863/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/sr/?format=api",
            "dictionary": null,
            "user": 135,
            "author": 135,
            "timestamp": "2020-07-30T12:07:32",
            "action": 5,
            "target": "Nekompatibilna verzija StoreHouse servera",
            "id": 583225,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/583225/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1753865/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/sr/?format=api",
            "dictionary": null,
            "user": 135,
            "author": 135,
            "timestamp": "2020-07-30T12:07:41",
            "action": 5,
            "target": "Verzija",
            "id": 583226,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/583226/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/sr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-08-19T10:25:54",
            "action": 17,
            "target": "",
            "id": 596535,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/596535/?format=api"
        }
    ]
}