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": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/?format=api",
            "project": null,
            "name": "weblate.cleanup.generic",
            "id": 10,
            "configuration": {},
            "url": "https://weblate.theyosh.nl/api/addons/10/?format=api"
        },
        {
            "component": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/?format=api",
            "project": null,
            "name": "weblate.cleanup.generic",
            "id": 11,
            "configuration": {},
            "url": "https://weblate.theyosh.nl/api/addons/11/?format=api"
        },
        {
            "component": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/?format=api",
            "project": null,
            "name": "weblate.gettext.authors",
            "id": 13,
            "configuration": {},
            "url": "https://weblate.theyosh.nl/api/addons/13/?format=api"
        },
        {
            "component": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/?format=api",
            "project": null,
            "name": "weblate.json.customize",
            "id": 9,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": true
            },
            "url": "https://weblate.theyosh.nl/api/addons/9/?format=api"
        },
        {
            "component": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/?format=api",
            "project": null,
            "name": "weblate.gettext.mo",
            "id": 12,
            "configuration": {
                "path": "{{ filename|stripext }}.mo"
            },
            "url": "https://weblate.theyosh.nl/api/addons/12/?format=api"
        },
        {
            "component": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/?format=api",
            "project": null,
            "name": "weblate.gettext.msgmerge",
            "id": 14,
            "configuration": {
                "fuzzy": true,
                "previous": true,
                "no_location": false
            },
            "url": "https://weblate.theyosh.nl/api/addons/14/?format=api"
        },
        {
            "component": null,
            "project": "https://weblate.theyosh.nl/api/projects/terrariumpi/?format=api",
            "name": "weblate.removal.suggestions",
            "id": 15,
            "configuration": {
                "age": 30,
                "votes": 0
            },
            "url": "https://weblate.theyosh.nl/api/addons/15/?format=api"
        },
        {
            "component": null,
            "project": "https://weblate.theyosh.nl/api/projects/terrariumpi/?format=api",
            "name": "weblate.removal.comments",
            "id": 16,
            "configuration": {
                "age": 30
            },
            "url": "https://weblate.theyosh.nl/api/addons/16/?format=api"
        }
    ]
}