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

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

{
    "component": "https://hosted.weblate.org/api/components/officelife/account/?format=api",
    "project": null,
    "name": "weblate.discovery.discovery",
    "id": 2550,
    "configuration": {
        "match": "resources/lang/(?P<language>[^/.]*)/(?P<component>[^/]*)\\.php",
        "remove": false,
        "confirm": true,
        "preview": true,
        "copy_addons": true,
        "file_format": "laravel",
        "name_template": "{{ component }}",
        "language_regex": "^[^.]+$",
        "new_base_template": "resources/lang/en/{{ component }}.php",
        "base_file_template": "resources/lang/en/{{ component }}.php"
    },
    "url": "https://hosted.weblate.org/api/addons/2550/?format=api"
}