Translation components API.

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

GET /api/translations/variant-encumbrance/glossary/pl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/variant-encumbrance/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/variant-encumbrance/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T19:00:38.291776Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360687,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360687/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/212182/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/variant-encumbrance/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/variant-encumbrance/glossary/pl/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
            "timestamp": "2023-05-05T19:45:24.204221Z",
            "action": 31,
            "target": "Włączony",
            "old": "",
            "details": {},
            "id": 316189,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316189/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/variant-encumbrance/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/variant-encumbrance/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-05T19:45:02.651898Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pl.tbx"
            },
            "id": 316184,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316184/?format=api"
        }
    ]
}