UnifyAPI
← Back to catalog

pypi.releases

mock data$0.001 / call

PyPI 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.

Developer Toolsprovider: Pypi#pypi#developer

Input schema

packagerequired

Python package name to list all versions (e.g. django, pandas, scipy)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.