Component lists API.

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

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

{
    "name": "Uyuni master",
    "slug": "uyuni-master",
    "id": 60,
    "show_dashboard": true,
    "components": [
        "https://l10n.opensuse.org/api/components/uyuni/backend/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/web/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/java/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/java-jsp/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/java-database/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/java-nav/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/java-template/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/susemanager/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/docs-installation-and-upgrade-master/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/docs-root-master/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/docs-administration-master/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/docs-client-configuration-master/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/docs-reference-master/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/docs-retail-master/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/spacecmd/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/uyuni-tools/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/uyuni-tools-mgrctl/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/uyuni-tools-mgrpxy/?format=api",
        "https://l10n.opensuse.org/api/components/uyuni/uyuni-tools-shared/?format=api"
    ],
    "auto_assign": [],
    "url": "https://l10n.opensuse.org/api/component-lists/uyuni-master/?format=api"
}