Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-11T15:36:48.469139Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "zh_Hans.tbx"
            },
            "id": 276425,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/276425/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-05T01:04:34.924945Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "ru.tbx"
            },
            "id": 260623,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/260623/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-15T19:54:23.979773Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 241931,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/241931/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:34:54.506048Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 221195,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221195/?format=api"
        }
    ]
}