Component lists API.

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

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

{
    "name": "openSUSE Leap 42.3",
    "slug": "opensuse-leap-42_3",
    "id": 13,
    "show_dashboard": true,
    "components": [],
    "auto_assign": [],
    "url": "https://l10n.opensuse.org/api/component-lists/opensuse-leap-42_3/?format=api"
}