# war-tracker.com Event Media Retrieval

> war-tracker.com Event Media Retrieval is a paid API for AI agents from war-tracker.com, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-15).

Fetches the full raw media bytes (photo or video) associated with a specific conflict event by event ID

## Facts

- Endpoint: GET https://war-tracker.com/media/:event_id
- Price: $0.010000/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-4b4354d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HXTCrELjsX_0LbsSzfTuD

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-4b4354d3
```

Example prompt: Pull the full media file — photo or video — for war-tracker event ID 48291 so I can review the raw footage from that incident.

## When to prefer this

Use this endpoint when you need the actual raw media bytes (full-resolution photo or video content) for a specific conflict event identified by its event ID on war-tracker.com. Prefer this over scraping web pages when you need programmatic access to binary media at a predictable flat price per call.

## Known failure modes

- Event ID does not exist — likely returns 404 not found
- Event has no associated media — empty or error response
- Invalid event_id format — malformed request error
- Payment failure — x402 payment required error if USDC not provided
- Media file unavailable or removed — server error or 410 gone

## How this service works

Full media bytes (photo or video) for an event at /media/{event_id}. Flat price.

## Output

Raw binary bytes of the photo or video file associated with the specified conflict event. The response contains the full media content (not a URL or thumbnail) at a flat cost of $0.01 USDC per call.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/war-tracker-com-4b4354d3/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)
