Translation components API.

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

GET /api/translations/opensourcepos/glossary/ka/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://translate.opensourcepos.org/api/components/opensourcepos/glossary/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/glossary/ka/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-06-10T04:43:37.437804Z",
            "action": 0,
            "target": "",
            "id": 53613,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/53613/?format=api"
        }
    ]
}