ClinicalIntelPulse · Clinical Recall Check
$0.1
per call · USD Coin on Base
Is my medication recalled? Checks the FDA enforcement databases (drug AND food — infant formula and supplements are filed under food) for active and past recalls, explains the recall class (I/II/III) in plain language, and lays out what to do. For patient, caregiver, pharmacy, and health-assistant agents.
Endpoint
GET https://clinicalintelpulse.theaslangroupllc.com/api/clinical/recall-check3
Calls / 30d
2
Unique payers / 30d
Aug 26
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://clinicalintelpulse.theaslangroupllc.com/api/clinical/recall-check", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://clinicalintelpulse.theaslangroupllc.com/api/clinical/recall-check?drug=Brand+or+generic+medication+name+%E2%80%94+e.g.+%22metformin%22+%7C+%22valsartan%22+%7C+%22Zantac%22+%7C+%22ranitidine%22&lang=en+%7C+es+%7C+fr+%7C+de+%7C+ja+%7C+zh+%7C+ko+%7C+pt+%7C+ar+%7C+hi+%28default%3A+en%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"bottom_line": "There are active recalls for some valsartan lots over a trace impurity — check your specific bottle rather than assuming yours is affected.",
"disclaimer": "Recall records come from the FDA openFDA enforcement database. A recall of one lot does not mean every bottle of this drug is affected — check the specific product, lot number, and NDC against the recall notice, and ask your pharmacist.",
"has_active_recall": true,
"highest_severity": "Class II",
"query_summary": {
"drug": "valsartan",
"records_found": 6
},
"recalls": [
{
"classification": "Class II",
"date": "20251104",
"product": "Valsartan tablets, 160 mg",
"reason": "Detection of a trace nitrosamine impurity (NDMA) above the acceptable daily limit.",
"recalling_firm": "Example Pharma Inc.",
"status": "Ongoing",
"voluntary_or_mandated": "Voluntary",
"where_distributed": "Nationwide (US)"
}
],
"severity_meaning": "Class II means the product might cause temporary or medically reversible health problems, and the chance of serious harm is low.",
"what_to_do": [
"Find the NDC and lot number on your bottle and compare them to the recall notice.",
"Call your pharmacy — they can tell you if your specific lot is affected and provide a replacement.",
"Do not stop a blood-pressure medicine on your own; ask your pharmacist about a safe alternative first."
]
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from ClinicalIntelPulse & similar services
ClinicalIntelPulse · Clinical Trial Check
clinicalintelpulse.theaslangroupllc.com
ClinicalTrials.gov lookup, deterministic. Answers "what is the status of NCT02142738", "recruiting phase-3 melanoma trials", "Pfizer trial pipeline". Single trial by NCT id (status, phase, sponsor, enrollment, dates, countries) or search by condition/sponsor with phase and status filters. Typed records straight off the official v2 API — no LLM, no key, public domain.
ClinicalIntelPulse · Clinical Trial Brief
clinicalintelpulse.theaslangroupllc.com
Clinical trial deep dive by NCT ID — full trial design, primary/secondary endpoints, enrollment status and countries, sponsor, recruitment criteria, outcomes and publications for any ClinicalTrials.gov study. For research and biotech agents.
ClinicalIntelPulse · Clinical Drug Check
clinicalintelpulse.theaslangroupllc.com
What is this medication? Plain-language explainer for any prescription or OTC drug from its FDA-approved label — what it treats, how to take it, boxed warnings, who should not take it, common and serious side effects, pregnancy notes. For patient, caregiver, pharmacy, and health-assistant agents.