# War Tracker Country Conflict Hub

> War Tracker Country Conflict 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 an HTML country hub page aggregating all tracked conflict events for a single sovereign nation identified by ISO-3166-1 alpha-2 code, with embedded JSON-LD structured data linking to the events API.

## Facts

- Endpoint: GET https://war-tracker.com/country/:iso2
- 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-cc718a54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RhuAmuTwhapAYzlrYmKw2

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-cc718a54
```

Example prompt: Pull up the war-tracker conflict hub for Ukraine — I want to see all the tracked conflict events and the embedded dataset link for country code UA.

## When to prefer this

Use this endpoint when you need a country-scoped overview of conflict events and want structured JSON-LD metadata alongside human-readable HTML, particularly when you need the canonical dataset link for a country to feed into further API calls. Prefer the raw /api/v1/events endpoint if you need machine-readable JSON directly without HTML parsing.

## Known failure modes

- Invalid or unrecognized ISO-3166-1 alpha-2 code returns a 404 or empty page
- Country code provided as full name or alpha-3 instead of alpha-2 may result in no match
- Countries with no tracked events may return an empty hub page
- HTML response may require parsing to extract JSON-LD structured data
- Network or payment failure returns no content

## How this service works

Country hub page at /country/{iso2}. Aggregates conflict events for a single sovereign nation, keyed by ISO-3166-1 alpha-2. HTML with embedded CollectionPage + Dataset JSON-LD pointing back at /api/v1/events?country={iso2}.

## Output

An HTML page for the specified country containing aggregated conflict event listings and embedded CollectionPage and Dataset JSON-LD structured data, including a back-reference to /api/v1/events?country={iso2} for programmatic access to the full event corpus.

## Example request

```json
{
 "iso2": "UA"
}
```

## More

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