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://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-1/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 1,
            "configuration": {},
            "url": "https://translate.zoiper.com/api/addons/1/?format=api"
        },
        {
            "component": "https://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-1/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 2,
            "configuration": {},
            "url": "https://translate.zoiper.com/api/addons/2/?format=api"
        },
        {
            "component": "https://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-1/?format=api",
            "name": "weblate.consistency.languages",
            "id": 3,
            "configuration": {},
            "url": "https://translate.zoiper.com/api/addons/3/?format=api"
        },
        {
            "component": "https://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-2/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 5,
            "configuration": {},
            "url": "https://translate.zoiper.com/api/addons/5/?format=api"
        },
        {
            "component": "https://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-2/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 6,
            "configuration": {},
            "url": "https://translate.zoiper.com/api/addons/6/?format=api"
        },
        {
            "component": "https://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-1/?format=api",
            "name": "weblate.json.customize",
            "id": 4,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://translate.zoiper.com/api/addons/4/?format=api"
        },
        {
            "component": "https://translate.zoiper.com/api/components/banafo-browser-extension/ui-part-2/?format=api",
            "name": "weblate.json.customize",
            "id": 7,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://translate.zoiper.com/api/addons/7/?format=api"
        }
    ]
}