# US FDA Open Data – Drug Adverse Events, Recalls & Labels

> US FDA Open Data – Drug Adverse Events, Recalls & Labels is a paid API for AI agents from pyfile-agent.taile3ff35.ts.net:10000, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Queries the US FDA open data API for drug adverse events, recalls, and labels by keyword and category.

## Facts

- Endpoint: GET https://pyfile-agent.taile3ff35.ts.net:10000/data/fda
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/us-fda-open-data-drug-adverse-events-recalls-labels-56bc32c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TCvRmrq0a7Ef_OidgNpPz

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 us-fda-open-data-drug-adverse-events-recalls-labels-56bc32c4
```

Example prompt: Search the FDA database for adverse event reports related to metformin and return the top 5 results.

## When to prefer this

Use this endpoint when you need structured, authoritative pharmaceutical safety data directly from the US FDA — specifically for adverse event reports, drug recalls, or official drug labels. Prefer this over general web search when you need machine-readable, regulatory-grade drug data. Best for compliance checks, pharmacovigilance, drug safety research, or verifying recall status of a medication.

## Known failure modes

- Missing or invalid 'kind' parameter returns an error or empty response
- Drug name not found in FDA database returns zero results
- Rate limiting from underlying openFDA API causing failures
- Malformed query string resulting in API rejection
- Limit parameter exceeding FDA API maximums

## How this service works

US FDA open data: drug adverse events, recalls, labels. ?kind=drug/event&q=aspirin&limit=5

## Output

Returns a JSON response from the openFDA API containing structured records matching the query — adverse event reports (patient reactions, drugs involved, outcomes), recall notices (reason, firm, product description), or drug label data (indications, warnings, dosage), depending on the 'kind' parameter selected.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string"
      },
      "kind": {
       "type": "string"
      },
      "limit": {
       "type": "number"
      }
     }
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/us-fda-open-data-drug-adverse-events-recalls-labels-56bc32c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pyfile-agent.taile3ff35.ts.net:10000](https://www.zero.xyz/host/pyfile-agent.taile3ff35.ts.net%3A10000/llms.txt)
