/anaconda/packages/files
Get the downloadable distribution files of a specific conda package version
Price: 1 credit
💡 AI Hint: Get the downloadable distribution files (per platform/build) of a specific conda package version on Anaconda.org, identified by channel (default conda-forge) and name plus the version. Returns each file’s basename, platform subdir, build string, runtime dependencies and constraints, license, size, hashes (md5, sha256), download count, download URL, labels, and upload time.
⚠️ Common errors: 412: Package or version 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"
Package version
1"8.3.3"
"1.26.4"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Channel (owner) that hosts the package
"conda-forge"
"bioconda"
"main"
Response
Successful Response