Translation components API.

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

GET /api/translations/bullseye-ng/main/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-18T10:41:40.894725Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/de.json"
            },
            "id": 245401,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/245401/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/168074/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-18T10:41:40.894697Z",
            "action": 59,
            "target": "Keine aktiven Spieler",
            "old": "",
            "details": {
                "state": 20,
                "source": "No Active Players",
                "old_state": -1
            },
            "id": 245400,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/245400/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/168073/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-18T10:41:40.894663Z",
            "action": 59,
            "target": "Bullseye NG öffnen",
            "old": "",
            "details": {
                "state": 20,
                "source": "Open Bullseye NG",
                "old_state": -1
            },
            "id": 245399,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/245399/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/168072/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-18T10:41:40.894622Z",
            "action": 59,
            "target": "Bullseye NG",
            "old": "",
            "details": {
                "state": 20,
                "source": "Bullseye NG",
                "old_state": -1
            },
            "id": 245398,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/245398/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/168071/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-18T10:41:40.894540Z",
            "action": 59,
            "target": "Sven \"DrMcCoy\" Hesse",
            "old": "",
            "details": {
                "state": 20,
                "source": "Sven \"DrMcCoy\" Hesse",
                "old_state": -1
            },
            "id": 245397,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/245397/?format=api"
        }
    ]
}