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": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/master/?format=api",
            "name": "weblate.gettext.linguas",
            "id": 1,
            "configuration": {},
            "url": "https://l10n.opensuse.org/api/addons/1/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/happy-customer/i18n/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 2,
            "configuration": {},
            "url": "https://l10n.opensuse.org/api/addons/2/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/backend/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 4,
            "configuration": {},
            "url": "https://l10n.opensuse.org/api/addons/4/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/uyuni-tools/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 17,
            "configuration": {
                "mode": "suggest",
                "filter_type": "all",
                "auto_source": "others",
                "component": null,
                "engines": [
                    "weblate"
                ],
                "threshold": 80
            },
            "url": "https://l10n.opensuse.org/api/addons/17/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/uyuni-tools-shared/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 18,
            "configuration": {
                "mode": "suggest",
                "filter_type": "all",
                "auto_source": "others",
                "component": null,
                "engines": [
                    "weblate"
                ],
                "threshold": 80
            },
            "url": "https://l10n.opensuse.org/api/addons/18/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/susemanager/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 9,
            "configuration": {},
            "url": "https://l10n.opensuse.org/api/addons/9/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/web/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 10,
            "configuration": {},
            "url": "https://l10n.opensuse.org/api/addons/10/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 12,
            "configuration": {},
            "url": "https://l10n.opensuse.org/api/addons/12/?format=api"
        },
        {
            "component": "https://l10n.opensuse.org/api/components/uyuni/docs-administration-master/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 14,
            "configuration": {
                "mode": "translate",
                "filter_type": "all",
                "auto_source": "others",
                "component": null,
                "engines": [
                    "weblate"
                ],
                "threshold": 80
            },
            "url": "https://l10n.opensuse.org/api/addons/14/?format=api"
        }
    ]
}