Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/vampiresurvivors/glossary/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/vampiresurvivors/glossary/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-11T18:04:54.027077Z",
            "action": 0,
            "target": "",
            "id": 203303,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/203303/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/vampiresurvivors/glossary/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/vampiresurvivors/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-11T18:00:58.353663Z",
            "action": 0,
            "target": "",
            "id": 200613,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/200613/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/vampiresurvivors/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-12-11T18:00:57.971522Z",
            "action": 21,
            "target": "",
            "id": 200612,
            "action_name": "Repository rebased",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/200612/?format=api"
        }
    ]
}