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

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

{
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-core-resources/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 390,
    "configuration": {
        "match": "(?P<originalHierarchy>.+/)(?P<component>[^/]*)/src/main/resources/ApplicationResources_(?P<language>[^/.]*).properties",
        "remove": false,
        "confirm": true,
        "preview": true,
        "copy_addons": true,
        "file_format": "xwiki-java-properties",
        "name_template": "{{ component }}",
        "language_regex": "^[^.]+$",
        "new_base_template": "",
        "base_file_template": "{{ originalHierarchy }}{{ component }}/src/main/resources/ApplicationResources.properties"
    },
    "url": "https://l10n.xwiki.org/api/addons/390/?format=api"
}