Translation components API.

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

GET /api/translations/swade/main/pl/changes/?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3201,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/changes/?format=api&page=64",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/swade/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
            "author": null,
            "timestamp": "2024-08-14T16:46:22.885377Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 474746,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/474746/?format=api"
        }
    ]
}