Translation components API.

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

GET /api/translations/pf1/glossary/de/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/165800/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
            "timestamp": "2023-02-26T08:46:17.064335Z",
            "action": 5,
            "target": "Pathfinder 1",
            "old": "",
            "details": {
                "state": 20,
                "source": "Pathfinder 1",
                "old_state": 0
            },
            "id": 251355,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/251355/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165800/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
            "timestamp": "2023-02-26T08:46:17.060601Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 251354,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/251354/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165800/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T23:38:24.511207Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 240627,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/240627/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T21:11:05.591339Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 235956,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/235956/?format=api"
        }
    ]
}