Translation components API.

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

GET /api/translations/terrain-ruler/glossary/en/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/231251/?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/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2023-06-24T21:17:55.520757Z",
            "action": 31,
            "target": "terrain ruler",
            "old": "",
            "details": {},
            "id": 351911,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/351911/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/231249/?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/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2023-06-24T21:17:47.942512Z",
            "action": 31,
            "target": "Terrain Ruler",
            "old": "",
            "details": {},
            "id": 351908,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/351908/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/212214/?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/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:56:01.743373Z",
            "action": 31,
            "target": "On",
            "old": "",
            "details": {},
            "id": 316257,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316257/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/212207/?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/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:55:54.027191Z",
            "action": 31,
            "target": "Off",
            "old": "",
            "details": {},
            "id": 316248,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/316248/?format=api"
        }
    ]
}