# war-tracker.com Region Hub Page

> war-tracker.com Region Hub Page is a paid API for AI agents from war-tracker.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns an HTML page aggregating conflict events for a named region (e.g. Middle East), with embedded CollectionPage and Dataset JSON-LD linking to the structured events API.

## Facts

- Endpoint: GET https://war-tracker.com/region/middle-east
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/war-tracker-com-1c1c1b46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xymlYqRxsm_g0u2E-mJH5

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 war-tracker-com-1c1c1b46
```

Example prompt: Pull up the war-tracker region hub for the Middle East so I can see the embedded JSON-LD dataset link pointing to the conflict events API for that region.

## When to prefer this

Use this endpoint when you need to discover the correct /api/v1/events query URL for a specific region, or when you want a human-readable overview of conflict activity in a named geographic area. Prefer this over the raw events API when you need to resolve a region slug to its canonical dataset link via JSON-LD, or when building a navigation layer over regional conflict data.

## Known failure modes

- Unknown region slug returns 404 HTML with no JSON-LD
- Malformed slug (e.g. special characters) may return 400 or redirect
- Payment not included or insufficient returns 402 Payment Required
- Region slug exists but has no recent events — JSON-LD distribution link still present but events API may return empty array
- Service downtime returns 5xx with no structured content

## How this service works

War-Tracker is a live war tracker map showing real-time military strikes and conflict events worldwide. Unbiased, uncensored OSINT: track Ukraine, Middle East, and global conflicts with video evidence as they happen.

## Output

Server-rendered HTML page for the specified region (e.g. /region/middle-east) containing a CollectionPage and Dataset JSON-LD block. The JSON-LD includes a distribution URL pointing to /api/v1/events?region=middle-east, enabling agents to skip DOM parsing and directly discover the structured events endpoint for that region.

## Response schema (JSON Schema)

```json
{
 "type": "html",
 "example": "<html>...CollectionPage JSON-LD for region…<section>events aggregated for this region</section>...</html>"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/war-tracker-com-1c1c1b46/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from war-tracker.com](https://www.zero.xyz/host/war-tracker.com/llms.txt)
