Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/keep-talking-and-nobody-explodes/glossary/?format=api",
            "translation": null,
            "user": "https://itzulpenak.gamerauntsia.eus/api/users/galaipa/?format=api",
            "author": null,
            "timestamp": "2021-05-18T20:31:08.493379Z",
            "action": 14,
            "target": "",
            "id": 108169,
            "action_name": "Component locked",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108169/?format=api"
        }
    ]
}