{"name":"pypi-package-stats","description":"Fetches the public PyPI JSON record for a Python package and returns summary, license, homepage, repository, documentation, issues URL, author, maintainer, classifiers, latest version, total version count, recent versions with publish timestamps and yanked flags, age in days, and days_since_last_release. Also pulls last-day / last-week / last-month download counts from pypistats.org (Linehaul-derived). A quick companion to package-risk-pypi for cases where you just need the numbers, no risk write-up. Public PyPI + pypistats APIs, no auth. Use it for PyPI package stats, Python package registry lookup, pip package metadata, pypistats downloads, or Python ecosystem metadata.","price":"$0.003","method":"POST","input_schema":{"properties":{"package":{"type":"string","description":"PyPI package name. Case-insensitive; PEP 503 normalization applied internally."},"recent_versions":{"type":"number","description":"How many most-recent versions to include. 1-20. Default 5."}},"required":["package"]},"input_example":{"package":"requests","recent_versions":3},"output_example":{"package":"requests","normalized_name":"requests","latest_version":"2.31.0","total_versions":152,"age_days":5300,"days_since_last_release":220,"downloads":{"last_day":4800000,"last_week":33500000,"last_month":142000000}},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}