Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/212181/?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/en/?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.204132Z",
            "action": 31,
            "target": "Enabled",
            "old": "",
            "details": {},
            "id": 316188,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316188/?format=api"
        }
    ]
}