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

GET /api/addons/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://translate.memarc.info/api/components/memorial-archives/widgets/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 1,
            "configuration": {
                "mode": "suggest",
                "filter_type": "todo",
                "auto_source": "others",
                "component": "",
                "engines": [
                    "weblate"
                ],
                "threshold": 80
            },
            "url": "https://translate.memarc.info/api/addons/1/?format=api"
        }
    ]
}