Translation components API.

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

GET /api/components/yunohost-apps-test/glossary/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:31:04.073365Z",
            "action": 0,
            "target": "",
            "id": 201948,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/201948/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:31:04.039249Z",
            "action": 0,
            "target": "",
            "id": 201947,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/201947/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:31:03.985171Z",
            "action": 17,
            "target": "",
            "id": 201946,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/201946/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:31:03.582978Z",
            "action": 17,
            "target": "",
            "id": 201945,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/201945/?format=api"
        }
    ]
}