Translation projects API.

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

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

{
    "count": 555,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/changes/?format=api&page=11",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/146653/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:06:38.724622Z",
            "action": 59,
            "target": "Unknown Token",
            "old": "",
            "details": {
                "state": 20,
                "source": "Unknown Token",
                "old_state": -1
            },
            "id": 220786,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/220786/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/146652/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:06:38.724554Z",
            "action": 59,
            "target": "Can't find token.",
            "old": "",
            "details": {
                "state": 20,
                "source": "Can't find token.",
                "old_state": -1
            },
            "id": 220785,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/220785/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:06:38.109312Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 220784,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/220784/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/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-12T23:06:37.352311Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 220783,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/220783/?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-12T23:06:23.258927Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 220782,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/220782/?format=api"
        }
    ]
}