Translation components API.

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

GET /api/translations/storehouse5/sh5licen/es/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/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/es/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-11-13T08:13:09",
            "action": 0,
            "target": "",
            "id": 649459,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/649459/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/es/?format=api",
            "dictionary": null,
            "user": 72,
            "author": null,
            "timestamp": "2020-11-13T08:13:09",
            "action": 17,
            "target": "",
            "id": 649460,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/649460/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/es/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-11-13T08:13:19",
            "action": 44,
            "target": "",
            "id": 649463,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/649463/?format=api"
        }
    ]
}