/anaconda/packages
Get conda package metadata by channel and name, ‘channel/name’, or anaconda.org package URL
Price: 20 credits
💡 AI Hint: Get full metadata of a conda package on Anaconda.org by channel and name (a package name is unique only within a channel, so both are needed; channel defaults to conda-forge). Accepts a plain name, a ‘channel/name’ reference, or an anaconda.org package URL. Returns name, channel, summary, description, package types, homepage, latest version, the full version list, per-platform latest versions, license, development/documentation/source links, total download count, watcher and upvote counts, owner channel details, and created/modified timestamps. Use the files endpoint for a version’s downloadable artifacts and the releases endpoint for the per-version history.
⚠️ Common errors: 412: Package not found
Authorizations
API token from the dashboard
Headers
Body
Package name, 'channel/name' reference, or anaconda.org package URL
1"numpy"
"bioconda/samtools"
"https://anaconda.org/conda-forge/pytest"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Channel (owner) that hosts the package
"conda-forge"
"bioconda"
"main"
Response
Successful Response