Translation components API.

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

GET /api/components/stepmania/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/stepmania/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-06-11T20:13:19.210229Z",
            "action": 47,
            "target": "",
            "id": 112621,
            "action_name": "Alert triggered",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/112621/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/stepmania/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-06-06T20:13:18.434092Z",
            "action": 47,
            "target": "",
            "id": 112578,
            "action_name": "Alert triggered",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/112578/?format=api"
        }
    ]
}