See the Weblate's Web API documentation for detailed description of the API.

GET /api/addons/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 43,
    "next": null,
    "previous": "https://translate.edugit.org/api/addons/?format=api&page=2",
    "results": [
        {
            "component": "https://translate.edugit.org/api/components/aleksis-app-order/aleksis-app-order-frontend/?format=api",
            "name": "weblate.json.customize",
            "id": 38,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": true
            },
            "url": "https://translate.edugit.org/api/addons/38/?format=api"
        },
        {
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-plank-frontend/?format=api",
            "name": "weblate.json.customize",
            "id": 41,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": true
            },
            "url": "https://translate.edugit.org/api/addons/41/?format=api"
        },
        {
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-plank-frontend/?format=api",
            "name": "weblate.autotranslate.autotranslate",
            "id": 42,
            "configuration": {
                "mode": "fuzzy",
                "engines": [
                    "weblate"
                ],
                "component": null,
                "threshold": 80,
                "auto_source": "others",
                "filter_type": "todo"
            },
            "url": "https://translate.edugit.org/api/addons/42/?format=api"
        }
    ]
}