Translation components API.

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

GET /api/translations/storehouse5/sh5licen/de_AT/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/de_AT/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-03-17T09:13:15",
            "action": 0,
            "target": "",
            "id": 438883,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/438883/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/de_AT/?format=api",
            "dictionary": null,
            "user": 72,
            "author": null,
            "timestamp": "2020-03-17T09:13:15",
            "action": 17,
            "target": "",
            "id": 438884,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/438884/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/de_AT/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-03-17T09:13:41",
            "action": 44,
            "target": "",
            "id": 438890,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/438890/?format=api"
        }
    ]
}