Search Cash Prices By Ndc And Zip Radius

Searches cash prices for a medication by FDA National Drug Code (NDC), 5-digit ZIP code, and radius in miles.

Searches cash prices for a medication by FDA National Drug Code (NDC), 5-digit ZIP code, and radius in miles.

Parameters

  • ndc (string) — The FDA National Drug Code (NDC). Hyphenated NDCs in 4-4-2, 5-3-2, or 5-4-1 format are accepted and normalized. min length 1
  • pricing_mode (string) — Optional pricing mode. Must be EXACT or OPTIMIZED when provided. Defaults to OPTIMIZED. EXACT requires quantity > 0.
  • quantity (number) — Optional unit quantity to price. Required when pricing_mode is EXACT. In OPTIMIZED mode, omit to let the API derive package quantity.
  • radius_miles (integer) — Search radius in miles. Omit/0 to use the default of 25 miles.
  • zip_code (string) — The 5-digit ZIP code to search near. exactly 5 characters

Did this page help you?