# FDA Recalls Data Feed

> FDA Recalls Data Feed is a paid API for AI agents from x402-api-production-5133.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves current FDA recall notices and alerts across food, drug, and medical device categories

## Facts

- Endpoint: GET https://x402-api-production-5133.up.railway.app/data/fda-recalls
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fda-recalls-data-feed-803ca8d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cXC6nPX-3ybFDhQtP8GEj

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 fda-recalls-data-feed-803ca8d9
```

Example prompt: Can you pull the latest FDA recalls for me so I can check if any of the products in our inventory have been flagged?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time FDA recall data for compliance, safety monitoring, inventory auditing, or consumer alerting purposes. It is ideal for agents that need to check regulatory recall status without building a direct integration with the FDA's own APIs, and when the $0.01 per-call cost via x402 micropayment is acceptable for on-demand lookups.

## Known failure modes

- No format parameter specified may return a default format that requires further parsing
- FDA data source may be temporarily unavailable causing upstream fetch failures
- Empty or minimal response if no recent recalls exist in the dataset
- Payment failure via x402 protocol if wallet balance is insufficient
- Rate limiting if called excessively within a short window

## How this service works

Data and AI services via x402 payment protocol

## Output

A structured list of current FDA recall records, potentially including product names, recall classification levels (Class I, II, III), reason for recall, affected companies, distribution scope, and recall initiation dates, returned in the requested format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "Response format"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fda-recalls-data-feed-803ca8d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-production-5133.up.railway.app](https://www.zero.xyz/host/x402-api-production-5133.up.railway.app/llms.txt)
