Translation components API.

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

GET /api/translations/foundryvtt-arms-reach/glossary/fr/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/228310/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/foundryvtt-arms-reach/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/foundryvtt-arms-reach/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
            "timestamp": "2023-06-29T06:05:00.796948Z",
            "action": 5,
            "target": "verrouillé",
            "old": "",
            "details": {
                "state": 20,
                "source": "locked",
                "old_state": 0
            },
            "id": 355049,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/355049/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/228310/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/foundryvtt-arms-reach/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/foundryvtt-arms-reach/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
            "timestamp": "2023-06-29T06:05:00.789881Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 355048,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/355048/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/228310/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/foundryvtt-arms-reach/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/foundryvtt-arms-reach/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-18T20:04:10.318407Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 346014,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/346014/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/foundryvtt-arms-reach/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/foundryvtt-arms-reach/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-25T12:51:12.473999Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 53926,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/53926/?format=api"
        }
    ]
}