Translation components API.

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

GET /api/translations/storehouse5/sh5licen/et/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/et/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2020-01-24T11:00:28",
            "action": 0,
            "target": "",
            "id": 404605,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/404605/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/et/?format=api",
            "dictionary": null,
            "user": 6,
            "author": null,
            "timestamp": "2020-01-24T11:00:28",
            "action": 17,
            "target": "",
            "id": 404606,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/404606/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/et/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2020-01-24T11:00:46",
            "action": 44,
            "target": "",
            "id": 404615,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/404615/?format=api"
        }
    ]
}