Translation components API.

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

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

{
    "count": 461,
    "next": null,
    "previous": "http://waldo.team/api/components/wl3/inputactions/changes/?format=api&page=23",
    "results": [
        {
            "unit": null,
            "component": "http://waldo.team/api/components/wl3/inputactions/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-11-28T03:30:00.321905+09:00",
            "action": 47,
            "target": "",
            "id": 3732230,
            "action_name": "New alert",
            "url": "http://waldo.team/api/changes/3732230/?format=api"
        }
    ]
}