{"uid":"cap_vdAtDiblmHmy8Afl31gQm","slug":"codepulse-pypi-registry-lookup-3b034cc8","name":"CodePulse PyPI Registry Lookup","description":"Fetches package descriptions, requirements, and release version numbers from PyPI.","url":"https://codepulse-api.hahavoid0.workers.dev/registry/pypi","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"Python package name"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"result":{"author":"Kenneth Reitz","version":"2.31.0"},"warnings":[],"supported":true,"confidence":"high","data_as_of":"2026-06","disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting."}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Ivht1f-ti92mjOu7Il-rk","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Looks up metadata for a Python package on the PyPI registry, returning author, version, and support status.","exampleAgentPrompt":"Can you look up the PyPI registry entry for the 'requests' package and tell me the current version and who the author is?","exampleUseCases":[{"title":"Verify package version before install","prompt":"Before I install it, check PyPI and tell me the current version of the 'httpx' package and whether it's still supported."},{"title":"Identify unknown package author","prompt":"I found a reference to a package called 'boto3' in some old code — can you look it up on PyPI and tell me who authored it and what version is current?"},{"title":"Dependency audit for agent pipeline","prompt":"I need to audit my dependencies — look up 'pydantic' on PyPI and tell me the latest version and whether it's considered supported."}],"resultDescription":"Returns a JSON object with the package author name, current version, a boolean 'supported' flag, a confidence level (e.g. 'high'), the data freshness date (month/year), and any warnings or disclaimers about the information.","failureModes":["Package not found on PyPI — may return unsupported or low-confidence result","Misspelled package name returns no match or incorrect metadata","Data may lag real-time PyPI by the reported data_as_of date","Network or worker timeout for slow registry responses"],"whenToPreferThis":"Use this endpoint when you need quick, structured metadata about a Python package from PyPI — especially version and authorship — without scraping the PyPI website yourself. Prefer it over raw web scraping for PyPI data because the response is structured JSON with a confidence indicator. Best suited for single-package lookups in agent workflows that need pip/PyPI context at low cost ($0.01 per call).","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:43:15.843Z","isFirstParty":false}