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": "http://weblate.u-prox.systems/api/components/u-prox-access-control/u-prox-web-client/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 5,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/5/?format=api"
        },
        {
            "component": "http://weblate.u-prox.systems/api/components/u-prox-access-control/u-prox-config/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 6,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/6/?format=api"
        },
        {
            "component": "http://weblate.u-prox.systems/api/components/u-prox-access-control/u-prox-id/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 7,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/7/?format=api"
        },
        {
            "component": "http://weblate.u-prox.systems/api/components/uprox-installer/uprox-installer/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 9,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/9/?format=api"
        },
        {
            "component": "http://weblate.u-prox.systems/api/components/u-prox-access-control/u-prox-acs-cloud-web/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 10,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/10/?format=api"
        },
        {
            "component": "http://weblate.u-prox.systems/api/components/u-prox-access-control/u-prox-id-redesign/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 11,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/11/?format=api"
        },
        {
            "component": "http://weblate.u-prox.systems/api/components/uproxmainproject/uprox-home/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 12,
            "configuration": {},
            "url": "http://weblate.u-prox.systems/api/addons/12/?format=api"
        }
    ]
}