Translation components API.

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

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

{
    "count": 5101,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/changes/?format=api&page=102",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
            "translation": null,
            "user": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "timestamp": "2022-09-05T00:47:30.607565Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 19383,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/19383/?format=api"
        }
    ]
}