Component lists API.

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

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

{
    "name": "program",
    "slug": "program",
    "id": 14,
    "show_dashboard": true,
    "components": [
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-program/plugin-library-node-editor/?format=api",
        "https://kodi.weblate.cloud/api/components/kodi-add-ons-program/plugin-program-rtorrent/?format=api"
    ],
    "auto_assign": [],
    "url": "https://kodi.weblate.cloud/api/component-lists/program/?format=api"
}