Translation components API.

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

GET /api/translations/wadb/glossary/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/wadb/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/wadb/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-26T02:51:27.042048Z",
            "action": 0,
            "target": "",
            "id": 10922,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/10922/?format=api"
        }
    ]
}