Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "https://weblate.rikka.app/api/components/yasnac/glossary/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/yasnac/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/yasnac/glossary/th/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-10T12:05:52.600599Z",
            "action": 0,
            "target": "",
            "id": 38633,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/38633/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/yasnac/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/yasnac/glossary/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-23T20:02:17.179396Z",
            "action": 0,
            "target": "",
            "id": 43154,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/43154/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/yasnac/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/yasnac/glossary/or/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-22T16:23:11.875823Z",
            "action": 0,
            "target": "",
            "id": 44064,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/44064/?format=api"
        }
    ]
}