/pypi/packages/releases
PyPI
/pypi/packages/releases
Get all published releases of a PyPI package with their distribution files
Price: 5 credits
💡 AI Hint: Get the full release history of a PyPI package by name or project URL. Returns every published version with its upload time, yanked status, file count, and distribution files (filename, type, size, upload time, hashes).
⚠️ Common errors: 412: Package not found
POST
/pypi/packages/releases
Authorizations
API token from the dashboard
Headers
Body
application/json
Package name or PyPI project URL
Minimum string length:
1Examples:
"requests"
"django"
"https://pypi.org/project/numpy/"
Number of releases to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500