Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/minecraft/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-07-03T09:25:47.604650Z",
            "action": 47,
            "target": "",
            "id": 112860,
            "action_name": "Alert triggered",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/112860/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/minecraft/glossary/?format=api",
            "translation": null,
            "user": "https://itzulpenak.gamerauntsia.eus/api/users/galaipa/?format=api",
            "author": null,
            "timestamp": "2021-05-18T20:31:31.792011Z",
            "action": 14,
            "target": "",
            "id": 108172,
            "action_name": "Component locked",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108172/?format=api"
        }
    ]
}