Translation components API.

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

GET /api/components/dreamboxrestream/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://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-06-12T22:44:30.920404+02:00",
            "action": 47,
            "target": "",
            "id": 18329,
            "action_name": "Alert triggered",
            "url": "https://weblate.theyosh.nl/api/changes/18329/?format=api"
        }
    ]
}