v1
latestOpenAPI 3.0.02026-07-1717219.3 KBcurations
Gets a list of components that have curations.
get/curations/{type}/{provider}/{namespace}/{name}
Path parameters
type'composer' | 'conda' | 'condasrc' | 'crate' | 'deb' | 'debsrc' | 'gem' | 'git' | 'go' | 'maven' | 'npm' | 'nuget' | 'pod' | 'pypi' | 'sourcearchive' required
the type of component
provider'anaconda-main' | 'anaconda-r' | 'cocoapods' | 'conda-forge' | 'cratesio' | 'debian' | 'github' | 'gitlab' | 'mavencentral' | 'mavengoogle' | 'gradleplugin' | 'npmjs' | 'nuget' | 'packagist' | 'pypi' | 'rubygems' required
where the component can be found
namespacestring required
many component systems have namespaces. GitHub orgs, NPM namespace, Maven group id, Conda Subdir/Architecture ... This segment must be supplied. If your component does not have a namespace, use '-' (ASCII hyphen).
namestring required
the name of the component you want. Given the namespace segment mentioned above, this is just the simple name.
Response
List of curations for the identified components.