# War Tracker Event Article (Share Page)

> War Tracker Event Article (Share 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-13).

Returns the SEO-canonical HTML article page (or equivalent JSON payload) for a specific conflict event, embedding structured schema.org JSON-LD metadata including NewsArticle, Event, VideoObject, and FAQPage.

## Facts

- Endpoint: GET https://war-tracker.com/share/397003/strike
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/war-tracker-com-bf87101f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OEHV3K7g2xndA3_ziSSrO

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

Example prompt: Pull the war-tracker event article for event ID 397003 — give me the full structured data including any embedded FAQ and video info about that strike.

## When to prefer this

Use this endpoint when you need the full structured article content for a specific conflict event by its numeric ID — especially when you need schema.org-enriched metadata (NewsArticle, FAQPage, VideoObject) alongside event data. Prefer the JSON representation (Accept: application/json) when you need machine-readable event data without parsing HTML. Choose this over /api/v1/events/{id} directly if you also need SEO-structured markup or FAQ/video schema objects bundled together.

## Known failure modes

- Invalid or non-existent event_id returns 404 not found
- Missing required event_id parameter returns 400 bad request
- Payment not included or invalid returns 402 Payment Required
- Server error on unavailable event returns 500
- Requesting a slug that doesn't match canonical slug may redirect or return canonical version

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

An HTML page with embedded JSON-LD @graph containing NewsArticle, Event, VideoObject, and FAQPage schema.org objects for the requested conflict event. If Accept: application/json is sent, returns the same data as a pure JSON payload matching the /api/v1/events/{id} shape — including event metadata, media references, and FAQ content.

## Response schema (JSON Schema)

```json
{
 "type": "html",
 "example": "<html>...JSON-LD @graph with NewsArticle + Event + VideoObject...<article>headline + description + sources</article>...</html>  OR, with Accept: application/json, the /api/v1/events/{id} JSON payload (canonical_url, headline, jsonld_graph, media_url, thumbnail_url, transcript, faq, super_event, ...)."
}
```

## More

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