Translation components API.

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

GET /api/translations/rk_metrica/plugin/lt/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_metrica/plugin/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_metrica/plugin/lt/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-07-07T08:12:30",
            "action": 0,
            "target": "",
            "id": 573558,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/573558/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_metrica/plugin/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_metrica/plugin/lt/?format=api",
            "dictionary": null,
            "user": 72,
            "author": null,
            "timestamp": "2020-07-07T08:12:30",
            "action": 17,
            "target": "",
            "id": 573559,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/573559/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_metrica/plugin/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_metrica/plugin/lt/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-07-07T08:12:34",
            "action": 44,
            "target": "",
            "id": 573561,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/573561/?format=api"
        }
    ]
}