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

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

{
    "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesbsdl-gpl/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 99,
    "configuration": {
        "match": "documentation/content/(?P<language>[^/.]*)/(?P<component>[^/].*)\\.po",
        "file_format": "po",
        "name_template": "{{ component }}",
        "base_file_template": "",
        "new_base_template": "",
        "language_regex": "^[^.]+$",
        "copy_addons": true,
        "remove": true,
        "confirm": true,
        "preview": true
    },
    "url": "https://translate-dev.freebsd.org/api/addons/99/?format=api"
}