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

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

{
    "component": "https://translate.tryton.org/api/components/tryton/ir/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 148,
    "configuration": {
        "match": "modules/(?P<component>[^/]*)/locale/(?P<language>[^/]*).po",
        "remove": false,
        "confirm": true,
        "preview": true,
        "copy_addons": false,
        "file_format": "po",
        "name_template": "{{ component }}",
        "language_regex": "^[^.]+$",
        "new_base_template": "templates/{{ component }}.pot",
        "base_file_template": ""
    },
    "url": "https://translate.tryton.org/api/addons/148/?format=api"
}