Translation projects API.

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

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

{
    "count": 10057,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/changes/?format=api&page=201",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/4/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-27T08:23:58.420123Z",
            "action": 59,
            "target": "Appearance",
            "old": "",
            "details": {
                "state": 20,
                "source": "Appearance",
                "old_state": -1
            },
            "id": 8,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/8/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/3/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-27T08:23:58.420070Z",
            "action": 59,
            "target": "This is where each player can configure their own individual 3D dice settings (enable/disable, colors, size, performances...)",
            "old": "",
            "details": {
                "state": 20,
                "source": "This is where each player can configure their own individual 3D dice settings (enable/disable, colors, size, performances...)",
                "old_state": -1
            },
            "id": 7,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/7/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-27T08:23:58.420005Z",
            "action": 59,
            "target": "My Dice Settings",
            "old": "",
            "details": {
                "state": 20,
                "source": "My Dice Settings",
                "old_state": -1
            },
            "id": 6,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/6/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/1/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-27T08:23:58.419869Z",
            "action": 59,
            "target": "3D Dice Settings",
            "old": "",
            "details": {
                "state": 20,
                "source": "3D Dice Settings",
                "old_state": -1
            },
            "id": 5,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/5/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-08-27T08:23:46.757819Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 4,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/4/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/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-08-27T08:23:44.135350Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 3,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3/?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-08-27T08:22:27.624696Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 2,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/2/?format=api"
        }
    ]
}