Component lists API.

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

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

{
    "name": "ZYPP master",
    "slug": "zypp-master",
    "id": 12,
    "show_dashboard": true,
    "components": [
        "https://l10n.opensuse.org/api/components/libzypp/master/?format=api",
        "https://l10n.opensuse.org/api/components/zypper/master/?format=api"
    ],
    "auto_assign": [],
    "url": "https://l10n.opensuse.org/api/component-lists/zypp-master/?format=api"
}