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": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://translate.gajim.org/api/components/gajim/master/?format=api",
            "name": "weblate.gettext.linguas",
            "id": 4,
            "configuration": {},
            "url": "https://translate.gajim.org/api/addons/4/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim/master/?format=api",
            "name": "weblate.gettext.authors",
            "id": 5,
            "configuration": {},
            "url": "https://translate.gajim.org/api/addons/5/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim-plugins/master/?format=api",
            "name": "weblate.gettext.authors",
            "id": 6,
            "configuration": {},
            "url": "https://translate.gajim.org/api/addons/6/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim/master/?format=api",
            "name": "weblate.git.squash",
            "id": 7,
            "configuration": {
                "squash": "all",
                "commit_message": "",
                "append_trailers": false
            },
            "url": "https://translate.gajim.org/api/addons/7/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim-plugins/master/?format=api",
            "name": "weblate.git.squash",
            "id": 8,
            "configuration": {
                "squash": "all",
                "commit_message": "",
                "append_trailers": false
            },
            "url": "https://translate.gajim.org/api/addons/8/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim-plugins/master/?format=api",
            "name": "weblate.gettext.transupdate",
            "id": 16,
            "configuration": {
                "command": "python3 scripts/update_translations.py update"
            },
            "url": "https://translate.gajim.org/api/addons/16/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim/master/?format=api",
            "name": "weblate.gettext.transupdate",
            "id": 17,
            "configuration": {
                "command": "python3 scripts/update_translations.py update"
            },
            "url": "https://translate.gajim.org/api/addons/17/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim-website/website/?format=api",
            "name": "weblate.git.squash",
            "id": 18,
            "configuration": {
                "squash": "all",
                "commit_message": "",
                "append_trailers": false
            },
            "url": "https://translate.gajim.org/api/addons/18/?format=api"
        },
        {
            "component": "https://translate.gajim.org/api/components/gajim-website/website/?format=api",
            "name": "weblate.gettext.transupdate",
            "id": 19,
            "configuration": {
                "command": "./scripts/update_translations.py update"
            },
            "url": "https://translate.gajim.org/api/addons/19/?format=api"
        }
    ]
}