Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/mobcashdesk/client/cs/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1425098/?format=api",
            "component": "http://weblate.ucs.ru/api/components/mobcashdesk/client/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/mobcashdesk/client/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2022-06-06T15:02:18",
            "action": 5,
            "target": "Nesprávná data volání příkazu",
            "id": 796990,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/796990/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1425099/?format=api",
            "component": "http://weblate.ucs.ru/api/components/mobcashdesk/client/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/mobcashdesk/client/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2022-06-06T15:02:26",
            "action": 5,
            "target": "Chyba při práci s daty na terminálu",
            "id": 796991,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/796991/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/mobcashdesk/client/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/mobcashdesk/client/cs/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-01T17:12:34",
            "action": 17,
            "target": "",
            "id": 801357,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/801357/?format=api"
        }
    ]
}