# Stratalize FDA Recall & Enforcement History

> Stratalize FDA Recall & Enforcement History is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns FDA recall counts, severity patterns, and recent enforcement activity for a company and product class (drug, device, or both)

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/fda-recall-history
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-fda-recall-enforcement-history-09f0d19f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wR2kibVa5ZDkMBJ-PGWbj

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 stratalize-fda-recall-enforcement-history-09f0d19f
```

Example prompt: Pull up the FDA recall and enforcement history for Baxter International — I want to see recall counts, severity patterns, and recent activity for both their drug and device product lines so I can assess regulatory risk before we move forward with acquisition diligence.

## When to prefer this

Use this endpoint when performing supplier qualification, vendor onboarding, or M&A due diligence where FDA regulatory risk for pharmaceutical or medical device companies is a key factor. Prefer this over generic web searches when you need structured, source-attributed recall data with cryptographic verifiability. Ideal for compliance agents, risk officers, and investment analysts needing audit-ready regulatory signals.

## Known failure modes

- Company name not found in FDA databases — returns empty result or no-match response
- Invalid product_type enum value — returns 400 validation error
- Payment not processed — returns 402 Payment Required
- Company name ambiguity causing incorrect entity match — verify with full legal name
- Temporary FDA data source unavailability — may return stale or partial data

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). FDA recall and enforcement history by company and product class, including recall counts, severity patterns, and recent activity signals. Source: U.S. Food and Drug Administration recall and enforcement databases. Use when assessing product safety and regulatory risk for supplier qualification or M&A diligence

## Output

Returns FDA recall counts, severity classification patterns, and recent enforcement activity signals for the specified company and product class. Each response is ML-DSA-65 cryptographically signed and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company_name": {
   "type": "string",
   "description": "Request parameter: company name"
  },
  "product_type": {
   "enum": [
    "drug",
    "device",
    "both"
   ],
   "type": "string",
   "description": "Request parameter: product type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-fda-recall-enforcement-history-09f0d19f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
