US drug status by name: approval route, boxed warning, active recalls, and who manufacture
US drug status by name: approval route, boxed warning, active recalls, and who manufactures it. Source openFDA.
30000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-09
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"name": "Tylenol"
},
"type": "http"
},
"output": {
"example": {
"boxedWarningExcerpt": null,
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. THIS IS NOT MEDICAL ADVICE and must not be used to make treatment decisions — consult a licensed clinician or pharmacist. op…",
"drug": {
"applicationNumbers": [
"M013"
],
"brandNames": [
"TYLENOL Extra Strength"
],
"genericNames": [
"ACETAMINOPHEN"
],
"manufacturers": [
"Kenvue Brands LLC"
],
"productType": "HUMAN OTC DRUG",
"routes": [
"ORAL"
],
"substances": [
"ACETAMINOPHEN"
]
},
"flags": [
"1 recall(s) currently listed as ongoing."
],
"hasBoxedWarning": false,
"labelSections": {
"contraindications": null,
"indications": "Uses temporarily relieves minor aches and pains due to: the common cold headache backache minor pain of arthritis toothache muscular aches premenstrual and menstrual cramps temporarily reduces fever"
},
"labelsMatched": 111,
"recalls": {
"classI": 0,
"ongoing": 1,
"records": [
{
"classification": "Class II",
"distribution": "U.S. Nationwide - CO, IL, OH and IN.",
"firm": "Kenvue Brands LLC",
"initiatedOn": "20251021",
"reason": "Defective Container",
"status": "Ongoing"
}
],
"total": 1
},
"retrievedAt": "2026-09-09T00:54:18.394Z",
"source": "openFDA — drug label and enforcement (recall) endpoints, US FDA",
"verdict": "ACTIVE_RECALL"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Brand or generic drug name, e.g. Tylenol",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"boxedWarningExcerpt": {
"type": "null"
},
"disclaimer": {
"type": "string"
},
"drug": {
"properties": {
"applicationNumbers": {
"items": {
"type": "string"
},
"type": "array"
},
"brandNames": {
"items": {
"type": "string"
},
"type": "array"
},
"genericNames": {
"items": {
"type": "string"
},
"type": "array"
},
"manufacturers": {
"items": {
"type": "string"
},
"type": "array"
},
"productType": {
"type": "string"
},
"routes": {
"items": {
"type": "string"
},
"type": "array"
},
"substances": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"flags": {
"items": {
"type": "string"
},
"type": "array"
},
"hasBoxedWarning": {
"type": "boolean"
},
"labelSections": {
"properties": {
"contraindications": {
"type": "null"
},
"indications": {
"type": "string"
}
},
"type": "object"
},
"labelsMatched": {
"type": "integer"
},
"recalls": {
"properties": {
"classI": {
"type": "integer"
},
"ongoing": {
"type": "integer"
},
"records": {
"items": {
"properties": {
"classification": {
"type": "string"
},
"distribution": {
"type": "string"
},
"firm": {
"type": "string"
},
"initiatedOn": {
"type": "string"
},
"reason": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"total": {
"type": "integer"
}
},
"type": "object"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/drug" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/drug");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/drug")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7847.json, and this resource appears in /discovery/resources and /discovery/search.