Translation components API.

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

GET /api/translations/pf2e-thaum-vuln/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": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/mysurvive/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/mysurvive/?format=api",
            "timestamp": "2023-06-12T16:58:24.278863Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "fr.tbx"
            },
            "id": 340079,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340079/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-18T10:50:46.551993Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 282011,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/282011/?format=api"
        }
    ]
}