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": 15,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "name": "weblate.consistency.languages",
            "id": 1,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/1/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 2,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/2/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 3,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/3/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 4,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/4/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 5,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/5/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 6,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/6/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 7,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/7/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 8,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/8/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 9,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/9/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 10,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/10/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 11,
            "configuration": {},
            "url": "https://translate.yunohost.org/api/addons/11/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/apps/?format=api",
            "name": "weblate.gettext.mo",
            "id": 14,
            "configuration": {
                "path": "",
                "fuzzy": true
            },
            "url": "https://translate.yunohost.org/api/addons/14/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/apps/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 15,
            "configuration": {
                "fuzzy": true,
                "previous": true,
                "no_location": false
            },
            "url": "https://translate.yunohost.org/api/addons/15/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/readme-generator/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 17,
            "configuration": {
                "fuzzy": true,
                "previous": true,
                "no_location": false
            },
            "url": "https://translate.yunohost.org/api/addons/17/?format=api"
        },
        {
            "component": "https://translate.yunohost.org/api/components/yunohost/readme-generator/?format=api",
            "name": "weblate.gettext.mo",
            "id": 18,
            "configuration": {
                "path": "",
                "fuzzy": true
            },
            "url": "https://translate.yunohost.org/api/addons/18/?format=api"
        }
    ]
}