EE Impact

REST API v1

Available on Business and Enterprise plans. Create keys in your account. Authenticate with:

curl -H "Authorization: Bearer eei_your_key" \
  "https://www.easteuropeimpact.com//api/v1/events?category=sanctions&limit=10"
GET/api/v1/events

Published events with impact analyses.

Query params: limit (≤100), category, since (ISO date)

GET/api/v1/claims

Claims with verification statuses and confidence.

Query params: event_id, status, limit (≤200)

GET/api/v1/sanctions

Sanctions entries across EU / US / UK regimes.

Query params: jurisdiction (EU|US|UK), q (name search), limit (≤200)

GET/api/v1/companies/{slug}/exposure

Full company exposure: Russia status history, sanctions matches, recent events.

Query params:

Responses are JSON: {"data": [...]}. Confidence scores map to the public status labels described in the methodology.