Translation components API.

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

GET /api/components/seeyouweb/glossary/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://t.naviter.com/api/units/99665/?format=api",
            "component": "https://t.naviter.com/api/components/seeyouweb/glossary/?format=api",
            "translation": "https://t.naviter.com/api/translations/seeyouweb/glossary/zh_Hans/?format=api",
            "user": "https://t.naviter.com/api/users/qujianwei/?format=api",
            "author": null,
            "timestamp": "2020-11-11T11:11:04.456675Z",
            "action": 5,
            "target": "高度",
            "id": 11138,
            "action_name": "New translation",
            "url": "https://t.naviter.com/api/changes/11138/?format=api"
        },
        {
            "unit": null,
            "component": "https://t.naviter.com/api/components/seeyouweb/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-02-09T11:04:52.738467Z",
            "action": 47,
            "target": "",
            "id": 47448,
            "action_name": "New alert",
            "url": "https://t.naviter.com/api/changes/47448/?format=api"
        }
    ]
}