# whatchuneed Medical Adverse Events API

> whatchuneed Medical Adverse Events API is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Queries adverse drug events, medication side effects, and drug safety data for a given input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/med/adverse
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-medical-adverse-events-api-c78ffa45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M0o8cphBPCfEtmXfH8agG

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 whatchuneed-medical-adverse-events-api-c78ffa45 -d '<json body>'
```

Example prompt: What are the known adverse events and side effects reported for metformin? I need a safety summary for this diabetes medication.

## When to prefer this

Use this endpoint when you need to look up adverse drug event data, medication side effects, or drug safety reports — particularly for pharmacological research, clinical decision support, or patient education. Prefer this over general LLM knowledge for adverse events when you need structured, queryable safety data rather than general summaries.

## Known failure modes

- Unrecognized drug name returns empty or null result
- Vague or ambiguous input may return generic or low-confidence data
- Misspelled drug names may fail to match known entries
- Upstream medical database unavailability may cause errors
- Very new or experimental drugs may have limited adverse event records

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing adverse event data, reported side effects, drug safety information, and reaction statistics for the queried medication or drug name, along with a status field indicating success or failure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-medical-adverse-events-api-c78ffa45/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
