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

GET /api/addons/16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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"
}