Translation components API.

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

GET /api/translations/swade-immersive-macros/glossary/en/changes/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 701,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/swade-immersive-macros/glossary/en/changes/?format=api&page=14",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/200164/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/swade-immersive-macros/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/swade-immersive-macros/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
            "timestamp": "2023-04-06T17:31:45.170135Z",
            "action": 31,
            "target": "injury",
            "old": "",
            "details": {},
            "id": 293371,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/293371/?format=api"
        }
    ]
}