UnifyAPI
← Back to catalog

pypi.package_info

mock data$0.001 / call

PyPI Package Info

Get metadata for any Python package from PyPI: version, summary, license, author, dependencies, classifiers, Python version requirements. 550K+ packages. Supports specific version lookup. Complements npm (UC-344) for polyglot dependency intelligence.

Developer Toolsprovider: Pypi#pypi#developer

Input schema

packagerequired

Python package name (e.g. requests, flask, numpy, anthropic)

string
version

Specific version (e.g. 2.31.0). Defaults to latest release.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/pypi.package_info \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"package":"<package>","version":"<version>"}'

Try it

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