Translation components API.

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

GET /api/translations/wadb/app/pt_BR/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 44,
    "next": null,
    "previous": "https://weblate.rikka.app/api/translations/wadb/app/pt_BR/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://weblate.rikka.app/api/units/24374/?format=api",
            "component": "https://weblate.rikka.app/api/components/wadb/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/app/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-07T03:07:59.020134Z",
            "action": 59,
            "target": "",
            "id": 14152,
            "action_name": "String updated in the repository",
            "url": "https://weblate.rikka.app/api/changes/14152/?format=api"
        },
        {
            "unit": "https://weblate.rikka.app/api/units/24375/?format=api",
            "component": "https://weblate.rikka.app/api/components/wadb/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/app/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-07T03:07:59.020189Z",
            "action": 59,
            "target": "",
            "id": 14153,
            "action_name": "String updated in the repository",
            "url": "https://weblate.rikka.app/api/changes/14153/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/wadb/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/app/pt_BR/?format=api",
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2022-04-07T03:07:59.020244Z",
            "action": 0,
            "target": "",
            "id": 14154,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/14154/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/wadb/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/app/pt_BR/?format=api",
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2022-04-07T03:07:59.367908Z",
            "action": 44,
            "target": "",
            "id": 14187,
            "action_name": "New strings to translate",
            "url": "https://weblate.rikka.app/api/changes/14187/?format=api"
        }
    ]
}