# ScriptMasterLabs FDA Food Recalls API

> ScriptMasterLabs FDA Food Recalls API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns current FDA food recall data via a pay-per-call endpoint settled in USDC on Base via x402 protocol

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/fda-food-recalls
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-fda-food-recalls-api-6b3cf40f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B5QbukSLgaxVA-Cz2Q8df

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 scriptmasterlabs-fda-food-recalls-api-6b3cf40f
```

Example prompt: Can you check the latest FDA food recalls and let me know if there are any recent Class I recalls for dairy products?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to FDA food recall data settled in crypto (USDC on Base) via the x402 protocol, especially in agentic workflows where microtransaction-based API access is preferred over traditional API key subscriptions. It is well-suited for compliance automation, food safety monitoring agents, and supply chain tools that need to verify whether products are under active recall.

## Known failure modes

- Payment not settled — 402 response if USDC payment via x402 is not attached or insufficient
- Empty result set if no recalls match the specified filter properties
- Malformed request if properties parameter is incorrectly structured
- Service unavailability from the Render-hosted endpoint causing 503 errors
- Rate limiting or timeout if upstream FDA data source is slow to respond

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns FDA food recall records including product name, recall classification (Class I/II/III), reason for recall, recalling firm, recall status, and affected distribution area

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-fda-food-recalls-api-6b3cf40f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
