Back to catalog
Cortexa research tool·clinical·openfda_approvals
OpenFDA Get Approved Products
Get FDA-approved product details for a drug including all marketed formulations, active ingredients with strengths, dosage forms, administration routes, therapeutic equivalence (TE) codes, and marketing status. Returns the full list of products under an FDA application. Useful for comparing available formulations, checking generic equivalence, or identifying all strengths of a drug.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"application_number": {
"description": "FDA application number (e.g., 'NDA020702')",
"type": [
"string",
"null"
]
},
"drug_name": {
"description": "Drug name (brand or generic, e.g., 'atorvastatin', 'Lipitor')",
"type": [
"string",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"get_approved_products"
],
"type": "string"
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default OpenFDA Get Approved Products call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenFDA_get_approved_products
- Tool name
- OpenFDA_get_approved_products
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse