{"uid":"cap_UytI34HvCcL-mpXOzEFGh","slug":"2s-io-provider-profile-npi-lookup-e76b9482","name":"2s.io Provider Profile (NPI Lookup)","description":"Provider 360 — everything we know about a US healthcare provider, merged on their 10-digit NPI in one call. Combines three federal datasets: identity (NPPES registry: name, specialty/taxonomy, practice address, licenses), industry payments (CMS Open Payments: what drug & device makers paid them), and Medicare billing (CMS Physician & Other Practitioners: services, charges, and Medicare payment amounts). Each section reports found/error independently — a provider with no Open Payments or Medicare record still returns identity. KYC, healthcare-fraud research, investigative journalism, provider due diligence. Pass npi (required). For the individual sources see /api/license/medical, /api/health/open-payments, /api/health/medicare-provider.","url":"https://2s.io/api/health/provider-profile","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"const":"http"},"method":{"const":"GET"},"queryParams":{"required":["npi"],"properties":{"npi":{"type":"string","description":"10-digit National Provider Identifier."}}}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"npi":"1234567890"}}},"response":{"data":{"npi":"1234567890","sources":[{"url":"https://npiregistry.cms.hhs.gov/","license":"Public domain (US government records)","provider":"NPPES — National Plan & Provider Enumeration System (CMS)"}],"identity":{"error":null,"found":false,"provider":null},"medicare":{"error":null,"found":false,"record":null},"openPayments":{"error":"UPSTREAM_UNAVAILABLE","found":false,"payments":[],"totalCount":null}},"meta":{"cost":{"usd":0.00576,"tier":0},"caller":"x402","version":null,"endpoint":"health.provider-profile","settlement":{"txHash":"0x28b6e366840e7645f26a96845a3c01871160fc4da15e4a44780658851026663d","network":"eip155:8453","success":true}}}},"exampleRequest":{"npi":"1234567890"},"tags":["x402"],"displayCostAmount":"0.00576","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.00576/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0144","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0144","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_FUFCNMUskTb8wC2FMKcYq","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0144","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns a comprehensive US healthcare provider profile by NPI, merging NPPES identity, CMS Open Payments, and Medicare billing data in a single call.","exampleAgentPrompt":"Pull the full provider profile for NPI 1234567890 — I need their NPPES identity info, any drug company payments they received, and their Medicare billing history all in one shot.","exampleUseCases":null,"resultDescription":"Returns three merged sections: (1) NPPES identity — name, specialty/taxonomy codes, practice address, and licenses; (2) CMS Open Payments — payments received from drug and device manufacturers; (3) CMS Medicare billing — services rendered, charges submitted, and Medicare payment amounts. Each section reports independently with found/error status, so a provider with no Open Payments record still returns identity data.","failureModes":["Invalid or malformed NPI (not 10 digits) returns validation error","NPI not found in NPPES returns error in identity section","Provider has no Open Payments record — section returns error/not-found but other sections still populate","Provider has no Medicare billing record — section returns error/not-found but other sections still populate","Network timeout or upstream federal dataset unavailability"],"whenToPreferThis":"Use this endpoint when you need a 360-degree view of a US healthcare provider in a single API call rather than querying three separate endpoints. Ideal for KYC workflows, healthcare fraud research, investigative journalism, or provider due diligence where you need identity, payment relationships, and billing behavior together. Use the individual /api/license/medical, /api/health/open-payments, or /api/health/medicare-provider endpoints if you only need one data source.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:58:44.147Z","isFirstParty":false}