Translation components API.

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

GET /api/translations/pf2e-animations/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/117530/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
            "timestamp": "2022-12-20T13:31:12.232843Z",
            "action": 31,
            "target": "Les effets suivants n'existent pas dans PF2e Animations, ils sont complètement nouveaux et resteront dans votre Menu d'auto-reconnaissance.",
            "old": "",
            "details": {},
            "id": 181876,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/181876/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-30T13:28:17.885073Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 115458,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/115458/?format=api"
        }
    ]
}