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": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
            "name": "weblate.gettext.linguas",
            "id": 1,
            "configuration": {},
            "url": "https://translations.zorin.com/api/addons/1/?format=api"
        },
        {
            "component": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/?format=api",
            "name": "weblate.gettext.linguas",
            "id": 3,
            "configuration": {},
            "url": "https://translations.zorin.com/api/addons/3/?format=api"
        },
        {
            "component": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 2,
            "configuration": {
                "previous": true,
                "no_location": false,
                "fuzzy": false
            },
            "url": "https://translations.zorin.com/api/addons/2/?format=api"
        },
        {
            "component": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 5,
            "configuration": {
                "previous": true,
                "no_location": false,
                "fuzzy": false
            },
            "url": "https://translations.zorin.com/api/addons/5/?format=api"
        },
        {
            "component": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 4,
            "configuration": {
                "previous": true,
                "no_location": false,
                "fuzzy": false
            },
            "url": "https://translations.zorin.com/api/addons/4/?format=api"
        }
    ]
}