Component lists API.

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

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

{
    "name": "Hosted Projects",
    "slug": "hosted",
    "id": 10,
    "show_dashboard": true,
    "components": [
        "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
        "https://l10n.opensuse.org/api/components/icewm/icewm-1-4-branch/?format=api"
    ],
    "auto_assign": [],
    "url": "https://l10n.opensuse.org/api/component-lists/hosted/?format=api"
}