Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2908/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/?format=api",
            "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-28T22:39:20.455186Z",
            "action": 5,
            "target": "Activer le débogage de Vue en utilisant l'extension devtools (nécessite un rechargement)",
            "old": "",
            "details": {
                "state": 20,
                "source": "Enable Vue debugging using devtools extension (requires reload)",
                "old_state": 0
            },
            "id": 3019,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3019/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2907/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/?format=api",
            "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-28T22:39:06.210827Z",
            "action": 5,
            "target": "Activer le Débogage de Vue",
            "old": "",
            "details": {
                "state": 20,
                "source": "Enable Vue Debug",
                "old_state": 0
            },
            "id": 3018,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3018/?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/fr/?format=api",
            "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-28T22:37:58.762917Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/fr.json"
            },
            "id": 3014,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3014/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2908/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:37:58.762842Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Enable Vue debugging using devtools extension (requires reload)",
                "old_state": -1
            },
            "id": 3013,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3013/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2907/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:37:58.762727Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Enable Vue Debug",
                "old_state": -1
            },
            "id": 3012,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3012/?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/fr/?format=api",
            "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-28T22:37:58.718118Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "fr"
            },
            "id": 3011,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3011/?format=api"
        }
    ]
}