Translation projects API.

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

GET /api/projects/active-effect-manager-lib/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 204,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/25580/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T08:57:24.262889Z",
            "action": 59,
            "target": "Status Effect Names",
            "old": "",
            "details": {
                "state": 20,
                "source": "Status Effect Names",
                "old_state": -1
            },
            "id": 35844,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/35844/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T08:57:23.623328Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 35843,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/35843/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/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-09-17T08:57:23.136820Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 35842,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/35842/?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-09-17T08:55:49.861967Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 35841,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/35841/?format=api"
        }
    ]
}