Translation components API.

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

GET /api/translations/storehouse5/domm/lt/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/storehouse5/domm/lt/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1770057/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/lt/?format=api",
            "dictionary": null,
            "user": 147,
            "author": 147,
            "timestamp": "2021-02-24T08:25:50",
            "action": 5,
            "target": "Netinkamas paprasto tipo kintamojo aprašymas.",
            "id": 706662,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/706662/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1770060/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/lt/?format=api",
            "dictionary": null,
            "user": 147,
            "author": 147,
            "timestamp": "2021-02-24T08:27:58",
            "action": 5,
            "target": "Per daug įdėtų srauto aprašų.",
            "id": 706663,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/706663/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/lt/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-04T11:10:40",
            "action": 17,
            "target": "",
            "id": 715060,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/715060/?format=api"
        }
    ]
}