# War Tracker Ukraine Country Hub

> War Tracker Ukraine Country Hub 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-14).

Returns a server-rendered HTML country hub page aggregating conflict events for Ukraine (ISO-3166-1 alpha-2: UA).

## Facts

- Endpoint: GET https://war-tracker.com/country/UA
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/war-tracker-com-76ef24ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G0UJ9jQ-BDYGxf89syvGx

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-76ef24ad
```

Example prompt: Pull the war-tracker conflict hub for Ukraine — I want the aggregated events and dataset links for country code UA.

## When to prefer this

Use this endpoint when you need a structured HTML overview of conflict events specific to Ukraine, including embedded JSON-LD metadata and links to the full event corpus. Prefer this over the raw /api/v1/events endpoint when you want a pre-aggregated country-level view with structured semantic markup rather than raw paginated JSON.

## Known failure modes

- Invalid or unsupported country slug returns an error or empty page
- Network timeout if the service is under load
- Payment failure (402) if USDC balance is insufficient
- Country not in supported list returns 404 or empty dataset

## 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

A server-rendered HTML page for Ukraine's conflict hub, embedding a CollectionPage and Dataset JSON-LD distribution that links to /api/v1/events?country=UA — contains aggregated war/conflict events, classifications, and metadata for Ukraine.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "iso2": "UA"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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