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": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://weblate.duniter.org/api/components/licence-g1/g1_monetary_license/?format=api",
            "name": "weblate.flags.same_edit",
            "id": 7,
            "configuration": {},
            "url": "https://weblate.duniter.org/api/addons/7/?format=api"
        },
        {
            "component": "https://weblate.duniter.org/api/components/trm/theorie-relative-de-la-monnaie/?format=api",
            "name": "weblate.flags.same_edit",
            "id": 9,
            "configuration": {},
            "url": "https://weblate.duniter.org/api/addons/9/?format=api"
        },
        {
            "component": "https://weblate.duniter.org/api/components/trm/theorie-relative-de-la-monnaie/?format=api",
            "name": "weblate.discovery.discovery",
            "id": 10,
            "configuration": {
                "match": "source/locale/(?P<language>[^/.]*)/LC_MESSAGES/(?P<component>[^/]*)\\.po",
                "file_format": "po",
                "name_template": "{{ component }}",
                "base_file_template": "",
                "new_base_template": "",
                "language_regex": "^[^.]+$",
                "copy_addons": true,
                "remove": false,
                "confirm": true,
                "preview": true
            },
            "url": "https://weblate.duniter.org/api/addons/10/?format=api"
        },
        {
            "component": "https://weblate.duniter.org/api/components/licence-g1/g1_monetary_license/?format=api",
            "name": "weblate.discovery.discovery",
            "id": 11,
            "configuration": {
                "match": "(?P<component>[\\da-zA-Z_]+)_(?P<language>[a-zA-Z]{2})\\.rst",
                "file_format": "txt",
                "name_template": "{{ component }}",
                "base_file_template": "",
                "new_base_template": "",
                "language_regex": "^[^.]+$",
                "copy_addons": true,
                "remove": false,
                "confirm": true,
                "preview": true
            },
            "url": "https://weblate.duniter.org/api/addons/11/?format=api"
        },
        {
            "component": "https://weblate.duniter.org/api/components/g1nkgo/g1nkgo/?format=api",
            "name": "weblate.json.customize",
            "id": 12,
            "configuration": {
                "sort_keys": false,
                "indent": 2,
                "style": "spaces"
            },
            "url": "https://weblate.duniter.org/api/addons/12/?format=api"
        }
    ]
}