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": 12,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop-client/?format=api",
            "project": null,
            "name": "weblate.git.squash",
            "id": 3,
            "configuration": {
                "squash": "language",
                "commit_message": "",
                "append_trailers": true
            },
            "url": "https://weblate.securedrop.org/api/addons/3/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop-client/?format=api",
            "project": null,
            "name": "weblate.gettext.mo",
            "id": 4,
            "configuration": {
                "path": ""
            },
            "url": "https://weblate.securedrop.org/api/addons/4/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop-client/?format=api",
            "project": null,
            "name": "weblate.gettext.customize",
            "id": 2,
            "configuration": {
                "width": "65535"
            },
            "url": "https://weblate.securedrop.org/api/addons/2/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
            "project": null,
            "name": "weblate.generate.pseudolocale",
            "id": 6,
            "configuration": {
                "prefix": "[",
                "source": "84",
                "suffix": "]",
                "target": "220",
                "var_prefix": "!",
                "var_suffix": "!",
                "var_multiplier": 0.1,
                "include_readonly": false
            },
            "url": "https://weblate.securedrop.org/api/addons/6/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop-client/?format=api",
            "project": null,
            "name": "weblate.gettext.msgmerge",
            "id": 5,
            "configuration": {
                "fuzzy": false,
                "previous": true,
                "no_location": true
            },
            "url": "https://weblate.securedrop.org/api/addons/5/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
            "project": null,
            "name": "weblate.gettext.customize",
            "id": 1,
            "configuration": {
                "width": "-1"
            },
            "url": "https://weblate.securedrop.org/api/addons/1/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/desktop/?format=api",
            "project": null,
            "name": "weblate.gettext.customize",
            "id": 8,
            "configuration": {
                "width": "-1"
            },
            "url": "https://weblate.securedrop.org/api/addons/8/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
            "project": null,
            "name": "weblate.gettext.msgmerge",
            "id": 9,
            "configuration": {
                "fuzzy": false,
                "previous": true,
                "no_location": true
            },
            "url": "https://weblate.securedrop.org/api/addons/9/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/desktop/?format=api",
            "project": null,
            "name": "weblate.gettext.msgmerge",
            "id": 10,
            "configuration": {
                "fuzzy": false,
                "previous": true,
                "no_location": true
            },
            "url": "https://weblate.securedrop.org/api/addons/10/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
            "project": null,
            "name": "weblate.git.squash",
            "id": 11,
            "configuration": {
                "squash": "language",
                "commit_message": "",
                "append_trailers": true
            },
            "url": "https://weblate.securedrop.org/api/addons/11/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/desktop/?format=api",
            "project": null,
            "name": "weblate.gettext.mo",
            "id": 12,
            "configuration": {
                "path": "{{ filename|stripext }}.mo"
            },
            "url": "https://weblate.securedrop.org/api/addons/12/?format=api"
        },
        {
            "component": "https://weblate.securedrop.org/api/components/securedrop/desktop/?format=api",
            "project": null,
            "name": "weblate.generate.pseudolocale",
            "id": 13,
            "configuration": {
                "prefix": "[",
                "source": "85",
                "suffix": "]",
                "target": "246",
                "var_prefix": "!",
                "var_suffix": "!",
                "var_multiplier": 0.1,
                "include_readonly": false
            },
            "url": "https://weblate.securedrop.org/api/addons/13/?format=api"
        }
    ]
}