Translation components API.

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

GET /api/translations/terrain-ruler/glossary/pt-BR/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/212216/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-05T19:56:02.569070Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 316260,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316260/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/212209/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-05T19:55:55.028149Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 316251,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316251/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-21T09:34:22.759850Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt-BR.tbx"
            },
            "id": 112247,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/112247/?format=api"
        }
    ]
}