UnifyAPI
← Back to catalog

health.drug_labels

mock data$0.003 / call

FDA Drug Labels

Search drug labeling data — indications, dosage, warnings, interactions, contraindications (OpenFDA)

Healthprovider: Health#health#health

Input schema

skip

Number of results to skip for pagination

integer
limit

Number of results (1-100, default 10)

integer
searchrequired

OpenFDA search query for drug labels (e.g. "openfda.brand_name:ibuprofen", "openfda.generic_name:metformin", "drug_interactions:warfarin")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/health.drug_labels \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"skip":0,"limit":0,"search":"<search>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.