search_drug_labels
Access FDA drug labeling data including prescribing information, warnings, and active ingredients. Filter by drug name, indication, or boxed warning status.
Instructions
Search FDA drug labeling (SPL) information including prescribing information, indications, warnings, boxed warnings, dosage, and active ingredients. Retrieve a specific label by setId. Filter for drugs with boxed warnings using hasBoxedWarning. Request specific sections (e.g., indications_and_usage, adverse_reactions, boxed_warning) to limit response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip for pagination | |
| limit | No | Maximum results to return (1-100, default 10) | |
| route | No | Route of administration (e.g., 'oral', 'intravenous') | |
| setId | No | Unique label identifier (set_id) for retrieving a specific drug label | |
| drugName | No | Drug brand or generic name | |
| sections | No | Specific label sections to return (e.g., ['indications_and_usage', 'warnings', 'adverse_reactions']) | |
| indication | No | Medical indication or use case | |
| hasBoxedWarning | No | Filter for drugs with boxed warnings (most serious safety warnings) | |
| activeIngredient | No | Active ingredient/substance name |