Translation components API.

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

GET /api/translations/platformx/auth/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/478028/?format=api",
            "component": "http://weblate.ucs.ru/api/components/platformx/auth/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/platformx/auth/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-12-03T11:32:42",
            "action": 13,
            "target": "",
            "id": 152672,
            "action_name": "New source string",
            "url": "http://weblate.ucs.ru/api/changes/152672/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/478029/?format=api",
            "component": "http://weblate.ucs.ru/api/components/platformx/auth/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/platformx/auth/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-12-03T11:32:42",
            "action": 13,
            "target": "",
            "id": 152673,
            "action_name": "New source string",
            "url": "http://weblate.ucs.ru/api/changes/152673/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/478030/?format=api",
            "component": "http://weblate.ucs.ru/api/components/platformx/auth/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/platformx/auth/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-12-03T11:32:42",
            "action": 13,
            "target": "",
            "id": 152674,
            "action_name": "New source string",
            "url": "http://weblate.ucs.ru/api/changes/152674/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/platformx/auth/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/platformx/auth/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-12-03T11:32:42",
            "action": 0,
            "target": "",
            "id": 152675,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/152675/?format=api"
        }
    ]
}