Translation components API.

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

GET /api/translations/storehouse5/qushman/uk/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/uk/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/qushman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/uk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-01T10:46:19",
            "action": 44,
            "target": "",
            "id": 1140508,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1140508/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/qushman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/uk/?format=api",
            "dictionary": null,
            "user": 184,
            "author": 184,
            "timestamp": "2024-04-11T14:11:22",
            "action": 0,
            "target": "",
            "id": 1144902,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1144902/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/qushman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/uk/?format=api",
            "dictionary": null,
            "user": 184,
            "author": 184,
            "timestamp": "2024-04-11T14:12:30",
            "action": 44,
            "target": "",
            "id": 1144906,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1144906/?format=api"
        }
    ]
}