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

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

{
    "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
    "project": null,
    "name": "weblate.generate.pseudolocale",
    "id": 6,
    "configuration": {
        "prefix": "[",
        "source": "84",
        "suffix": "]",
        "target": "220",
        "var_prefix": "!",
        "var_suffix": "!",
        "var_multiplier": 0.1,
        "include_readonly": false
    },
    "url": "https://weblate.securedrop.org/api/addons/6/?format=api"
}