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": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "name": "weblate.consistency.languages",
            "id": 2,
            "configuration": {},
            "url": "https://translate.habitica.com/api/addons/2/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica/achievements/?format=api",
            "name": "weblate.consistency.languages",
            "id": 4,
            "configuration": {},
            "url": "https://translate.habitica.com/api/addons/4/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-ios/main-strings/?format=api",
            "name": "weblate.git.squash",
            "id": 8,
            "configuration": {
                "squash": "all"
            },
            "url": "https://translate.habitica.com/api/addons/8/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "name": "weblate.discovery.discovery",
            "id": 3,
            "configuration": {
                "base_file_template": "Habitica/res/values/strings\\.{{component}}.xml",
                "language_regex": "^[^.]+$",
                "confirm": true,
                "file_format": "aresource",
                "remove": false,
                "name_template": "{{ component|title }}",
                "new_base_template": "",
                "preview": true,
                "match": "Habitica/res/values-(?P<language>[^/]*)/strings\\.(?P<component>[^/]*)\\.xml"
            },
            "url": "https://translate.habitica.com/api/addons/3/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica/settings/?format=api",
            "name": "weblate.git.squash",
            "id": 9,
            "configuration": {
                "squash": "all"
            },
            "url": "https://translate.habitica.com/api/addons/9/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "name": "weblate.git.squash",
            "id": 10,
            "configuration": {
                "squash": "all"
            },
            "url": "https://translate.habitica.com/api/addons/10/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-ios/main-strings/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 11,
            "configuration": {},
            "url": "https://translate.habitica.com/api/addons/11/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 12,
            "configuration": {},
            "url": "https://translate.habitica.com/api/addons/12/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-ios/store/?format=api",
            "name": "weblate.consistency.languages",
            "id": 13,
            "configuration": {},
            "url": "https://translate.habitica.com/api/addons/13/?format=api"
        },
        {
            "component": "https://translate.habitica.com/api/components/habitica-android/common/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 14,
            "configuration": {
                "mode": "translate",
                "filter_type": "nottranslated",
                "auto_source": "others",
                "component": "",
                "engines": [
                    "weblate"
                ],
                "threshold": 80
            },
            "url": "https://translate.habitica.com/api/addons/14/?format=api"
        }
    ]
}