Back to catalog
Cortexa research tool·structure·fda_gsrs
FDAGSRS Get Substance
Get full FDA substance record by UNII (Unique Ingredient Identifier) code. Returns complete substance data including all names, cross-references (DrugBank, WHO-ATC, CAS, EC number, CFR), structure, and approval status. No API key required. UNII is the official FDA identifier for all regulated substances. Example: UNII 'R16CO5Y76E' = aspirin.
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"unii": {
"description": "FDA UNII (Unique Ingredient Identifier) code. 10-character alphanumeric string. Examples: 'R16CO5Y76E' (aspirin), '9100L32L2N' (ibuprofen), '4T6H12BN9U' (metformin), '57GNO57U7G' (semaglutide).",
"type": "string"
}
},
"required": [
"unii"
],
"type": "object"
}Examples (1)
Default FDAGSRS Get Substance call
public-safeinput
{
"unii": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDAGSRS_get_substance
- Tool name
- FDAGSRS_get_substance
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse