Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/39537/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "timestamp": "2022-09-19T12:32:00.820631Z",
            "action": 31,
            "target": "{value}",
            "old": "",
            "details": {},
            "id": 51198,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/51198/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/39515/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "timestamp": "2022-09-19T11:41:15.489192Z",
            "action": 31,
            "target": "chassis",
            "old": "",
            "details": {},
            "id": 50966,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/50966/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/39459/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "timestamp": "2022-09-18T04:26:37.456047Z",
            "action": 31,
            "target": "items",
            "old": "",
            "details": {},
            "id": 50212,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/50212/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/39457/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/awitteck/?format=api",
            "timestamp": "2022-09-18T04:22:52.967454Z",
            "action": 31,
            "target": "advancement",
            "old": "",
            "details": {},
            "id": 50205,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/50205/?format=api"
        }
    ]
}