Component lists API.

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

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

{
    "name": "virtual filesystem",
    "slug": "virtual-filesystem",
    "id": 8,
    "show_dashboard": true,
    "components": [
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-virtual-filesystems/vfs-libarchive/?format=api",
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-virtual-filesystems/vfs-rar/?format=api",
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-virtual-filesystems/vfs-sftp/?format=api"
    ],
    "auto_assign": [],
    "url": "https://kodi.weblate.cloud/api/component-lists/virtual-filesystem/?format=api"
}