Translation components API.

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

GET /api/translations/mc-ro/main/en/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/mc-ro/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mc-ro/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:38:29.035206Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/en.json"
            },
            "id": 221349,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221349/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147102/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/mc-ro/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mc-ro/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:38:29.035174Z",
            "action": 59,
            "target": "There was an error in your macro syntax. See the console (F12) for details.",
            "old": "",
            "details": {
                "state": 20,
                "source": "There was an error in your macro syntax. See the console (F12) for details.",
                "old_state": -1
            },
            "id": 221348,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221348/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147101/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/mc-ro/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mc-ro/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:38:29.035128Z",
            "action": 59,
            "target": "You don't have permission to execute the macro '{name}'.",
            "old": "",
            "details": {
                "state": 20,
                "source": "You don't have permission to execute the macro '{name}'.",
                "old_state": -1
            },
            "id": 221347,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221347/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147100/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/mc-ro/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mc-ro/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:38:29.035048Z",
            "action": 59,
            "target": "No macro with the identifiant '{id}' could be found.",
            "old": "",
            "details": {
                "state": 20,
                "source": "No macro with the identifiant '{id}' could be found.",
                "old_state": -1
            },
            "id": 221346,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221346/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147099/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/mc-ro/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mc-ro/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:38:29.034960Z",
            "action": 59,
            "target": "Macro command invalid.",
            "old": "",
            "details": {
                "state": 20,
                "source": "Macro command invalid.",
                "old_state": -1
            },
            "id": 221345,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221345/?format=api"
        }
    ]
}