Translation components API.

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

GET /api/translations/mainsail/glossary/it/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://hosted.weblate.org/api/components/mainsail/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/mainsail/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-05T00:59:53.089953+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "it.tbx"
            },
            "id": 88879878,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/88879878/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/mainsail/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/mainsail/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-05T00:59:51.328908+02:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 88879868,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/88879868/?format=api"
        }
    ]
}