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

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

{
    "component": "https://weblate.duniter.org/api/components/trm/theorie-relative-de-la-monnaie/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 10,
    "configuration": {
        "match": "source/locale/(?P<language>[^/.]*)/LC_MESSAGES/(?P<component>[^/]*)\\.po",
        "file_format": "po",
        "name_template": "{{ component }}",
        "base_file_template": "",
        "new_base_template": "",
        "language_regex": "^[^.]+$",
        "copy_addons": true,
        "remove": false,
        "confirm": true,
        "preview": true
    },
    "url": "https://weblate.duniter.org/api/addons/10/?format=api"
}