Translation components API.

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

GET /api/translations/hey-wait/main/pt_BR/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/pt_BR/changes/?format=api",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/222565/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-24T11:34:14.643670Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Triggering of the Hey, Wait! tiles will be locked down to only player's token movement and not the GM.",
                "old_state": -1
            },
            "id": 331196,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/331196/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/222564/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-24T11:34:14.643600Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Restrict GM from Triggering Tiles",
                "old_state": -1
            },
            "id": 331195,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/331195/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/pt_BR/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/eunaumtenhoid/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/eunaumtenhoid/?format=api",
            "timestamp": "2023-05-24T11:34:14.521125Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "pt_BR"
            },
            "id": 331194,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/331194/?format=api"
        }
    ]
}