Translation projects API.

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

GET /api/projects/lazymoney/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 106,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/projects/lazymoney/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90516/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/lazymoney/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/lazymoney/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:30:10.410388Z",
            "action": 59,
            "target": "Ignore electrum",
            "old": "",
            "details": {
                "state": 20,
                "source": "Ignore electrum",
                "old_state": -1
            },
            "id": 130910,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130910/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90515/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/lazymoney/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/lazymoney/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:30:10.410319Z",
            "action": 59,
            "target": "Automatically convert currency to higher denominations when adding money instead of the default behaviour of preserving the denominations you receive.",
            "old": "",
            "details": {
                "state": 20,
                "source": "Automatically convert currency to higher denominations when adding money instead of the default behaviour of preserving the denominations you receive.",
                "old_state": -1
            },
            "id": 130909,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130909/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90514/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/lazymoney/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/lazymoney/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:30:10.410052Z",
            "action": 59,
            "target": "Convert when adding money",
            "old": "",
            "details": {
                "state": 20,
                "source": "Convert when adding money",
                "old_state": -1
            },
            "id": 130908,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130908/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/lazymoney/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:30:09.548853Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 130907,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130907/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/lazymoney/main/?format=api",
            "translation": null,
            "user": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "timestamp": "2022-11-25T08:30:08.868035Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 130906,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130906/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "timestamp": "2022-11-25T08:29:02.984506Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 130905,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130905/?format=api"
        }
    ]
}