Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2905/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2022-09-03T17:00:53.499146Z",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Is \"Vue Debug\" a special flavor of debugging tool or is this string referring to \"Vue's debug mode\"?"
            },
            "id": 11481,
            "action_name": "Comment added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/11481/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:28:28.312844Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/en.json"
            },
            "id": 3007,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3007/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2906/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:28:28.312804Z",
            "action": 59,
            "target": "Enable Vue debugging using devtools extension (requires reload)",
            "old": "",
            "details": {
                "state": 20,
                "source": "Enable Vue debugging using devtools extension (requires reload)",
                "old_state": -1
            },
            "id": 3006,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3006/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2905/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:28:28.312722Z",
            "action": 59,
            "target": "Enable Vue Debug",
            "old": "",
            "details": {
                "state": 20,
                "source": "Enable Vue Debug",
                "old_state": -1
            },
            "id": 3005,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3005/?format=api"
        }
    ]
}