Data Layers
Real-Time Data Layers
Intelligence Feeds
Telegram OSINT Intelligence Feed
56 enabled channels in the defaultfull Telegram channel set provide a raw, low-latency intelligence feed covering conflict zones, OSINT analysis, and breaking news — sources that are often minutes ahead of traditional wire services during fast-moving events.
| Tier | Enabled channels in full set |
|---|---|
| Tier 1 | 3 |
| Tier 2 | 23 |
| Tier 3 | 30 |
tier, topic, and region metadata for polling and filtering; unlike RSS feeds, Telegram channels do not currently carry the RSS stateAffiliation or propaganda-risk fields, so source-bias review must use the disclosed channel identity plus the operational tier rather than RSS-style affiliation tags.
Architecture: A GramJS MTProto client running on the Railway relay polls all channels sequentially on a 60-second cycle. Each channel has a 15-second timeout (GramJS getEntity/getMessages can hang indefinitely on FLOOD_WAIT or MTProto stalls), and the entire cycle has a 3-minute hard timeout. A stuck-poll guard force-clears the mutex after 3.5 minutes, and FLOOD_WAIT errors from Telegram’s API stop the cycle early rather than propagating to every remaining channel.
Messages are deduplicated by ID, filtered to exclude media-only posts (images without text), truncated to 800 characters, and stored in a rolling 200-item buffer. The relay connects with a 60-second startup delay to prevent AUTH_KEY_DUPLICATED errors during Railway container restarts (the old container must fully disconnect before the new one authenticates). Topic classification (breaking, conflict, alerts, osint, politics, middleeast) and channel-based filtering happen at query time via the /telegram/feed relay endpoint.
OREF Rocket Alert Integration
The dashboard monitors Israel’s Home Front Command (Pikud HaOref) alert system for incoming rocket, missile, and drone sirens — a real-time signal that is difficult to obtain programmatically due to Akamai WAF protection. Data flow: The Railway relay pollsoref.org.il using curl (not Node.js fetch, which is JA3-blocked) through a residential proxy with an Israeli exit IP. On startup, the relay bootstraps history via a two-phase strategy: Phase 1 loads from Redis (filtering entries older than 7 days); if Redis is empty, Phase 2 fetches from the upstream OREF API with exponential backoff retry (up to 3 attempts, delays of 3s/6s/12s + jitter). Alert history is persisted to Redis with dirty-flag deduplication to prevent redundant writes. Live alerts are polled every 5 minutes. Wave detection groups individual siren records by timestamp to identify distinct attack waves. Israel-local timestamps are converted to UTC with DST-aware offset calculation. 1,480 Hebrew→English location translations — an auto-generated dictionary (from the pikud-haoref-api cities.json source) enables automatic translation of Hebrew city names in alert data. Unicode bidirectional control characters are stripped via sanitizeHebrew() before translation lookups to prevent mismatches.
CII integration: Active OREF alerts boost Israel’s CII conflict component by up to 50 points (25 + min(25, alertCount × 5)). Rolling 24-hour history adds a secondary boost: 3–9 alerts in the window contribute +5, 10+ contribute +10 to the blended score. This means a sustained multi-wave rocket barrage drives Israel’s CII significantly higher than a single isolated alert.
GPS/GNSS Interference Detection
GPS jamming and spoofing — increasingly used as electronic warfare in conflict zones — is detected by analyzing ADS-B transponder data from aircraft that report GPS anomalies. Data is sourced from gpsjam.org, which aggregates ADS-B Exchange data into H3 resolution-4 hexagonal grid cells. Classification: Each H3 cell reports the ratio of aircraft with GPS anomalies vs. total aircraft. Cells with fewer than 3 aircraft are excluded as statistically noisy. The remaining cells are classified:| Interference Level | Bad Aircraft % | Map Color |
|---|---|---|
| Low | 0–2% | Hidden |
| Medium | 2–10% | Amber |
| High | > 10% | Red |
ingestGpsJammingForCII maps each H3 hex centroid to a country via the local geometry service, then accumulates per-country interference counts. In the CII security component, GPS jamming contributes up to 35 points: min(35, highCount × 5 + mediumCount × 2).
Security Advisory Aggregation
Government travel advisories serve as expert risk assessments from national intelligence agencies — when the US State Department issues a “Do Not Travel” advisory, it reflects classified threat intelligence that no open-source algorithm can replicate. Sources: 3 government advisory feeds (US State Dept, Australia DFAT Smartraveller, UK FCDO), 13 US Embassy country-specific alert feeds (Thailand, UAE, Germany, Ukraine, Mexico, India, Pakistan, Colombia, Poland, Bangladesh, Italy, Dominican Republic, Myanmar), and health agency feeds (CDC Travel Notices, ECDC epidemiological updates, WHO News, WHO Africa Emergencies). Advisory levels (ranked): Do-Not-Travel (4) → Reconsider Travel (3) → Exercise Caution (2) → Normal (1) → Info (0). Both RSS (item) and Atom (entry) formats are parsed. Country extraction uses a 265-entry country name map (generated from GeoJSON + aliases) for accurate matching of compound names and alternative spellings. Architecture: Advisories follow the gold standard pattern. A Railway cron seed (seed-security-advisories.mjs) fetches all 24 feeds hourly via the relay RSS proxy, deduplicates by title, builds a byCountry risk-level map, and writes to Redis. The Vercel ListSecurityAdvisories RPC reads Redis only (no external calls). Bootstrap hydration provides instant advisory data on page load.
CII integration — the server-side CII scorer reads the seeded advisory
byCountry level when available and otherwise may use an embedded State
Department fallback table for selected countries. Each emitted CiiScore
exposes advisoryLevel and advisoryProvenance (live, fallback, or
absent) so downstream users can tell whether the score used the live feed,
fallback table, or no advisory input. Advisories feed into instability scores
through two mechanisms:
- Score boost: Do-Not-Travel → +15 points, Reconsider → +10, Caution → +5. The server scorer uses the live
byCountrylevel when present; if live data is missing for selected Tier-1 countries, it falls back to the published CII advisory table rather than adding a separate multi-source agreement boost. - Score floor: Do-Not-Travel forces a minimum CII score of 60; Reconsider forces minimum 50. This prevents a country with low event data but active or curated advisory risk from showing an artificially calm score.
Airport Delay & NOTAM Monitoring
111 airports across 5 regions (Americas, Europe, Asia-Pacific, MENA, Africa) are continuously monitored for delays, ground stops, and closures through three independent data sources:| Source | Coverage | Method |
|---|---|---|
| FAA ASWS | 14 US hub airports | Real-time XML feed from nasstatus.faa.gov — ground delays, ground stops, arrival/departure delays, closures |
| AviationStack | 40 international airports | Last 100 flights per airport — cancellation rate and average delay duration computed from flight records |
| ICAO NOTAM API | 46 MENA airports | Real-time NOTAM (Notice to Air Missions) query for active airport/airspace closures |
FA, AH, AL, AW, AC, AM combined with closure qualifiers LC, AS, AU, XX, AW) and free-text regex scanning for closure keywords (AD CLSD, AIRPORT CLOSED, AIRSPACE CLOSED). When a NOTAM closure is detected, it overrides any existing delay alert for that airport with a severe/closure classification.
Severity thresholds: Average delay ≥15min or ≥15% delayed flights = minor; ≥30min/30% = moderate; ≥45min/45% = major; ≥60min/60% = severe. Cancellation rate ≥80% with ≥10 flights = closure. All results are cached for 30 minutes in Redis. When no AviationStack API key is configured, the system generates probabilistic simulated delays for demonstration — rush-hour windows and high-traffic airports receive higher delay probability.
Aviation Intelligence Panel
The Airline Intel panel provides a comprehensive 6-tab aviation monitoring interface covering operations, flights, carriers, tracking, news, and pricing:| Tab | Data | Source |
|---|---|---|
| Ops | Delay percentages, cancellation rates, NOTAM closures, ground stops | FAA ASWS, AviationStack, ICAO |
| Flights | Specific flight status with scheduled vs estimated times, divert/cancel flags | AviationStack flight lookup |
| Airlines | Per-carrier statistics at monitored airports (delay %, cancellation rate, flight count) | AviationStack carrier ops |
| Tracking | Live ADS-B aircraft positions with altitude, ground speed, heading, on-ground status | OpenSky / Wingbits |
| News | 20+ recent aviation news items with entity matching (airlines, airports, aircraft types) | RSS feeds tagged aviation |
| Prices | Multi-carrier price quotes with cabin selection (Economy/Business), currency conversion, non-stop filters | Travelpayouts cached data |
localStorage as aviation:watchlist:v1. The default watchlist includes IST, ESB, SAW, LHR, FRA, CDG airports and TK airline, reflecting common monitoring needs. The watchlist drives which airports appear in the Ops tab and which carriers are tracked in the Airlines tab.
Delay severity is classified across five levels — normal, minor, moderate, major, severe — with each alert carrying a severity source (FAA, Eurocontrol, or computed from flight data). The panel auto-refreshes on a 5-minute polling cycle with a live indicator badge, and uses a SmartPollLoop with adaptive backoff on failures.
Cyber & Natural Events
Cyber Threat Intelligence Layer
Six threat intelligence feeds provide indicators of compromise (IOCs) for active command-and-control servers, malware distribution hosts, phishing campaigns, malicious URLs, and ransomware operations:| Feed | IOC Type | Coverage |
|---|---|---|
| Feodo Tracker (abuse.ch) | C2 servers | Botnet C&C infrastructure |
| URLhaus (abuse.ch) | Malware hosts | Malware distribution URLs |
| C2IntelFeeds | C2 servers | Community-sourced C2 indicators |
| AlienVault OTX | Mixed | Open threat exchange pulse IOCs |
| AbuseIPDB | Malicious IPs | Crowd-sourced abuse reports |
| Ransomware.live | Ransomware | Active ransomware group feeds |
c2_server, malware_host, phishing, malicious_url) with four severity levels, rendered as color-coded scatter dots on the globe. The layer uses a 10-minute cache, a 14-day rolling window, and caps display at 500 IOCs to maintain rendering performance.
Natural Disaster Monitoring
Three independent sources are merged into a unified disaster picture, then deduplicated on a 0.1° geographic grid:| Source | Coverage | Types | Update Frequency |
|---|---|---|---|
| USGS | Global earthquakes M4.5+ | Earthquakes | 5 minutes |
| GDACS | UN-coordinated disaster alerts | Earthquakes, floods, cyclones, volcanoes, wildfires, droughts | Real-time |
| NASA EONET | Earth observation events | 13 natural event categories (30-day open events) | Real-time |
Dual-Source Protest Tracking
Protest data is sourced from two independent providers to reduce single-source bias:- ACLED (Armed Conflict Location & Event Data) — 30-day window, tokenized API with Redis caching (10-minute TTL). Covers protests, riots, strikes, and demonstrations with actor attribution and fatality counts.
- GDELT (Global Database of Events, Language, and Tone) — 7-day geospatial event feed filtered to protest keywords. Events with mention count ≥5 are included; those above 30 are marked as
validated.
- High — fatalities present or riot/clash keywords
- Medium — standard protest/demonstration
- Low — default
ACLED_EMAIL + ACLED_PASSWORD (OAuth, auto-refreshed) or a static ACLED_ACCESS_TOKEN on the API project. When ACLED auth is absent the fetch degrades gracefully to an empty result — but ACLED is also the real-time conflict source for the Country Instability Index, so without it CII conflict scoring falls back to UCDP alone. Since UCDP GED ships as lagging annual releases, that fallback can leave no conflict events inside the CII 2-year recency window, which /api/health.riskScores reports as COVERAGE_PARTIAL (cyber and news families still cover, so the metric reads 2 of 3). The get-risk-scores RPC logs a [CII] ACLED returned 0 events warning when this happens.
Climate Anomaly Detection
15 conflict-prone and disaster-prone zones are continuously monitored for temperature and precipitation anomalies using Open-Meteo ERA5 reanalysis data. A 30-day baseline is computed, and current conditions are compared against it to determine severity:| Severity | Temperature Deviation | Precipitation Deviation |
|---|---|---|
| Extreme | > 5°C above baseline | > 80mm/day above baseline |
| Moderate | > 3°C above baseline | > 40mm/day above baseline |
| Normal | Within expected range | Within expected range |
Displacement Tracking
Refugee and displacement data is sourced from the UN OCHA Humanitarian API (HAPI), providing population-level counts for refugees, asylum seekers, and internally displaced persons (IDPs). The Displacement panel offers two perspectives:- Origins — countries people are fleeing from, ranked by outflow volume
- Hosts — countries absorbing displaced populations, ranked by intake
Population Exposure Estimation
Population exposure estimation calculates affected populations within event-specific radii. See Algorithms - Population Exposure for the full methodology.Infrastructure Monitoring
Strategic Port Infrastructure
62 strategic ports are cataloged across six types, reflecting their role in global trade and military posture:| Type | Count | Examples |
|---|---|---|
| Container | 21 | Shanghai (#1, 47M+ TEU), Singapore, Ningbo, Shenzhen |
| Oil/LNG | 8 | Ras Tanura (Saudi), Sabine Pass (US), Fujairah (UAE) |
| Chokepoint | 9 | Suez Canal, Panama Canal, Strait of Malacca, Gibraltar, Bosphorus, Dardanelles |
| Naval | 6 | Zhanjiang, Yulin (China), Vladivostok (Russia) |
| Mixed | 15+ | Ports serving multiple roles (trade + military) |
| Bulk | 20+ | Regional commodity ports |
Live Webcam Surveillance Grid
22 YouTube live streams from geopolitical hotspots across 5 regions provide continuous visual situational awareness:| Region | Cities |
|---|---|
| Iran / Attacks | Tehran, Tel Aviv, Jerusalem (Western Wall) |
| Middle East | Jerusalem (Western Wall), Tehran, Tel Aviv, Mecca (Grand Mosque) |
| Europe | Kyiv, Odessa, Paris, St. Petersburg, London |
| Americas | Washington DC, New York, Los Angeles, Miami |
| Asia-Pacific | Taipei, Shanghai, Tokyo, Seoul, Sydney |
Server-Side Aggregation
Server-Side Feed Aggregation
Rather than each client browser independently fetching dozens of RSS feeds through individual edge function invocations, thelistFeedDigest RPC endpoint aggregates all feeds server-side into a single categorized response.
The public server digest feed inventory below is source-backed from server/worldmonitor/news/v1/_feeds.ts; that code file remains the source of truth for exact URLs, Google News query wrappers, and locale-specific URL parameters. Feed choices are intentionally visible here so regional coverage, official-source inclusion, and politically sensitive inclusions such as Trump - Truth Social can be reviewed rather than hidden behind a generic “RSS” label. Language-scoped feeds are marked with their language code and are only included when the request language matches. The full variant also appends INTEL_SOURCES under the intel category.
| Variant | Category | Server feed sources |
|---|---|---|
full | politics | BBC World; Guardian World; AP News; Reuters World; CNN World; Trump - Truth Social |
full | us | Reuters US; NPR News; PBS NewsHour; ABC News; CBS News; NBC News; Wall Street Journal; Politico; The Hill; Axios |
full | europe | France 24; EuroNews; Le Monde; DW News; Tagesschau (de); ANSA (it); NOS Nieuws (nl); SVT Nyheter (sv); Telex (hu); Index.hu (hu); HVG (hu); 444.hu (hu); 24.hu (hu); Híradó (hu); Portfolio.hu (hu); ATV (hu); N1 Croatia (hr); Index.hr (hr); Jutarnji list (hr); Balkan Insight |
full | middleeast | BBC Middle East; Al Jazeera; Guardian ME; Oman Observer; BBC Persian (fa); The National |
full | tech | Hacker News; Ars Technica; The Verge; MIT Tech Review |
full | ai | AI News; VentureBeat AI; The Verge AI; MIT Tech Review; ArXiv AI |
full | finance | CNBC; MarketWatch; Yahoo Finance; Financial Times; Reuters Business |
full | gov | White House; White House Actions; State Dept; Pentagon; Federal Reserve; SEC; UN News; CISA; Treasury; DOJ |
full | africa | BBC Africa; News24; Africanews; Jeune Afrique (fr); Premium Times |
full | latam | BBC Latin America; Guardian Americas; Primicias (es); Infobae Americas (es); El Universo (es); Clarín (es); InSight Crime |
full | asia | BBC Asia; The Diplomat; Nikkei Asia; CNA; NDTV; South China Morning Post; The Hindu; Asia News; BBC Hindi (hi); Aaj Tak (hi); NDTV India (hi); Amar Ujala (hi) |
full | energy | Oil & Gas; Reuters Energy; Nuclear Energy |
full | thinktanks | Foreign Policy; Atlantic Council; Foreign Affairs; War on the Rocks; CSIS |
full | crisis | CrisisWatch; IAEA; WHO |
full | layoffs | Layoffs.fyi; TechCrunch Layoffs; Layoffs News |
full | intel | Defense One; The War Zone; Defense News; Military Times; Task & Purpose; USNI News; gCaptain; Oryx OSINT; Foreign Policy; Foreign Affairs; Atlantic Council; Bellingcat; Krebs Security; Arms Control Assn; Bulletin of Atomic Scientists; FAO News; OCCRP; DFRLab; Lighthouse Reports; The Sentry; GITOC; VSquare; Correctiv |
tech | tech | TechCrunch; The Verge; Ars Technica; Hacker News |
tech | ai | AI News; VentureBeat AI; The Verge AI; ArXiv AI |
tech | startups | TechCrunch Startups; VentureBeat; Crunchbase News |
tech | vcblogs | Y Combinator Blog; a16z Blog; First Round Review; Sequoia Blog; Stratechery |
tech | regionalStartups | EU Startups; Tech.eu; Sifted (Europe); Tech in Asia; TechCabal (Africa); Inc42 (India) |
tech | unicorns | Unicorn News; Decacorn News |
tech | accelerators | YC News; YC Blog; Demo Day News |
tech | security | Krebs Security; Dark Reading |
tech | policy | Politico Tech; AI Regulation; Tech Antitrust |
tech | github | GitHub Blog |
tech | funding | VC News |
tech | cloud | InfoQ; The New Stack |
tech | layoffs | Layoffs.fyi; TechCrunch Layoffs |
tech | finance | CNBC Tech; Yahoo Finance |
tech | dev | Dev.to; Lobsters; Changelog; Show HN |
tech | ipo | IPO News; Tech IPO News |
tech | producthunt | Product Hunt |
tech | hardware | Tom’s Hardware; SemiAnalysis; Semiconductor News |
tech | outages | AWS Status; Cloud Outages |
finance | markets | CNBC; Yahoo Finance; Seeking Alpha |
finance | forex | Forex News |
finance | bonds | Bond Market |
finance | commodities | Oil & Gas; Gold & Metals |
finance | crypto | CoinDesk; Cointelegraph; The Block; Decrypt; The Defiant; Bitcoin Magazine; DL News; CryptoSlate; Unchained; DeFi News; Bloomberg Crypto; Reuters Crypto; Wu Blockchain; Messari; NFT News; Stablecoin Policy |
finance | centralbanks | Federal Reserve |
finance | economic | Economic Data |
finance | ipo | IPO News |
finance | derivatives | Options Market; Futures Trading |
finance | fintech | Fintech News; Trading Tech; Blockchain Finance |
finance | fin-regulation | SEC; Financial Regulation; Banking Rules; Crypto Regulation |
finance | institutional | Hedge Fund News; Private Equity; Sovereign Wealth |
finance | analysis | Market Outlook; Risk & Volatility; Bank Research |
finance | gccNews | Arabian Business; The National; Arab News; Gulf FDI; Gulf Investments; Vision 2030 |
commodity | commodity-news | Kitco News; Mining.com; Bloomberg Commodities; Reuters Commodities; S&P Global Commodity; CNBC Commodities |
commodity | gold-silver | Kitco Gold; Gold Price News; Silver Price News; Precious Metals; World Gold Council |
commodity | energy | OilPrice.com; Rigzone; EIA Reports; OPEC News; Natural Gas News; Energy Intel; Reuters Energy |
commodity | mining-news | Mining Journal; Northern Miner; Mining Weekly; Mining Technology; Australian Mining; Mine Web (SNL); Resource World |
commodity | critical-minerals | Benchmark Mineral; Lithium Market; Cobalt Market; Rare Earths News; EV Battery Supply; IEA Critical Minerals; Uranium Market |
commodity | base-metals | LME Metals; Copper Market; Nickel News; Aluminum & Zinc; Iron Ore Market; Metals Bulletin |
commodity | mining-companies | BHP News; Rio Tinto News; Glencore & Vale; Gold Majors; Freeport & Copper Miners; Critical Mineral Companies |
commodity | supply-chain | Shipping & Freight; Trade Routes; China Commodity Imports; Port & Logistics |
commodity | commodity-regulation | Mining Regulation; ESG in Mining; Trade & Tariffs; Indonesia Nickel Policy; China Mineral Policy |
commodity | markets | Yahoo Finance Commodities; CNBC Markets; Seeking Alpha Metals; Commodity Futures |
commodity | finance | CNBC; MarketWatch; Yahoo Finance; Financial Times; Reuters Business |
happy | positive | Good News Network; Positive.News; Reasons to be Cheerful; Optimist Daily |
happy | science | ScienceDaily; Nature News; Singularity Hub; Human Progress |
happy | nature | Mongabay; Conservation Optimism |
happy | inspiring | GNN Heroes; GNN Health |
happy | community | Yes! Magazine; Shareable |
news:digest:v1:{variant}:{lang} with a 900-second TTL. Individual feed results are separately cached per URL: healthy parsed feeds use 3600 seconds, while empty or failed zero-item parses use 300 seconds so transient blocks are retried sooner. Items per feed are capped at 5, categories at 20 items each. XML parsing is edge-runtime-compatible (regex-based, no DOM parser), handling both RSS item and Atom entry formats. Each item is keyword-classified at aggregation time. An in-memory fallback cache (capped at 50 entries) provides last-known-good data if Redis fails.
This eliminates per-client feed fan-out — 1,000 concurrent users each polling 25 feed categories would have generated 25,000 edge invocations per poll cycle. With server-side aggregation, they generate exactly 1 (or 0 if the digest is cached).
Source Credibility & Feed Tiering
Every RSS feed is assigned a source tier reflecting editorial reliability:| Tier | Description | Examples |
|---|---|---|
| Tier 1 | Wire services, official government sources | Reuters, AP, BBC, DOD |
| Tier 2 | Major established outlets | CNN, NYT, The Guardian, Al Jazeera |
| Tier 3 | Specialized/niche outlets | Defense One, Breaking Defense, The War Zone |
| Tier 4 | Aggregators and blogs | Google News, individual analyst blogs |
Data Freshness & Intelligence Gaps
Data Freshness & Intelligence Gaps
A singleton tracker monitors 35 data sources (GDELT, GDELT Doc, RSS, AIS, OpenSky, Wingbits, USGS, weather, outages, ACLED, ACLED conflict, Polymarket, predictions, PizzINT, economic, oil, spending, NASA FIRMS, cyber threats, UCDP, UCDP events, HAPI, UNHCR, climate, WorldPop, giving, BIS, BLS, WTO trade, supply chain, security advisories, sanctions pressure, radiation, GPS jamming, Treasury revenue) with status categorization: fresh (<15 min), stale (2h), very_stale (6h), no_data, error, disabled. Two browser-tracker sources (GDELT, RSS) are flagged asrequiredForRisk; that flag drives the Strategic Risk panel’s hard insufficient-data gate, not the exhaustive list of CII score inputs. Score-relevant feeds such as UCDP events, ACLED conflict, news summaries, and cyber threats are tracked through source-specific health plus /api/health.riskScores signal-density coverage. The tracker explicitly reports intelligence gaps — what analysts can’t see — preventing false confidence when critical data sources are down or degraded.
Prediction Markets
Prediction Markets as Leading Indicators
Polymarket geopolitical markets are queried using tag-based filters (Ukraine, Iran, China, Taiwan, etc.) with 5-minute caching. Market probability shifts are correlated with news volume: if a prediction market moves significantly before matching news arrives, this is flagged as a potential early-warning signal. 4-tier fetch strategy — prediction markets use a cascading fetch chain to maximize data availability:- Bootstrap hydration — zero-network, page-load-embedded data from the Redis-cached
predictionskey. If fresh (<20 min), the panel renders instantly without any API call - Sebuf RPC —
POST /api/prediction/v1/list-prediction-marketsqueries Redis for the seed-script-maintained cache. Single request, sub-100ms cold start - Browser-direct Polymarket — the browser fetches Polymarket’s Gamma API directly, bypassing JA3 fingerprinting (browser TLS passes Cloudflare)
- Sidecar native TLS — on Tauri desktop, Rust’s
reqwestTLS fingerprint differs from Node.js, providing another bypass vector
fetchCountryMarkets(country) maps 40+ countries to Polymarket tag variants (e.g., “Russia” matches [“russia”, “russian”, “moscow”, “kremlin”, “putin”]), enabling the Country Brief to display prediction contracts relevant to any nation.
Smart filtering — markets are ranked by 24h trading volume, filtered to exclude sports and entertainment (100+ exclusion keywords: NBA, NFL, Oscar, Grammy, etc.), and require meaningful price divergence from 50% or volume above $50K to suppress noise. Each variant gets different tag sets — geopolitical queries politics/world/ukraine/middle-east tags, tech queries ai/crypto/business tags.
Cloudflare JA3 bypass — Polymarket’s API is protected by Cloudflare TLS fingerprinting (JA3) that blocks all server-side requests. The system uses a 3-tier fallback:
| Tier | Method | When It Works |
|---|---|---|
| 1 | Browser-direct fetch | Always (browser TLS passes Cloudflare) |
| 2 | Tauri native TLS (reqwest) | Desktop app (Rust TLS fingerprint differs from Node.js) |
| 3 | Vercel edge proxy | Rarely (edge runtime sometimes passes) |
Provider Credits
WorldMonitor is grateful to the following organizations for making their data publicly accessible.Energy & Commodities
| Provider | Data | Link |
|---|---|---|
| GIE AGSI+ | EU natural gas storage levels | agsi.gie.eu |
| U.S. EIA | Crude oil inventories, fuel prices, energy data | eia.gov/opendata |
Finance & Economics
| Provider | Data | Link |
|---|---|---|
| ECB Data Portal | FX reference rates, yield curve, ESTR/EURIBOR, financial stress index | data-api.ecb.europa.eu |
| Eurostat | Euro Area CPI, GDP, unemployment, economic indicators | ec.europa.eu/eurostat |
| FRED — St. Louis Fed | US/global interest rates, macroeconomic series | fred.stlouisfed.org |
| World Bank Open Data | Development indicators, renewable energy, technology readiness | data.worldbank.org |
| BIS Statistics | Central bank policy rates, REER, credit-to-GDP | stats.bis.org |
| U.S. BLS | US labor statistics | bls.gov/developers |
| USA Spending | US federal spending and contracts | api.usaspending.gov |
| UN Comtrade | Global merchandise trade flows | comtradeapi.un.org |
| CoinGecko | Cryptocurrency prices and market data | coingecko.com |
Geopolitics & Conflict
| Provider | Data | Link |
|---|---|---|
| ACLED | Armed conflict and protest event data | acleddata.com |
| UCDP | Uppsala Conflict Data Program — conflict events | ucdp.uu.se |
| GDELT | Global event, language, and tone database | gdeltproject.org |
| IMF PortWatch | Chokepoint transit intelligence | portwatch.imf.org |
Environment & Disasters
| Provider | Data | Link |
|---|---|---|
| USGS Earthquake Hazards | Global seismic activity | earthquake.usgs.gov |
| NASA FIRMS | Near real-time wildfire/fire detections (VIIRS) | firms.modaps.eosdis.nasa.gov |
| NASA EONET | Natural events — storms, volcanoes, floods | eonet.gsfc.nasa.gov |
| GDACS | UN-coordinated global disaster alerts | gdacs.org |
| Open-Meteo | ERA5 reanalysis climate data | open-meteo.com |
Infrastructure & Cyber
| Provider | Data | Link |
|---|---|---|
| Cloudflare Radar | Internet outages and traffic anomalies | radar.cloudflare.com |
| Submarine Cable Map | Global submarine cable infrastructure | submarinecablemap.com |
| AbuseIPDB | Crowd-sourced malicious IP reports | abuseipdb.com |
| CelesTrak | Satellite TLE data for orbital tracking | celestrak.org |
Aviation
| Provider | Data | Link |
|---|---|---|
| Wingbits | Live ADS-B flight data | wingbits.com |
| OpenSky Network | ADS-B flight tracking (fallback) | opensky-network.org |
| FAA ASWS | US airport delay and ground stop data | nasstatus.faa.gov |
| ICAO | NOTAM airspace closure data | icao.int |
