Translation projects API.

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

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

{
    "count": 155,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T20:48:09.382658Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "languages/de.json"
            },
            "id": 219319,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/219319/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T20:48:09.221617Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "languages/en.json"
            },
            "id": 219308,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/219308/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T20:48:08.830172Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 219297,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/219297/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/scenery/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": "2023-02-12T20:48:08.211618Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 219296,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/219296/?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": "2023-02-12T17:27:41.837068Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 217406,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/217406/?format=api"
        }
    ]
}