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": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/?format=api",
            "name": "weblate.gettext.mo",
            "id": 1,
            "configuration": {
                "path": "{{ filename|stripext }}.mo"
            },
            "url": "https://weblate.info.ucl.ac.be/api/addons/1/?format=api"
        },
        {
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/?format=api",
            "name": "weblate.gettext.mo",
            "id": 3,
            "configuration": {
                "path": "{{ filename|stripext }}.mo"
            },
            "url": "https://weblate.info.ucl.ac.be/api/addons/3/?format=api"
        },
        {
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 4,
            "configuration": {
                "previous": true,
                "fuzzy": true
            },
            "url": "https://weblate.info.ucl.ac.be/api/addons/4/?format=api"
        },
        {
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 5,
            "configuration": {
                "previous": true,
                "fuzzy": true
            },
            "url": "https://weblate.info.ucl.ac.be/api/addons/5/?format=api"
        },
        {
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/?format=api",
            "name": "weblate.gettext.mo",
            "id": 6,
            "configuration": {
                "path": "{{ filename|stripext }}.mo"
            },
            "url": "https://weblate.info.ucl.ac.be/api/addons/6/?format=api"
        },
        {
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/?format=api",
            "name": "weblate.gettext.msgmerge",
            "id": 7,
            "configuration": {
                "previous": true,
                "fuzzy": false
            },
            "url": "https://weblate.info.ucl.ac.be/api/addons/7/?format=api"
        }
    ]
}