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": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 1,
            "configuration": {
                "mode": "suggest",
                "filter_type": "todo",
                "auto_source": "others",
                "component": "",
                "engines": [
                    "weblate"
                ],
                "threshold": 80
            },
            "url": "https://weblate.ppc.lol/api/addons/1/?format=api"
        },
        {
            "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 2,
            "configuration": {},
            "url": "https://weblate.ppc.lol/api/addons/2/?format=api"
        },
        {
            "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 3,
            "configuration": {},
            "url": "https://weblate.ppc.lol/api/addons/3/?format=api"
        }
    ]
}