Translation components API.

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

GET /api/components/module-credits/glossary/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/module-credits/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/module-credits/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-24T21:11:49.796598Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 436179,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/436179/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/module-credits/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/module-credits/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-24T21:11:49.672316Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 436178,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/436178/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/module-credits/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/module-credits/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-06T23:00:17.552491Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt_BR.tbx"
            },
            "id": 293706,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/293706/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/module-credits/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/module-credits/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-07T14:33:58.255172Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 71512,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/71512/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/module-credits/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-10-07T13:47:06.713369Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 65881,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/65881/?format=api"
        }
    ]
}