Translation components API.

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

GET /api/translations/party-overview/glossary/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/231313/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2023-06-24T21:44:07.153653Z",
            "action": 31,
            "target": "XP",
            "old": "",
            "details": {},
            "id": 352054,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/352054/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/231311/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2023-06-24T21:43:31.412918Z",
            "action": 31,
            "target": "proficiency",
            "old": "",
            "details": {},
            "id": 352047,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/352047/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/231309/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2023-06-24T21:40:36.853557Z",
            "action": 31,
            "target": "party",
            "old": "",
            "details": {},
            "id": 352018,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/352018/?format=api"
        }
    ]
}