Translation components API.

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

GET /api/translations/pf1/glossary/it/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/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-24T11:46:16.630959Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 413226,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/413226/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165803/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/it/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/emdant/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/emdant/?format=api",
            "timestamp": "2023-12-23T11:34:16.735506Z",
            "action": 5,
            "target": "Pathfinder 1",
            "old": "",
            "details": {
                "state": 20,
                "source": "Pathfinder 1",
                "old_state": 0
            },
            "id": 413100,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/413100/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165803/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/it/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/emdant/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/emdant/?format=api",
            "timestamp": "2023-12-23T11:34:16.731394Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 413099,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/413099/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165803/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T23:38:24.511264Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 240629,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/240629/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T21:11:05.749019Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "it.tbx"
            },
            "id": 235959,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/235959/?format=api"
        }
    ]
}