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": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-translate/extension/?format=api",
            "project": null,
            "name": "weblate.autotranslate.autotranslate",
            "id": 1,
            "configuration": {
                "mode": "suggest",
                "engines": [
                    "weblate"
                ],
                "component": null,
                "threshold": 80,
                "auto_source": "others",
                "filter_type": "todo"
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/1/?format=api"
        },
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-translate/extension/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 2,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/2/?format=api"
        },
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-document-translation/immersive-translate-site/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 3,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/3/?format=api"
        },
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-document-translation/official/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 4,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/4/?format=api"
        },
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-document-translation/official-footer/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 5,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/5/?format=api"
        },
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-document-translation/official-navbar/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 6,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/6/?format=api"
        },
        {
            "component": "https://weblate.immersivetranslate.com/api/components/immersive-document-translation/global-i18n/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 9,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://weblate.immersivetranslate.com/api/addons/9/?format=api"
        }
    ]
}