Translation components API.

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

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