Fda Drug Labels
fda_drug_labelsGet FDA drug labeling (SPL) by drug name OR by INDICATION. This is the tool for "what drugs are approved to treat " — it searches the indications_and_usage text, which the drugsfda approvals endpoint does NOT carry. Query by brand/generic name (openfda.brand_name:"HUMIRA"), or by indicated use (indications_and_usage:"rheumatoid arthritis"). Returns indications, boxed/other warnings, dosage, contraindications, and adverse reactions (each text field capped, set_id preserved for out-of-band full-label fetch). Note: FDA label publication trails approval by weeks, so a just-approved drug may not have a label yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Pagination offset (default 0) — the reported total can exceed one page of 100. | |
| limit | No | Number of results (1-100, default 5) | |
| query | Yes | OpenFDA search query. Examples: 'openfda.brand_name:"HUMIRA"', 'openfda.generic_name:"adalimumab"' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total count of matching drug labels | |
| results | Yes | Array of drug label objects |