{
  "x402Version": 2,
  "id": 14915,
  "slug": "14915",
  "resource": "https://api.healthparse.io/v1/prescribers/part-d/by-drug/search",
  "description": "Find Medicare Part D prescribers of a specific DRUG or therapeutic CLASS at NPI level — the core pharma targeting query. Filter by drug_class (GLP-1, SGLT2, DPP-4, Statin, from partd_drug_class) or a single drug (brand or generic, e.g. 'Ozempic'), plus specialty, state, min_claims, min_beneficiaries, year. Each hit carries the drug's claim/cost volume and the prescriber's specialty/state/city. Public CMS provider-level data; not a consumer report.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "brand_name": "example",
            "drug": "example",
            "drug_class": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "performance_year": 2024,
            "records_notice": "Observational roster of Medicare Part D prescribers for the requested drug or therapeutic class, as published in the CMS 'by Provider and Drug' public file. One row per (NPI × drug) for the performance year; total_beneficiaries is null where CMS suppressed a count below 11. prescriber_specialty/state/city are the values filed on the CMS record. Provider-level program data — not a consumer report, and not for FCRA-regulated eligibility decisions.",
            "rows": [
              {
                "brand_name": "Ozempic",
                "generic_name": "Semaglutide",
                "npi": "1234567890",
                "performance_year": 2024,
                "prescriber_city": "Houston",
                "prescriber_specialty": "Endocrinology",
                "prescriber_state": "TX",
                "total_30day_fills": 618.4,
                "total_beneficiaries": 88,
                "total_claims": 512,
                "total_drug_cost": 512340.11
              }
            ],
            "selectors": [
              "drug_class=GLP-1"
            ],
            "total_matched": 1
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/prescribers/part-d/by-drug/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "brand_name": {
                "description": "CMS brand-name prefix (case-insensitive), e.g. 'Eliquis'",
                "type": "string"
              },
              "drug": {
                "description": "a single drug, brand or generic (e.g. 'Ozempic' or 'Semaglutide'); brands resolve to the canonical generic",
                "type": "string"
              },
              "drug_class": {
                "description": "therapeutic class from partd_drug_class, e.g. 'GLP-1' | 'SGLT2' | 'DPP-4' | 'Statin'",
                "type": "string"
              },
              "generic_name": {
                "description": "CMS generic-name prefix (case-insensitive), e.g. 'Apixaban'",
                "type": "string"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "type": "integer"
              },
              "min_beneficiaries": {
                "description": "minimum total beneficiaries (null/suppressed rows excluded)",
                "type": "integer"
              },
              "min_claims": {
                "description": "minimum total Part D claims for the drug (that year)",
                "type": "integer"
              },
              "offset": {
                "default": 0,
                "type": "integer"
              },
              "specialty": {
                "description": "prescriber specialty substring, e.g. 'Endocrinology'",
                "type": "string"
              },
              "state": {
                "description": "2-letter prescriber state code(s), comma-separated",
                "type": "string"
              },
              "year": {
                "description": "performance year (loaded: 2023, 2024; default 2024)",
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.healthparse.io",
  "lastUpdated": "2026-09-07T07:00:26.735Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T07:00:26.417Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.healthparse.io",
    "manifest_name": "api.healthparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}