Component lists API.

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

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

{
    "name": "SUSE Linux Enterprise 12 Service Pack 4",
    "slug": "sle-12-sp4",
    "id": 52,
    "show_dashboard": true,
    "components": [
        "https://l10n.opensuse.org/api/components/libstorage/sle-12-sp4/?format=api"
    ],
    "auto_assign": [],
    "url": "https://l10n.opensuse.org/api/component-lists/sle-12-sp4/?format=api"
}