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

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

{
    "component": "https://translations.documentfoundation.org/api/components/libo_help-master/auxiliary/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 8,
    "configuration": {
        "match": "(?P<language>[^/]*)/helpcontent2/source/(?P<component>.*)\\.po",
        "remove": false,
        "confirm": true,
        "preview": true,
        "copy_addons": true,
        "file_format": "po",
        "name_template": "{{ component }}",
        "language_regex": "^[^.]+$",
        "new_base_template": "templates/helpcontent2/source/{{ component }}.pot",
        "base_file_template": ""
    },
    "url": "https://translations.documentfoundation.org/api/addons/8/?format=api"
}