Component lists API.

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

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

{
    "name": "music",
    "slug": "music",
    "id": 20,
    "show_dashboard": true,
    "components": [
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-music/plugin-audio-radio_de/?format=api",
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-music/plugin-audio-shoutcast/?format=api"
    ],
    "auto_assign": [],
    "url": "https://kodi.weblate.cloud/api/component-lists/music/?format=api"
}