Translation components API.

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

GET /api/components/wadb/glossary/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://weblate.rikka.app/api/components/wadb/glossary/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/wadb/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/glossary/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-07T20:43:43.388374Z",
            "action": 0,
            "target": "",
            "id": 63552,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/63552/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/wadb/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/glossary/enm/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-15T20:43:46.932542Z",
            "action": 0,
            "target": "",
            "id": 64837,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/64837/?format=api"
        }
    ]
}