← Back to catalog
pypi.releases
mock data$0.001 / callPyPI Package Versions
List all published versions of a Python package with upload dates, yanked status, and distribution file types (sdist/wheel). Returns the 50 most recent versions. Useful for dependency auditing, version pinning, and upgrade planning.
Input schema
packagerequired
stringPython package name to list all versions (e.g. django, pandas, scipy)
Call via REST
curl -X POST https://unifyapi.pro/api/call/pypi.releases \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"package":"<package>"}'