Unnamed service
GET api.healthparse.io/v1/prescribers/lookup/search
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Look up a prescriber by NAME (or exact NPI) and get identity plus a Medicare Part D prescribing summary. Matches the NPPES directory by name prefix (first/last), optionally narrowed by state and specialty, then rolls up that NPI's latest-year Part D claims: top drug, distinct drugs, beneficiaries, and tracked class flags (GLP-1/SGLT2/DPP-4/Statin) with a new-to-class signal. Provide name or npi. Public CMS + NPPES provider-level data; not a consumer report.
Resource: api.healthparse.io/v1/prescribers/lookup/search
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x177eA123A35253ba8869A7e21E717978e482351D
Payment methods: — · Last validation: 2026-09-14 12:19:00.241+00
{
"input": {
"type": "object",
"properties": {
"npi": {
"type": "string",
"description": "exact 10-digit NPI (alternative to name)"
},
"name": {
"type": "string",
"description": "prescriber name, free-text; 'Smith' (last-name prefix) or 'John Smith' (first + last prefixes)"
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100
},
"state": {
"type": "string",
"description": "2-letter state code(s), comma-separated — narrows the name match"
},
"offset": {
"type": "integer",
"default": 0
},
"specialty": {
"type": "string",
"description": "NPPES specialty substring, e.g. 'Endocrinology'"
}
}
},
"output": null,
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "50000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.