Retrieve drug information using specific filters such as drug name, GSN, and pharmacy location.
| Parameter | Type | Description | Required |
|---|---|---|---|
groupID | string | Group Identifier for authentication. | Yes |
Address1 | string | Address for the search location. | No |
BrandIndicator | string | Brand or generic indicator. | No |
City | string | City of the search location. | No |
DrugName | string | Name of the drug to search. | No |
GSN | string | GCN Sequence Number to filter drugs. | No |
NDC | string | National Drug Code of the drug. | No |
IncludeDrugInfo | boolean | Whether to include detailed drug info in the response. | No |
Lat | double | Latitude of the search location. | No |
Long | double | Longitude of the search location. | No |
NCPDP_NPI | string | Pharmacy identifier. | No |
NumPharm | int | Number of pharmacies to return. | No |
PriceOnly | boolean | If true, returns only price information. Excludes quantities, forms, strengths, or drug info. | No |
Qty | double | Quantity of the drug. | No |
ReferencedBN | string | Referenced brand name. | No |
State | string | State of the search location. | No |
UC | double | Usual and Customary value. | No |
UseUC | boolean | Whether to use the Usual and Customary value in pricing calculations. | No |
Zip | string | Zip code of the search location. | No |
| Parameter | Type | Description |
|---|---|---|
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. |
| Parameter | Description |
|---|---|
chainCode | Unique code for pharmacy chains. |
pharmacyName | Name of the pharmacy. |
latitude | Latitude of the pharmacy location. Supports map integration. |
longitude | Longitude of the pharmacy location. Supports map integration. |
address | Address of the pharmacy location. |
phone | Contact phone number of the pharmacy. |
distance | Distance from the provided location to the pharmacy. |
city | City of the pharmacy location. |
state | State abbreviation of the pharmacy location. |
zip | 9-digit zip code of the pharmacy. |
hoursOfOperation | Publicly posted operating hours of the pharmacy. |
| Parameter | Description |
|---|---|
ndc | National Drug Code (NDC). |
ln | Label name of the drug. |
qty | Prescription quantity. |
price | Discounted price. |
priceBasis | Basis for price determination (e.g., AWP, Usual and Customary, or MAC). |
ucPrice | Usual and Customary price for the drug. |
awpPrice | Average Wholesale Price of the drug. |
macPrice | Maximum Allowable Cost for the drug. |
brandGeneric | ”B” for Brand, “G” for Generic, “A” for Brand or Generic. |
quantityLabel | Type of medication (e.g., capsules, tablets). |
isDiscontinued | Indicates whether the medication is discontinued. |
discontinuedDate | Date the medication was discontinued. |
genericName | Generic name of the medication. |
brandName | Brand name of the medication. |
description | Description of the medication. |
| Parameter | Description |
|---|---|
ddnPharmacyCategory | Category of the pharmacy chain: 1 = National chains, 2 = Grocery store chains, 0 = Independent pharmacies. |
Group Identifier for authentication.
Address for the search location.
Brand or generic indicator.
City of the search location.
Name of the drug to search.
GCN Sequence Number to filter drugs.
National Drug Code of the drug.
Whether to include detailed drug info in the response.
Latitude of the search location.
Longitude of the search location.
Pharmacy identifier.
Number of pharmacies to return.
If true, returns only price information.
Quantity of the drug.
Referenced brand name.
State of the search location.
Usual and Customary value.
Whether to use the Usual and Customary value in pricing calculations.
Zip code of the search location.
Successfully retrieved drug and pharmacy details.
Array of LocatedDrugs matching the FindDrugs request.
Array of LocatedDrugForms matching the FindDrugs request.
Array of LocatedDrugNames matching the FindDrugs request.
Array of LocatedDrugQuantities matching the FindDrugs request.
Array of LocatedDrugStrengths matching the FindDrugs request.