bc_get_drug_by_application_number
Retrieve detailed information about FDA-approved drugs using their application number (NDA, ANDA, or BLA). Access verified drug data from the FDA Drugs@FDA API for brand, generic, and biological products.
Instructions
Get detailed information about a specific FDA-approved drug by its application number.
Application numbers follow the format: NDA, ANDA, or BLA followed by 6 digits.
- NDA: New Drug Application (brand name drugs)
- ANDA: Abbreviated New Drug Application (generic drugs)
- BLA: Biologics License Application (biological products)
Args: application_number (str): The FDA application number.
Returns: dict: Detailed drug information from the FDA Drugs@FDA API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
application_number | Yes | FDA application number (e.g., 'NDA021436', 'ANDA123456', 'BLA761234') |