Skip to main content
GET
Find Drugs

Endpoint


Usage

This endpoint retrieves information about drugs and associated pharmacy details. Use this API to locate drugs by name, GSN, or other identifiers and get information such as drug forms, strengths, quantities, and pricing.

Input Parameters

Query Parameters


FindDrugs Response

Returned Parameters


Output Details

Pharmacy Information

Drug Information


Drug Pricing


Authorizations

x-ddn-client-key
string
header
required

Query Parameters

groupID
string
required

Group Identifier for authentication.

Address1
string

Address for the search location.

BrandIndicator
string

Brand or generic indicator.

City
string

City of the search location.

DrugName
string

Name of the drug to search.

GSN
string

GCN Sequence Number to filter drugs.

NDC
string

National Drug Code of the drug.

IncludeDrugInfo
boolean

Whether to include detailed drug info in the response.

Lat
number<double>

Latitude of the search location.

Long
number<double>

Longitude of the search location.

NCPDP_NPI
string

Pharmacy identifier.

NumPharm
integer

Number of pharmacies to return.

PriceOnly
boolean

If true, returns only price information.

Qty
number<double>

Quantity of the drug.

ReferencedBN
string

Referenced brand name.

State
string

State of the search location.

UC
number<double>

Usual and Customary value.

UseUC
boolean

Whether to use the Usual and Customary value in pricing calculations.

Zip
string

Zip code of the search location.

Response

Successfully retrieved drug and pharmacy details.

Drugs
array

Array of LocatedDrugs matching the FindDrugs request.

Forms
array

Array of LocatedDrugForms matching the FindDrugs request.

Names
array

Array of LocatedDrugNames matching the FindDrugs request.

Quantities
array

Array of LocatedDrugQuantities matching the FindDrugs request.

Strengths
array

Array of LocatedDrugStrengths matching the FindDrugs request.