Component lists API.

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

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

{
    "name": "web interface",
    "slug": "web-interface",
    "id": 24,
    "show_dashboard": true,
    "components": [
        "https://kodi.weblate.cloud/api/components/kodi-web-interfaces/tex/?format=api",
        "https://kodi.weblate.cloud/api/components/kodi-web-interfaces/chorus2/?format=api"
    ],
    "auto_assign": [],
    "url": "https://kodi.weblate.cloud/api/component-lists/web-interface/?format=api"
}