Translation components API.

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

GET /api/components/item-piles/glossary/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-12T01:30:08.235273Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "ja.tbx"
            },
            "id": 33632,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/33632/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-12T01:30:08.178175Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 33631,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/33631/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-12T01:30:08.131261Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 33630,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/33630/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-12T01:30:06.664351Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 33629,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/33629/?format=api"
        }
    ]
}