Translation components API.

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

GET /api/translations/polyglot/glossary/fr/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/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-08T12:23:58.563611Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360129,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360129/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19583/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "timestamp": "2022-09-24T19:06:18.600429Z",
            "action": 5,
            "target": "GNA",
            "old": "",
            "details": {
                "state": 20,
                "source": "RNG",
                "old_state": 0
            },
            "id": 52308,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/52308/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19583/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "timestamp": "2022-09-24T19:06:18.598180Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 52307,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/52307/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19583/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T18:41:44.605350Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 25318,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/25318/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T00:47:48.241154Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 20117,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/20117/?format=api"
        }
    ]
}