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

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

{
    "component": "http://translate.diyseeds.org/api/components/diyseeds-org-organizations/longo-mai/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 2,
    "configuration": {
        "match": "(?P<language>[^/.]*)/post-types/organization/(?P<component>[^/]*)\\.po",
        "file_format": "po",
        "name_template": "{{ component|title }}",
        "base_file_template": "",
        "new_base_template": "",
        "language_regex": "^[^.]+$",
        "copy_addons": true,
        "remove": false,
        "confirm": true,
        "preview": true
    },
    "url": "http://translate.diyseeds.org/api/addons/2/?format=api"
}