# MedAPI Drug Recalls

> MedAPI Drug Recalls is a paid API for AI agents from mamujamedapi.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Retrieve FDA drug recall records and related safety data for specified drugs or recall queries

## Facts

- Endpoint: POST https://mamujamedapi.vercel.app/api/recalls
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/medapi-drug-recalls-a8a61656
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Ptx0v6rVarj0VOnlRGse

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability medapi-drug-recalls-a8a61656 -d '<json body>'
```

Example prompt: Can you check if there have been any FDA recalls for metformin — I want to know the recall class, reason, and affected products?

## When to prefer this

Use this endpoint when you need to check whether a specific drug or pharmaceutical product has been subject to an FDA recall, especially when you need structured recall metadata (class, reason, affected lots). Prefer this over general web search when you need programmatic, structured recall data that can be parsed and acted upon by an AI agent. Best suited for safety verification workflows, compliance checks, and patient safety queries about specific medications.

## Known failure modes

- No recall records found for the specified drug — returns empty result set
- Invalid or unrecognized drug name — may return empty results or error
- API payment failure via x402 on Base — returns 402 Payment Required
- Rate limiting or server error — returns 5xx response
- Overly broad query returning too many results — may need filtering by date or class

## How this service works

Drug data, adverse events, clinical trials, PubMed. AI-powered medical analysis. 17 endpoints. x402 on Base.

## Output

Returns a list of FDA drug recall records matching the query, including recall class (I, II, or III), reason for recall, affected product descriptions, recall initiation date, recalling firm, and FDA recall number.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/medapi-drug-recalls-a8a61656/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mamujamedapi.vercel.app](https://www.zero.xyz/host/mamujamedapi.vercel.app/llms.txt)
