Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165798/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "timestamp": "2023-02-14T23:38:23.707986Z",
            "action": 31,
            "target": "Pathfinder 1",
            "old": "",
            "details": {},
            "id": 240624,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/240624/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T21:11:05.705489Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 235958,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/235958/?format=api"
        }
    ]
}