Translation components API.

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

GET /api/components/peercoin-flutter/glossary/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 81,
    "next": null,
    "previous": "https://weblate.ppc.lol/api/components/peercoin-flutter/glossary/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/zu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-02T16:15:35.384572Z",
            "action": 0,
            "target": "",
            "id": 21890,
            "action_name": "Resource update",
            "url": "https://weblate.ppc.lol/api/changes/21890/?format=api"
        }
    ]
}