# TheBotWire Humanitarian Situation Reports (ReliefWeb)

> TheBotWire Humanitarian Situation Reports (ReliefWeb) is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches the latest humanitarian situation reports — disaster response, displacement, famine, and conflict updates — aggregated from ReliefWeb (UN OCHA).

## Facts

- Endpoint: GET https://thebotwire.com/relief/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-humanitarian-situation-reports-reliefweb-6b4584fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jfvWydF2XIggq9za6bo48

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 thebotwire-humanitarian-situation-reports-reliefweb-6b4584fd
```

Example prompt: Pull the latest humanitarian situation reports from ReliefWeb — give me up to 20 items from the past 24 hours, especially anything related to famine or displacement.

## When to prefer this

Choose this endpoint when you need structured, near-real-time humanitarian intelligence from the authoritative UN OCHA source (ReliefWeb), especially for risk assessment, logistics planning, or crisis monitoring workflows. Prefer this over general news APIs when you need domain-specific humanitarian framing, and over manual ReliefWeb searches when you need programmatic, filterable access with freshness controls.

## Known failure modes

- No results returned if the freshness window is too narrow and no recent reports exist
- Invalid 'since' format (e.g. '1week' instead of '7d') may return an error or be ignored
- Limit exceeding 50 will be rejected by schema validation
- Source filter must be 'reliefweb'; unsupported values will fail
- Service may be temporarily unavailable, returning a non-200 status

## How this service works

Humanitarian situation reports for risk and logistics agents: disaster response, displacement, famine and conflict updates aggregated by ReliefWeb, the UN OCHA humanitarian information service.

## Output

A list of humanitarian situation report items from ReliefWeb (UN OCHA), each including title, publication date, source, and a summary of the crisis event — covering disaster response, population displacement, famine conditions, and armed conflict updates.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-humanitarian-situation-reports-reliefweb-6b4584fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
