/anaconda/packages/releases
Get the per-version release history of a conda package
Price: 20 credits
💡 AI Hint: Get the per-version release history of a conda package on Anaconda.org, identified by channel (default conda-forge) and name. Returns each version (newest first) with its file count, platforms, total download count, and the latest upload time. Use the files endpoint for the individual downloadable artifacts of a version.
⚠️ 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"
Number of releases to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Channel (owner) that hosts the package
"conda-forge"
"bioconda"
"main"