# Stratalize Drug Adverse Events (FAERS)

> Stratalize Drug Adverse Events (FAERS) 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-15).

Returns FDA FAERS adverse event report counts, serious event tallies, reactions, outcomes, and report chronology for a given drug name.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/drug-adverse-events
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-drug-adverse-events-faers-4bfe516c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BloxvoBztZ8UgRjUm4d8f

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-drug-adverse-events-faers-4bfe516c
```

Example prompt: Pull up the FDA FAERS adverse event data for metformin — I want to see serious event counts, reactions, outcomes, and the recent report history, give me up to 50 results.

## When to prefer this

Use this endpoint when you need FDA FAERS-sourced adverse event data for a named drug, including serious event counts, reaction profiles, and outcome summaries. Prefer this over general drug databases when cryptographically verified, pharmacovigilance-grade data with provenance to FDA source is required for clinical risk agents or compliance workflows.

## Known failure modes

- Unknown or misspelled drug name returns empty results or 404
- Limit parameter out of range (must be 1–100) returns validation error
- OpenFDA upstream outage causes 502 or timeout
- Drug name with multiple brand/generic variants may return incomplete coverage
- Payment not processed (x402) results in 402 Payment Required

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). FAERS drug adverse event reports from OpenFDA by medicinal product name. Returns serious event counts, reactions, outcomes, and recent report chronology. Use for pharmacovigilance monitoring, safety signal detection, and clinical risk agents. Source: FDA FAERS. $0.10 standard

## Output

Returns a structured payload containing serious adverse event counts, lists of reported reactions and outcomes, and a chronological log of recent FAERS reports for the specified drug, along with an ML-DSA-65 cryptographic signature and a verification receipt URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number",
   "maximum": 100,
   "minimum": 1,
   "description": "Request parameter: limit"
  },
  "drug_name": {
   "type": "string",
   "description": "Request parameter: drug name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-drug-adverse-events-faers-4bfe516c/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)
