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

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

{
    "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 3,
    "configuration": {
        "base_file_template": "Habitica/res/values/strings\\.{{component}}.xml",
        "language_regex": "^[^.]+$",
        "confirm": true,
        "file_format": "aresource",
        "remove": false,
        "name_template": "{{ component|title }}",
        "new_base_template": "",
        "preview": true,
        "match": "Habitica/res/values-(?P<language>[^/]*)/strings\\.(?P<component>[^/]*)\\.xml"
    },
    "url": "https://translate.habitica.com/api/addons/3/?format=api"
}