Translation components API.

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

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

{
    "count": 4661,
    "next": null,
    "previous": "https://waldo.team/api/components/wl3/quest/changes/?format=api&page=233",
    "results": [
        {
            "unit": null,
            "component": "https://waldo.team/api/components/wl3/quest/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-01-28T03:30:00.267585+09:00",
            "action": 47,
            "target": "",
            "id": 3402372,
            "action_name": "New alert",
            "url": "https://waldo.team/api/changes/3402372/?format=api"
        }
    ]
}