# World Monitor > AI-powered real-time global intelligence dashboard ## Docs - [About World Monitor: open-source OSINT dashboard](https://www.worldmonitor.app/docs/about.md): The story behind World Monitor, the open-source real-time global intelligence dashboard built by Anghami co-founder Elie Habib and used in 170+ countries. - [Accounts & Sign-up](https://www.worldmonitor.app/docs/accounts.md): How account creation works: the free dashboard needs no account; Pro/API accounts are created via the Clerk sign-up flow in a browser. - [Adding API Endpoints](https://www.worldmonitor.app/docs/adding-endpoints.md): All JSON API endpoints in World Monitor must use sebuf. This guide walks through adding a new RPC to an existing service and adding an entirely new service. - [Agent Discovery](https://www.worldmonitor.app/docs/agent-discovery.md): Point any AI agent, codegen tool, or MCP client at worldmonitor.app and discover every API, OpenAPI spec, MCP server, and OAuth endpoint from a single root URL. - [Agent Skills Catalog](https://www.worldmonitor.app/docs/agent-skills.md): Human-readable catalog of the 25 World Monitor agent skills advertised through the /.well-known/agent-skills/index.json discovery endpoint. - [AI Intelligence](https://www.worldmonitor.app/docs/ai-intelligence.md): LLM chains, RAG pipelines, threat classification, deduction engines, and browser-side ML that power World Monitor's AI-driven analysis stack. - [Algorithms & Scoring](https://www.worldmonitor.app/docs/algorithms.md): Detailed reference for World Monitor scoring formulas, detection algorithms, and classification pipelines used across every intelligence module. - [AI Brief Endpoints](https://www.worldmonitor.app/docs/api-brief.md): Read, share, render, and paginate the AI-composed World Monitor intelligence brief — endpoints for public shares, carousels, and share URLs. - [Commerce Endpoints](https://www.worldmonitor.app/docs/api-commerce.md): Checkout, customer portal, product catalog, and referral endpoints — thin edge proxies over Convex and Dodo Payments for World Monitor billing. - [API Key Gating & Registration — Deployment Guide](https://www.worldmonitor.app/docs/api-key-deployment.md): Deploying WORLDMONITOR_API_KEY gating for the desktop app — cloud fallback, local-only fallback, and Convex-backed registration email capture. - [Find or replace your license / API key](https://www.worldmonitor.app/docs/api-keys.md): Where to create the wm_ key requested by the desktop app or API, which plans include one, and what to do if the full key is no longer visible. - [Notifications & Integrations](https://www.worldmonitor.app/docs/api-notifications.md): Notification channels, webhook delivery, and Telegram, Slack, Discord, and YouTube integration endpoints for pushing World Monitor alerts. - [OAuth 2.1 Server](https://www.worldmonitor.app/docs/api-oauth.md): Dynamic client registration, authorization, and token exchange endpoints that back the World Monitor MCP server's OAuth 2.1 authentication flow. - [Platform Endpoints](https://www.worldmonitor.app/docs/api-platform.md): Bootstrap, health, version, cache-purge, and user-preference endpoints — the plumbing every World Monitor client talks to on startup and cleanup. - [Proxies & Raw-Data Passthroughs](https://www.worldmonitor.app/docs/api-proxies.md): Thin server-side proxies for upstream APIs — used by the dashboard to avoid CORS, hide credentials, and add rate-limiting and edge caching. - [API Reference](https://www.worldmonitor.app/docs/api-reference.md): Catalog of documented World Monitor REST service groups. Every endpoint follows /api//v1/ and returns consistent envelopes. - [GetAirportOpsSummary](https://www.worldmonitor.app/docs/api-reference/aviationservice/getairportopssummary.md): GetAirportOpsSummary returns operational health metrics for watched airports. - [GetCarrierOps](https://www.worldmonitor.app/docs/api-reference/aviationservice/getcarrierops.md): GetCarrierOps returns delay and cancellation metrics grouped by carrier. - [GetFlightStatus](https://www.worldmonitor.app/docs/api-reference/aviationservice/getflightstatus.md): GetFlightStatus looks up the current status of a specific flight. - [GetYoutubeLiveStreamInfo](https://www.worldmonitor.app/docs/api-reference/aviationservice/getyoutubelivestreaminfo.md): GetYoutubeLiveStreamInfo retrieves information about a YouTube live stream (status, title, etc). - [ListAirportDelays](https://www.worldmonitor.app/docs/api-reference/aviationservice/listairportdelays.md): ListAirportDelays retrieves current airport delay alerts. - [ListAirportFlights](https://www.worldmonitor.app/docs/api-reference/aviationservice/listairportflights.md): ListAirportFlights retrieves recent flights at a specific airport. - [ListAviationNews](https://www.worldmonitor.app/docs/api-reference/aviationservice/listaviationnews.md): ListAviationNews retrieves filtered aviation news articles. - [SearchFlightPrices](https://www.worldmonitor.app/docs/api-reference/aviationservice/searchflightprices.md): SearchFlightPrices searches for flight price offers on a route. - [SearchGoogleDates](https://www.worldmonitor.app/docs/api-reference/aviationservice/searchgoogledates.md): SearchGoogleDates finds the cheapest travel dates across a flexible date range via Google Flights. - [SearchGoogleFlights](https://www.worldmonitor.app/docs/api-reference/aviationservice/searchgoogleflights.md): SearchGoogleFlights searches Google Flights for available itineraries on a specific date. - [TrackAircraft](https://www.worldmonitor.app/docs/api-reference/aviationservice/trackaircraft.md): TrackAircraft retrieves live position stream for a specific aircraft hex. - [ExecuteBatch](https://www.worldmonitor.app/docs/api-reference/batchservice/executebatch.md): ExecuteBatch runs a bulk batch of up to 20 read (GET) operations concurrently in one round trip and returns per-operation statuses and bodies. Use it instead of looping single calls when acting on many items; add a per-operation ?jmespath= projection to keep each body small. - [GetCo2Monitoring](https://www.worldmonitor.app/docs/api-reference/climateservice/getco2monitoring.md): GetCo2Monitoring retrieves seeded NOAA greenhouse gas monitoring data. - [GetOceanIceData](https://www.worldmonitor.app/docs/api-reference/climateservice/getoceanicedata.md): GetOceanIceData retrieves seeded Arctic sea ice, sea level, and ocean heat indicators. - [ListAirQualityData](https://www.worldmonitor.app/docs/api-reference/climateservice/listairqualitydata.md): ListAirQualityData retrieves recent PM2.5 station data from the shared air-quality seed. - [ListClimateAnomalies](https://www.worldmonitor.app/docs/api-reference/climateservice/listclimateanomalies.md): ListClimateAnomalies retrieves temperature and precipitation anomalies from ERA5 data. - [ListClimateDisasters](https://www.worldmonitor.app/docs/api-reference/climateservice/listclimatedisasters.md): ListClimateDisasters retrieves climate-relevant disaster events from seeded data. - [ListClimateNews](https://www.worldmonitor.app/docs/api-reference/climateservice/listclimatenews.md): ListClimateNews retrieves latest climate/environment intelligence headlines from seeded RSS feeds. Empty items with fetched_at=0 or data_available=false means the seed snapshot is unavailable/degraded, not that there are confirmed zero headlines. - [GetProductCatalog](https://www.worldmonitor.app/docs/api-reference/commerceservice/getproductcatalog.md): Returns the live tier view-model used by the /pro pricing page: plan names, descriptions, feature bullets, monthly/annual USD prices, and Dodo Payments product IDs. Public — no API key required. Cached in Redis for 1 hour; on cache miss, prices are fetched live from Dodo Payments with a static fallb… - [GetHumanitarianSummary](https://www.worldmonitor.app/docs/api-reference/conflictservice/gethumanitariansummary.md): GetHumanitarianSummary retrieves a humanitarian overview for a country from HAPI/HDX. - [GetHumanitarianSummaryBatch](https://www.worldmonitor.app/docs/api-reference/conflictservice/gethumanitariansummarybatch.md): GetHumanitarianSummaryBatch retrieves humanitarian summaries for multiple countries in one call. - [ListAcledEvents](https://www.worldmonitor.app/docs/api-reference/conflictservice/listacledevents.md): ListAcledEvents retrieves armed conflict events from the ACLED dataset. - [ListIranEvents](https://www.worldmonitor.app/docs/api-reference/conflictservice/listiranevents.md): ListIranEvents retrieves scraped conflict events from LiveUAMap Iran. - [ListUcdpEvents](https://www.worldmonitor.app/docs/api-reference/conflictservice/listucdpevents.md): ListUcdpEvents retrieves georeferenced violence events from the UCDP dataset. - [GetConsumerPriceBasketSeries](https://www.worldmonitor.app/docs/api-reference/consumerpricesservice/getconsumerpricebasketseries.md): GetConsumerPriceBasketSeries retrieves the basket index time series. - [GetConsumerPriceFreshness](https://www.worldmonitor.app/docs/api-reference/consumerpricesservice/getconsumerpricefreshness.md): GetConsumerPriceFreshness retrieves feed freshness and coverage health per retailer. - [GetConsumerPriceOverview](https://www.worldmonitor.app/docs/api-reference/consumerpricesservice/getconsumerpriceoverview.md): GetConsumerPriceOverview retrieves headline basket indices and coverage metrics. - [ListConsumerPriceCategories](https://www.worldmonitor.app/docs/api-reference/consumerpricesservice/listconsumerpricecategories.md): ListConsumerPriceCategories retrieves category summaries with sparklines. - [ListConsumerPriceMovers](https://www.worldmonitor.app/docs/api-reference/consumerpricesservice/listconsumerpricemovers.md): ListConsumerPriceMovers retrieves the largest upward and downward item price moves. - [ListRetailerPriceSpreads](https://www.worldmonitor.app/docs/api-reference/consumerpricesservice/listretailerpricespreads.md): ListRetailerPriceSpreads retrieves cheapest-basket comparisons across retailers. - [ListCyberThreats](https://www.worldmonitor.app/docs/api-reference/cyberservice/listcyberthreats.md): ListCyberThreats retrieves threat indicators from multiple intelligence sources. - [GetDisplacementSummary](https://www.worldmonitor.app/docs/api-reference/displacementservice/getdisplacementsummary.md): GetDisplacementSummary retrieves global refugee and IDP statistics from UNHCR. Empty/absent summary with fetched_at=0 or data_available=false means the snapshot is unavailable/degraded, not that global displacement is zero. - [GetPopulationExposure](https://www.worldmonitor.app/docs/api-reference/displacementservice/getpopulationexposure.md): GetPopulationExposure returns country population data or estimates population within a radius. - [GetBisCredit](https://www.worldmonitor.app/docs/api-reference/economicservice/getbiscredit.md): GetBisCredit retrieves credit-to-GDP ratio data from BIS. - [GetBisExchangeRates](https://www.worldmonitor.app/docs/api-reference/economicservice/getbisexchangerates.md): GetBisExchangeRates retrieves effective exchange rates from BIS. - [GetBisPolicyRates](https://www.worldmonitor.app/docs/api-reference/economicservice/getbispolicyrates.md): GetBisPolicyRates retrieves central bank policy rates from BIS. - [GetBlsSeries](https://www.worldmonitor.app/docs/api-reference/economicservice/getblsseries.md): GetBlsSeries retrieves BLS-only series not available on FRED (CES, LAUMT, CIU). - [GetChinaActivityNowcast](https://www.worldmonitor.app/docs/api-reference/economicservice/getchinaactivitynowcast.md): GetChinaActivityNowcast compares the revision-aware official macro pulse with reviewed proxy families using a deterministic, no-lookahead method. - [GetChinaMacroSnapshot](https://www.worldmonitor.app/docs/api-reference/economicservice/getchinamacrosnapshot.md): GetChinaMacroSnapshot reads the normalized China macro and official release calendar seeds. It never fans out to upstream providers on a cache miss. - [GetCrudeInventories](https://www.worldmonitor.app/docs/api-reference/economicservice/getcrudeinventories.md): GetCrudeInventories retrieves the 8 most recent weeks of US crude oil stockpile data from EIA (WCRSTUS1). - [GetEcbFxRates](https://www.worldmonitor.app/docs/api-reference/economicservice/getecbfxrates.md): GetEcbFxRates retrieves daily ECB official reference rates for EUR/major currency pairs. - [GetEconomicCalendar](https://www.worldmonitor.app/docs/api-reference/economicservice/geteconomiccalendar.md): GetEconomicCalendar retrieves upcoming major economic events (FOMC, CPI, NFP, etc). - [GetEconomicStress](https://www.worldmonitor.app/docs/api-reference/economicservice/geteconomicstress.md): GetEconomicStress retrieves the composite Economic Stress Index (0-100) from 6 FRED series. - [GetEnergyCapacity](https://www.worldmonitor.app/docs/api-reference/economicservice/getenergycapacity.md): GetEnergyCapacity retrieves installed capacity data (solar, wind, coal) from EIA. - [GetEnergyCrisisPolicies](https://www.worldmonitor.app/docs/api-reference/economicservice/getenergycrisispolicies.md): GetEnergyCrisisPolicies retrieves government policy responses to the 2026 energy crisis from the IEA tracker. - [GetEnergyPrices](https://www.worldmonitor.app/docs/api-reference/economicservice/getenergyprices.md): GetEnergyPrices retrieves current energy commodity prices from EIA. - [GetEuFsi](https://www.worldmonitor.app/docs/api-reference/economicservice/geteufsi.md): GetEuFsi retrieves the ECB CISS (Composite Indicator of Systemic Stress) for the Euro area. - [GetEuGasStorage](https://www.worldmonitor.app/docs/api-reference/economicservice/geteugasstorage.md): GetEuGasStorage retrieves EU aggregate natural gas storage fill % from GIE AGSI+. - [GetEurostatCountryData](https://www.worldmonitor.app/docs/api-reference/economicservice/geteurostatcountrydata.md): GetEurostatCountryData retrieves per-country CPI, unemployment, and GDP growth for 10 EU member states. - [GetEuYieldCurve](https://www.worldmonitor.app/docs/api-reference/economicservice/geteuyieldcurve.md): GetEuYieldCurve retrieves the ECB Euro Area AAA sovereign yield curve (Svensson model spot rates). - [GetFaoFoodPriceIndex](https://www.worldmonitor.app/docs/api-reference/economicservice/getfaofoodpriceindex.md): GetFaoFoodPriceIndex retrieves the FAO Food Price Index for the past 12 months. - [GetFredSeries](https://www.worldmonitor.app/docs/api-reference/economicservice/getfredseries.md): GetFredSeries retrieves time series data from the Federal Reserve Economic Data. - [GetFredSeriesBatch](https://www.worldmonitor.app/docs/api-reference/economicservice/getfredseriesbatch.md): GetFredSeriesBatch retrieves multiple FRED series in a single call. - [GetMacroSignals](https://www.worldmonitor.app/docs/api-reference/economicservice/getmacrosignals.md): GetMacroSignals computes 7 macro signals from 6 upstream sources with BUY/CASH verdict. - [GetNatGasStorage](https://www.worldmonitor.app/docs/api-reference/economicservice/getnatgasstorage.md): GetNatGasStorage retrieves the 8 most recent weeks of US natural gas working gas storage from EIA (NW2_EPG0_SWO_R48_BCF). - [GetNationalDebt](https://www.worldmonitor.app/docs/api-reference/economicservice/getnationaldebt.md): GetNationalDebt retrieves national debt clock data for all countries. PRO-gated. Requires an active Pro subscription. - [GetOilInventories](https://www.worldmonitor.app/docs/api-reference/economicservice/getoilinventories.md): GetOilInventories returns recent oil-inventory series: US crude weeks, the SPR snapshot, natural-gas weeks, EU gas storage, and IEA stocks. - [GetOilStocksAnalysis](https://www.worldmonitor.app/docs/api-reference/economicservice/getoilstocksanalysis.md): GetOilStocksAnalysis retrieves the IEA oil stocks days-of-cover ranking and regional summary. - [ListBigMacPrices](https://www.worldmonitor.app/docs/api-reference/economicservice/listbigmacprices.md): ListBigMacPrices retrieves Big Mac Index prices across Middle East countries. - [ListFuelPrices](https://www.worldmonitor.app/docs/api-reference/economicservice/listfuelprices.md): ListFuelPrices retrieves retail gasoline and diesel prices across 30+ countries. - [ListGlobalTenders](https://www.worldmonitor.app/docs/api-reference/economicservice/listglobaltenders.md): ListGlobalTenders returns the Pro-gated, paginated, seed-backed canonical procurement feed. Requires entitlement tier >= 1. - [ListGroceryBasketPrices](https://www.worldmonitor.app/docs/api-reference/economicservice/listgrocerybasketprices.md): ListGroceryBasketPrices retrieves grocery basket price comparison across 24 countries worldwide. - [ListWorldBankIndicators](https://www.worldmonitor.app/docs/api-reference/economicservice/listworldbankindicators.md): ListWorldBankIndicators retrieves development indicator data from the World Bank. - [GetForecasts](https://www.worldmonitor.app/docs/api-reference/forecastservice/getforecasts.md): GetForecasts returns the latest generated probabilistic forecasts; the degraded flag distinguishes a backend outage from a healthy empty set. - [GetForecastScorecard](https://www.worldmonitor.app/docs/api-reference/forecastservice/getforecastscorecard.md): GetForecastScorecard returns the latest forecast resolution scorecard; degraded distinguishes a backend outage from a healthy empty scorecard. - [GetSimulationOutcome](https://www.worldmonitor.app/docs/api-reference/forecastservice/getsimulationoutcome.md): GetSimulationOutcome returns the latest stored forecast simulation outcome; the response note is populated when a supplied runId does not match the returned outcome. - [GetSimulationPackage](https://www.worldmonitor.app/docs/api-reference/forecastservice/getsimulationpackage.md): GetSimulationPackage returns the latest forecast simulation package; the response note is populated when a supplied runId does not match the returned package. - [TriggerSimulation](https://www.worldmonitor.app/docs/api-reference/forecastservice/triggersimulation.md): TriggerSimulation enqueues a simulation task for the current SIMULATION_PACKAGE_LATEST_KEY package pointer. PRO-gated. The runId is server-derived; callers cannot supply one. The Railway worker (scripts/process-simulation-tasks.mjs) polls the queue and writes outcomes; callers poll GetSimulation… - [GetGivingSummary](https://www.worldmonitor.app/docs/api-reference/givingservice/getgivingsummary.md): GetGivingSummary retrieves published-claim platform projections, a verified tracked-platform annualized flow estimate, and claim-level provenance. Compatibility index/trend fields are explicitly marked unavailable. Empty/absent summary with fetched_at=0 or data_available=false means the snapshot… - [ListAirQualityAlerts](https://www.worldmonitor.app/docs/api-reference/healthservice/listairqualityalerts.md): ListAirQualityAlerts returns recent PM2.5 stations with AQI-derived health risk. - [ListDiseaseOutbreaks](https://www.worldmonitor.app/docs/api-reference/healthservice/listdiseaseoutbreaks.md): ListDiseaseOutbreaks returns recent WHO/ProMED disease outbreak alerts. - [SearchImagery](https://www.worldmonitor.app/docs/api-reference/imageryservice/searchimagery.md): SearchImagery searches satellite imagery scenes by bounding box, datetime range, and source, returning matching scenes and a total-results count. - [GetBootstrapData](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/getbootstrapdata.md): GetBootstrapData fetches multiple data points from the system cache in a single call. - [GetCableHealth](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/getcablehealth.md): GetCableHealth computes health status for submarine cables from NGA maritime warning signals. - [GetIpGeo](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/getipgeo.md): GetIpGeo retrieves geographic information based on the caller's IP address. - [GetTemporalBaseline](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/gettemporalbaseline.md): GetTemporalBaseline retrieves historical baseline data for a specific signal. - [ListInternetDdosAttacks](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/listinternetddosattacks.md): ListInternetDdosAttacks retrieves L3/L4 DDoS attack summaries from Cloudflare Radar. - [ListInternetOutages](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/listinternetoutages.md): ListInternetOutages retrieves detected internet outages from Cloudflare Radar. - [ListInternetTrafficAnomalies](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/listinternettrafficanomalies.md): ListInternetTrafficAnomalies retrieves traffic anomaly events from Cloudflare Radar. - [ListServiceStatuses](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/listservicestatuses.md): ListServiceStatuses retrieves operational status of monitored external services. - [ListTemporalAnomalies](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/listtemporalanomalies.md): ListTemporalAnomalies returns server-computed temporal anomalies for news and satellite_fires. - [RecordBaselineSnapshot](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/recordbaselinesnapshot.md): RecordBaselineSnapshot batch-updates baseline statistics using Welford's online algorithm. - [ReverseGeocode](https://www.worldmonitor.app/docs/api-reference/infrastructureservice/reversegeocode.md): ReverseGeocode resolves geographic coordinates to a postal address/country. - [ClassifyEvent](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/classifyevent.md): ClassifyEvent analyzes a news event using AI models. PRO-gated. Requires entitlement tier >= 1. - [ComputeEnergyShockScenario](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/computeenergyshockscenario.md): ComputeEnergyShockScenario computes on-demand product supply shock for a given country + chokepoint. - [DeductSituation](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/deductsituation.md): DeductSituation performs broad situational analysis using LLMs. PRO-gated. Requires an active Pro subscription. - [GetChinaDecisionSignals](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getchinadecisionsignals.md): GetChinaDecisionSignals composes the six launched China decision-parity domains into one bounded provenance-preserving public snapshot. - [GetCompanyEnrichment](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getcompanyenrichment.md): GetCompanyEnrichment is DISABLED and returns an empty stub. The route is preserved for contract stability, but the handler no longer aggregates any external data (the prior domain-slug attribution heuristic was unsound). Deprecated pending a verified attribution model. - [GetCountryEnergyProfile](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getcountryenergyprofile.md): GetCountryEnergyProfile aggregates Phase 1/2/2.5 energy data per country. - [GetCountryFacts](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getcountryfacts.md): GetCountryFacts retrieves factual country data from RestCountries and Wikipedia. - [GetCountryIntelBrief](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getcountryintelbrief.md): GetCountryIntelBrief generates a strategic brief for a specific country. PRO-gated. Requires entitlement tier >= 1. - [GetCountryPortActivity](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getcountryportactivity.md): GetCountryPortActivity returns port-level tanker traffic and trade volumes for a country. - [GetCountryRisk](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getcountryrisk.md): GetCountryRisk retrieves composite risk intelligence for a specific country. - [GetGdeltTopicTimeline](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getgdelttopictimeline.md): GetGdeltTopicTimeline retrieves tone and volume timelines for a GDELT intel topic. - [GetPizzintStatus](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getpizzintstatus.md): GetPizzintStatus retrieves Pentagon Pizza Index and GDELT tension data. - [GetRegimeHistory](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getregimehistory.md): GetRegimeHistory returns the region's regime transition log newest-first. Entries are append-only from the seed writer, recorded only when diffRegionalSnapshot reports regime_changed. Premium-gated. PRO-gated. Requires an active Pro subscription. - [GetRegionalBrief](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getregionalbrief.md): GetRegionalBrief returns the latest weekly intelligence brief for a region. Written by scripts/seed-regional-briefs.mjs on a weekly cron. Premium-gated. PRO-gated. Requires an active Pro subscription. - [GetRegionalSnapshot](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getregionalsnapshot.md): GetRegionalSnapshot returns the latest persisted RegionalSnapshot for a region. The snapshot is written every 6h by scripts/seed-regional-snapshots.mjs; this handler only reads canonical state. Premium-gated. PRO-gated. Requires an active Pro subscription. - [GetRiskScores](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getriskscores.md): GetRiskScores retrieves composite risk scores and strategic assessments. - [GetSocialVelocity](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/getsocialvelocity.md): GetSocialVelocity returns trending Reddit posts from r/worldnews and r/geopolitics ranked by velocity. - [ListCompanySignals](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listcompanysignals.md): ListCompanySignals is DISABLED and returns an empty stub. The route is preserved for contract stability, but the handler no longer discovers any signals (the prior guessed-identity/keyword heuristic was unsound). Deprecated pending a verified attribution model. - [ListCrossSourceSignals](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listcrosssourcesignals.md): ListCrossSourceSignals returns cross-domain signals ranked by severity with composite escalation detection. - [ListGpsInterference](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listgpsinterference.md): ListGpsInterference retrieves detected GPS/GNSS interference data (jamming). - [ListMarketImplications](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listmarketimplications.md): ListMarketImplications returns AI-generated trade-implication cards from live world state. PRO-gated. Requires an active Pro subscription. - [ListOrefAlerts](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listorefalerts.md): ListOrefAlerts retrieves Israeli Home Front Command alerts (Red Alerts). - [ListSatellites](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listsatellites.md): ListSatellites retrieves current orbital positions and metadata. - [ListSecurityAdvisories](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listsecurityadvisories.md): ListSecurityAdvisories retrieves pre-seeded travel and health advisories. - [ListTelegramFeed](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/listtelegramfeed.md): ListTelegramFeed retrieves real-time OSINT messages from monitored Telegram channels. - [SearchGdeltDocuments](https://www.worldmonitor.app/docs/api-reference/intelligenceservice/searchgdeltdocuments.md): SearchGdeltDocuments searches the GDELT GKG API for relevant documentation. - [GetVesselSnapshot](https://www.worldmonitor.app/docs/api-reference/maritimeservice/getvesselsnapshot.md): GetVesselSnapshot retrieves a point-in-time view of AIS vessel traffic and disruptions. Empty/absent snapshot with fetched_at=0 or data_available=false means the relay snapshot is unavailable/degraded, not that traffic is confirmed absent. - [ListNavigationalWarnings](https://www.worldmonitor.app/docs/api-reference/maritimeservice/listnavigationalwarnings.md): ListNavigationalWarnings retrieves active maritime safety warnings from NGA. - [AnalyzeStock](https://www.worldmonitor.app/docs/api-reference/marketservice/analyzestock.md): AnalyzeStock retrieves a premium stock analysis report with technicals, news, and AI synthesis. PRO-gated. Requires entitlement tier >= 1. - [BacktestStock](https://www.worldmonitor.app/docs/api-reference/marketservice/backteststock.md): BacktestStock replays premium stock-analysis signals over recent price history. PRO-gated. Requires entitlement tier >= 1. - [GetCotPositioning](https://www.worldmonitor.app/docs/api-reference/marketservice/getcotpositioning.md): GetCotPositioning retrieves CFTC COT institutional positioning data. - [GetCountryStockIndex](https://www.worldmonitor.app/docs/api-reference/marketservice/getcountrystockindex.md): GetCountryStockIndex retrieves the primary stock index for a country from Yahoo Finance. - [GetFearGreedIndex](https://www.worldmonitor.app/docs/api-reference/marketservice/getfeargreedindex.md): GetFearGreedIndex retrieves the composite Fear & Greed sentiment index. - [GetGoldIntelligence](https://www.worldmonitor.app/docs/api-reference/marketservice/getgoldintelligence.md): GetGoldIntelligence retrieves gold pricing, cross-currency XAU, ratios, and CFTC positioning. - [GetHyperliquidFlow](https://www.worldmonitor.app/docs/api-reference/marketservice/gethyperliquidflow.md): GetHyperliquidFlow retrieves Hyperliquid perp positioning flow (funding/OI/basis composite scores). - [GetInsiderTransactions](https://www.worldmonitor.app/docs/api-reference/marketservice/getinsidertransactions.md): GetInsiderTransactions retrieves SEC insider buy/sell activity from Finnhub. - [GetMarketBreadthHistory](https://www.worldmonitor.app/docs/api-reference/marketservice/getmarketbreadthhistory.md): GetMarketBreadthHistory retrieves historical % of S&P 500 stocks above 20/50/200-day SMAs. - [GetSectorSummary](https://www.worldmonitor.app/docs/api-reference/marketservice/getsectorsummary.md): GetSectorSummary retrieves market sector performance data from Finnhub. - [GetStockAnalysisHistory](https://www.worldmonitor.app/docs/api-reference/marketservice/getstockanalysishistory.md): GetStockAnalysisHistory retrieves shared premium stock analysis history from the backend store. PRO-gated. Requires entitlement tier >= 1. - [ListAiTokens](https://www.worldmonitor.app/docs/api-reference/marketservice/listaitokens.md): ListAiTokens retrieves AI-focused crypto token prices and changes. - [ListCommodityQuotes](https://www.worldmonitor.app/docs/api-reference/marketservice/listcommodityquotes.md): ListCommodityQuotes retrieves commodity price quotes from Yahoo Finance. - [ListCryptoQuotes](https://www.worldmonitor.app/docs/api-reference/marketservice/listcryptoquotes.md): ListCryptoQuotes retrieves cryptocurrency quotes from CoinGecko. - [ListCryptoSectors](https://www.worldmonitor.app/docs/api-reference/marketservice/listcryptosectors.md): ListCryptoSectors retrieves crypto sector performance averages. - [ListDefiTokens](https://www.worldmonitor.app/docs/api-reference/marketservice/listdefitokens.md): ListDefiTokens retrieves DeFi token prices and changes. - [ListEarningsCalendar](https://www.worldmonitor.app/docs/api-reference/marketservice/listearningscalendar.md): ListEarningsCalendar retrieves upcoming and recent earnings releases. - [ListEtfFlows](https://www.worldmonitor.app/docs/api-reference/marketservice/listetfflows.md): ListEtfFlows retrieves BTC spot ETF flow estimates from Yahoo Finance. - [ListGulfQuotes](https://www.worldmonitor.app/docs/api-reference/marketservice/listgulfquotes.md): ListGulfQuotes retrieves Gulf region market quotes (indices, currencies, oil). - [ListMarketQuotes](https://www.worldmonitor.app/docs/api-reference/marketservice/listmarketquotes.md): ListMarketQuotes retrieves stock and index quotes. - [ListOtherTokens](https://www.worldmonitor.app/docs/api-reference/marketservice/listothertokens.md): ListOtherTokens retrieves other/trending crypto token prices and changes. - [ListStablecoinMarkets](https://www.worldmonitor.app/docs/api-reference/marketservice/liststablecoinmarkets.md): ListStablecoinMarkets retrieves stablecoin peg health and market data from CoinGecko. - [ListStoredStockBacktests](https://www.worldmonitor.app/docs/api-reference/marketservice/liststoredstockbacktests.md): ListStoredStockBacktests retrieves stored premium backtest snapshots from the backend store. PRO-gated. Requires entitlement tier >= 1. - [GetAircraftDetails](https://www.worldmonitor.app/docs/api-reference/militaryservice/getaircraftdetails.md): GetAircraftDetails retrieves Wingbits aircraft enrichment data for a single ICAO24 hex. - [GetAircraftDetailsBatch](https://www.worldmonitor.app/docs/api-reference/militaryservice/getaircraftdetailsbatch.md): GetAircraftDetailsBatch retrieves Wingbits aircraft enrichment data for multiple ICAO24 hexes. - [GetTheaterPosture](https://www.worldmonitor.app/docs/api-reference/militaryservice/gettheaterposture.md): GetTheaterPosture retrieves military posture assessments for geographic theaters. - [GetUSNIFleetReport](https://www.worldmonitor.app/docs/api-reference/militaryservice/getusnifleetreport.md): GetUSNIFleetReport retrieves the latest parsed USNI Fleet Tracker report. - [GetWingbitsLiveFlight](https://www.worldmonitor.app/docs/api-reference/militaryservice/getwingbitsliveflight.md): GetWingbitsLiveFlight retrieves real-time position data from the Wingbits ECS network for a single aircraft. - [GetWingbitsStatus](https://www.worldmonitor.app/docs/api-reference/militaryservice/getwingbitsstatus.md): GetWingbitsStatus checks whether the Wingbits enrichment API is configured. - [ListDefensePatents](https://www.worldmonitor.app/docs/api-reference/militaryservice/listdefensepatents.md): ListDefensePatents retrieves recent defense/dual-use patent filings from the USPTO Open Data Portal. - [ListMilitaryBases](https://www.worldmonitor.app/docs/api-reference/militaryservice/listmilitarybases.md): ListMilitaryBases retrieves military bases within a bounding box, with server-side clustering. - [ListMilitaryFlights](https://www.worldmonitor.app/docs/api-reference/militaryservice/listmilitaryflights.md): ListMilitaryFlights retrieves tracked military aircraft from OpenSky and Wingbits. - [ListNaturalEvents](https://www.worldmonitor.app/docs/api-reference/naturalservice/listnaturalevents.md): ListNaturalEvents retrieves seeded EONET/GDACS/NHC/HKO natural events. Empty events with fetched_at=0 or data_available=false means the seed snapshot is unavailable/degraded, not that there are confirmed zero events. - [GetSummarizeArticleCache](https://www.worldmonitor.app/docs/api-reference/newsservice/getsummarizearticlecache.md): GetSummarizeArticleCache looks up a cached summary by deterministic key (CDN-cacheable GET). - [ListFeedDigest](https://www.worldmonitor.app/docs/api-reference/newsservice/listfeeddigest.md): ListFeedDigest returns a pre-aggregated digest of all RSS feeds for a site variant. - [SummarizeArticle](https://www.worldmonitor.app/docs/api-reference/newsservice/summarizearticle.md): SummarizeArticle generates an LLM summary with provider selection and fallback support. - [ListPositiveGeoEvents](https://www.worldmonitor.app/docs/api-reference/positiveeventsservice/listpositivegeoevents.md): ListPositiveGeoEvents retrieves geocoded positive news events from GDELT GEO API. - [ListPredictionMarkets](https://www.worldmonitor.app/docs/api-reference/predictionservice/listpredictionmarkets.md): ListPredictionMarkets retrieves active prediction markets from seeded market snapshots. Empty markets with fetched_at=0 or data_available=false means the seed snapshot is unavailable/degraded, not that there are confirmed zero markets. - [ListRadiationObservations](https://www.worldmonitor.app/docs/api-reference/radiationservice/listradiationobservations.md): ListRadiationObservations retrieves normalized EPA RadNet and Safecast readings. Empty observations with fetched_at=0 or data_available=false means the seed snapshot is unavailable/degraded, not that radiation readings are confirmed absent. - [ListArxivPapers](https://www.worldmonitor.app/docs/api-reference/researchservice/listarxivpapers.md): ListArxivPapers retrieves recent papers from arXiv. - [ListHackernewsItems](https://www.worldmonitor.app/docs/api-reference/researchservice/listhackernewsitems.md): ListHackernewsItems retrieves top stories from Hacker News. - [ListTechEvents](https://www.worldmonitor.app/docs/api-reference/researchservice/listtechevents.md): ListTechEvents retrieves tech events from Techmeme ICS, dev.events RSS, and curated sources. - [ListTrendingRepos](https://www.worldmonitor.app/docs/api-reference/researchservice/listtrendingrepos.md): ListTrendingRepos retrieves trending repositories from GitHub. - [GetResilienceRanking](https://www.worldmonitor.app/docs/api-reference/resilienceservice/getresilienceranking.md): PRO-gated. Requires an active Pro subscription. - [GetResilienceRuntimeManifest](https://www.worldmonitor.app/docs/api-reference/resilienceservice/getresilienceruntimemanifest.md): GetResilienceRuntimeManifest returns the public resilience-scoring runtime manifest: manifest version, generation timestamp, active formula tag, cache state, construct versions, and interval availability. - [GetResilienceScore](https://www.worldmonitor.app/docs/api-reference/resilienceservice/getresiliencescore.md): PRO-gated. Requires an active Pro subscription. - [ListSanctionsPressure](https://www.worldmonitor.app/docs/api-reference/sanctionsservice/listsanctionspressure.md): ListSanctionsPressure retrieves normalized OFAC designation summaries and recent additions. PRO-gated. Requires entitlement tier >= 1. - [LookupSanctionEntity](https://www.worldmonitor.app/docs/api-reference/sanctionsservice/lookupsanctionentity.md): LookupSanctionEntity searches the OFAC entity index by name, vessel, or aircraft. - [ListEarthquakes](https://www.worldmonitor.app/docs/api-reference/seismologyservice/listearthquakes.md): ListEarthquakes retrieves recent earthquakes from the USGS GeoJSON feed. - [GetBypassOptions](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getbypassoptions.md): GetBypassOptions returns ranked bypass corridors for a chokepoint. PRO-gated. Requires entitlement tier >= 1. - [GetChinaCorridorControlTowers](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getchinacorridorcontroltowers.md): GetChinaCorridorControlTowers composes reviewed China logistics corridors from existing source caches. Conditions retain canonical provenance and explicit unavailable states; the response never emits a single risk score. - [GetChokepointHistory](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getchokepointhistory.md): GetChokepointHistory returns transit-count history for a single chokepoint, loaded lazily on card expand. Keeps the status RPC compact (no 180-day history per chokepoint on every call). - [GetChokepointStatus](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getchokepointstatus.md): GetChokepointStatus retrieves seeded chokepoint status. Empty chokepoints with upstream_unavailable=true means the seed snapshot is unavailable/ degraded, not that there are confirmed zero chokepoints. - [GetCountryChokepointIndex](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getcountrychokepointindex.md): GetCountryChokepointIndex returns per-chokepoint exposure scores for a country. PRO-gated. Requires entitlement tier >= 1. - [GetCountryCostShock](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getcountrycostshock.md): GetCountryCostShock returns cost shock and war risk data for a country+chokepoint. PRO-gated. Requires entitlement tier >= 1. - [GetCountryProducts](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getcountryproducts.md): GetCountryProducts returns the seeded bilateral-HS4 import basket for a country. PRO-gated. Requires entitlement tier >= 1. - [GetCriticalMinerals](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getcriticalminerals.md): GetCriticalMinerals returns critical-minerals supply indicators; upstream_unavailable is set when the source could not be reached. - [GetFuelShortageDetail](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getfuelshortagedetail.md): GetFuelShortageDetail returns a single shortage with full evidence bundle and citation timeline. Loaded lazily on drawer open. - [GetMultiSectorCostShock](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getmultisectorcostshock.md): GetMultiSectorCostShock returns per-sector cost-shock estimates for a country+chokepoint+closure-window. PRO-gated. Requires entitlement tier >= 1. - [GetPipelineDetail](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getpipelinedetail.md): GetPipelineDetail returns a single pipeline with full evidence bundle + auto-revision-log entries. Loaded lazily on drawer open. - [GetRouteExplorerLane](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getrouteexplorerlane.md): GetRouteExplorerLane returns the primary maritime route, chokepoint exposures, bypass options with geometry, war risk, and static transit/freight estimates for a country pair + HS2 + cargo type. PRO-gated. Wraps the route-intelligence vendor endpoint's compute with browser-callable auth and adds… - [GetRouteImpact](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getrouteimpact.md): GetRouteImpact returns route-level trade exposure: lane value, primary exporter concentration, strategic products, resilience score, dependency flags, and Comtrade provenance. PRO-gated. Requires entitlement tier >= 1. - [GetSectorDependency](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getsectordependency.md): GetSectorDependency returns dependency flags and risk profile for a country+HS2 sector. PRO-gated. Requires entitlement tier >= 1. - [GetShippingRates](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getshippingrates.md): GetShippingRates returns current container shipping-rate indices; upstream_unavailable is set when the source could not be reached. - [GetShippingStress](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getshippingstress.md): GetShippingStress returns carrier market data and a composite stress index. - [GetStorageFacilityDetail](https://www.worldmonitor.app/docs/api-reference/supplychainservice/getstoragefacilitydetail.md): GetStorageFacilityDetail returns a single facility with full evidence bundle + revision log. Loaded lazily on drawer open. - [ListEnergyDisruptions](https://www.worldmonitor.app/docs/api-reference/supplychainservice/listenergydisruptions.md): ListEnergyDisruptions returns the disruption event log for pipelines and storage facilities. Supports per-asset or per-asset-type filtering so panel drawers can fetch a scoped timeline without pulling the full registry. - [ListFuelShortages](https://www.worldmonitor.app/docs/api-reference/supplychainservice/listfuelshortages.md): ListFuelShortages returns the global fuel-shortage alert registry. Curated-only: severity ("confirmed" | "watch") is a row field authored at curation time, not a client-side derivation. Free tier. - [ListPipelines](https://www.worldmonitor.app/docs/api-reference/supplychainservice/listpipelines.md): ListPipelines returns the curated oil & gas pipeline registry for the Energy Atlas PathLayer. Public badges are DERIVED from evidence bundles server-side and versioned (classifier_version). Free-tier; see docs/methodology/pipelines.mdx for data + classifier spec. - [ListStorageFacilities](https://www.worldmonitor.app/docs/api-reference/supplychainservice/liststoragefacilities.md): ListStorageFacilities returns the curated strategic storage registry (UGS + SPR + LNG + crude tank farms) for the Energy Atlas DeckGL ScatterplotLayer. Public badges are DERIVED from evidence bundles server-side and versioned (classifier_version). Free-tier; see docs/methodology/storage.mdx. - [ListThermalEscalations](https://www.worldmonitor.app/docs/api-reference/thermalservice/listthermalescalations.md): ListThermalEscalations retrieves seeded thermal anomaly clusters. Empty clusters with empty fetched_at or data_available=false means the seed snapshot is unavailable/degraded, not that escalation is confirmed absent. - [GetCustomsRevenue](https://www.worldmonitor.app/docs/api-reference/tradeservice/getcustomsrevenue.md): Get US customs duties revenue (Treasury MTS data, seeded by Railway). - [GetTariffTrends](https://www.worldmonitor.app/docs/api-reference/tradeservice/gettarifftrends.md): Get tariff rate timeseries for a country pair. PRO-gated. Requires entitlement tier >= 1. - [GetTradeBarriers](https://www.worldmonitor.app/docs/api-reference/tradeservice/gettradebarriers.md): Get SPS/TBT barrier notifications. - [GetTradeFlows](https://www.worldmonitor.app/docs/api-reference/tradeservice/gettradeflows.md): Get bilateral merchandise trade flows. - [GetTradeRestrictions](https://www.worldmonitor.app/docs/api-reference/tradeservice/gettraderestrictions.md): Get quantitative restrictions and export controls. - [ListComtradeFlows](https://www.worldmonitor.app/docs/api-reference/tradeservice/listcomtradeflows.md): List UN Comtrade strategic commodity flows with anomaly detection. PRO-gated. Requires entitlement tier >= 1. - [ListUnrestEvents](https://www.worldmonitor.app/docs/api-reference/unrestservice/listunrestevents.md): ListUnrestEvents retrieves protest, riot, and civil unrest events. - [GetWebcamImage](https://www.worldmonitor.app/docs/api-reference/webcamservice/getwebcamimage.md): GetWebcamImage resolves a webcam id into its thumbnail and player URLs, title, and last-updated timestamp. - [ListWebcams](https://www.worldmonitor.app/docs/api-reference/webcamservice/listwebcams.md): ListWebcams lists webcams in view, grouped into map clusters, with a total-in-view count. - [ListFireDetections](https://www.worldmonitor.app/docs/api-reference/wildfireservice/listfiredetections.md): ListFireDetections retrieves satellite-detected active fires from NASA FIRMS. Empty fire_detections with fetched_at=0 or data_available=false means the seed snapshot is unavailable/degraded, not that there are confirmed zero fires. - [Scenarios API](https://www.worldmonitor.app/docs/api-scenarios.md): Run pre-defined supply-chain disruption scenarios against a scoped country or the v1 seeded reporter set, then poll for worker-computed results. - [Shipping v2 API](https://www.worldmonitor.app/docs/api-shipping-v2.md): Chokepoint route-intelligence queries and webhook subscription management for supply-chain disruption alerts in the Shipping v2 API surface. - [Design Philosophy](https://www.worldmonitor.app/docs/architecture.md): Design principles, intelligence tradecraft, and algorithmic decisions behind World Monitor — how the map-first dashboard is engineered and why. - [Authentication & Panel Gating](https://www.worldmonitor.app/docs/authentication.md): How user authentication, premium panel gating, and server-side session enforcement work in World Monitor — Clerk, cookies, and entitlement checks. - [Changelog](https://www.worldmonitor.app/docs/changelog.md): All notable changes to World Monitor organized by release — new features, bug fixes, API additions, and breaking changes across every version. - [China Decision Signals](https://www.worldmonitor.app/docs/china-decision-signals.md): The bounded six-domain China summary shared by the country brief, public RPC, MCP, bootstrap, alerts, and operator health. - [Command-Line Client](https://www.worldmonitor.app/docs/cli.md): Script country briefs, risk scores, and any of the 39 MCP tools from your shell with the official worldmonitor npm CLI — no API integration to write. - [Contributing](https://www.worldmonitor.app/docs/contributing.md): Code style, pull-request process, contribution types, and security practices for contributors sending patches to the World Monitor project. - [Revision Log (Planned)](https://www.worldmonitor.app/docs/corrections.md): Planned public revision log for Energy Atlas registries, tracking every evidence change and public-badge transition — spec-only, not yet live. - [CORS](https://www.worldmonitor.app/docs/cors.md): How cross-origin request protection works in World Monitor and what to do when adding new API endpoints — allowlists, preflights, and Worker gate. - [Country Instability Index](https://www.worldmonitor.app/docs/country-instability-index.md): Real-time CII v8 stability scoring for 31 Tier-1 countries — combines baseline risk with unrest, conflict, security, and information signals. - [Data Sources](https://www.worldmonitor.app/docs/data-sources.md): Every data source, feed tier, and collection method used by World Monitor — provider list, refresh cadence, freshness targets, and fallback ordering. - [Decision-Signal Provenance](https://www.worldmonitor.app/docs/decision-signal-provenance.md): Shared provenance declarations, validation, and serialization rules for normalized observations, events, conditions, and derived comparisons. - [Desktop Application](https://www.worldmonitor.app/docs/desktop-app.md): Tauri desktop architecture for World Monitor — sidecar process management, secret storage, cloud fallback, and multi-platform build pipelines. - [Introduction](https://www.worldmonitor.app/docs/documentation.md): World Monitor is an open-source, real-time global intelligence dashboard aggregating news, markets, military, maritime, and AI analysis on one map. - [Embed Live Map](https://www.worldmonitor.app/docs/embed-live-map.md): Embed the public World Monitor live map in an article, dashboard, or internal page with a single iframe snippet — sizing, params, and examples. - [Features & Interface](https://www.worldmonitor.app/docs/features.md): Complete guide to World Monitor features: interactive 3D globe, data layers, intelligence panels, market data, mobile UX, and keyboard shortcuts. - [Finance & Market Data](https://www.worldmonitor.app/docs/finance-data.md): Market radar, Gulf FDI tracking, stablecoin monitoring, energy analytics, and trade-policy intelligence surfaces exposed in the finance variant. - [Geographic Convergence Detection](https://www.worldmonitor.app/docs/geographic-convergence.md): Multi-event clustering analysis that detects when independent data streams converge on the same geographic area, providing early warning of significant events. - [Getting Started](https://www.worldmonitor.app/docs/getting-started.md): Install, configure, and run World Monitor locally with a step-by-step setup guide covering the tech stack, project layout, and required API dependencies. - [Global Procurement Intelligence](https://www.worldmonitor.app/docs/global-procurement-intelligence.md): How WorldMonitor aggregates active public tender opportunities, communicates source health, and exposes the paginated procurement API. - [Health Endpoints](https://www.worldmonitor.app/docs/health-endpoints.md): Two health endpoints World Monitor exposes for monitoring data pipeline integrity — Edge Runtime handlers querying Upstash Redis for system state. - [Hotspots & Navigation](https://www.worldmonitor.app/docs/hotspots.md): Dynamic hotspot detection with real-time activity scoring, regional focus navigation presets, and map pinning for persistent monitoring. - [Infrastructure Cascade Analysis](https://www.worldmonitor.app/docs/infrastructure-cascade.md): Dependency graph modeling for critical infrastructure and undersea cable monitoring, visualizing how disruptions cascade across countries and systems. - [License: AGPL-3.0 source, MIT clients, trademark policy](https://www.worldmonitor.app/docs/license.md): World Monitor licensing terms — AGPL-3.0-only source license, optional commercial licensing, and the separate trademark and branding policy. - [Map Engine](https://www.worldmonitor.app/docs/map-engine.md): How World Monitor renders the 3D globe and flat map — textures, shaders, clustering, camera controls, and mobile touch gesture handling. - [Maps Infrastructure & Geocoding](https://www.worldmonitor.app/docs/maps-and-geocoding.md): Static map assets, country geometry, forward and reverse geocoding services, and boundary overrides used across World Monitor's map layers. - [Maritime Intelligence](https://www.worldmonitor.app/docs/maritime-intelligence.md): Real-time vessel tracking with chokepoint monitoring, traffic density analysis, dark ship detection, and WebSocket-based AIS data streaming. - [MCP Apps: interactive ui:// widgets for WorldMonitor](https://www.worldmonitor.app/docs/mcp-apps.md): Complete contract for WorldMonitor's MCP Apps interactive ui:// resources, tool links, host flow, security posture, and drift checks. - [MCP Error Catalog](https://www.worldmonitor.app/docs/mcp-error-catalog.md): Every error shape the World Monitor MCP server emits — JSON-RPC codes, HTTP statuses, soft-behavior envelopes, and recommended client responses. - [JMESPath Projection Guide](https://www.worldmonitor.app/docs/mcp-jmespath.md): Cut MCP response payloads by 80-95% using JMESPath projections — twelve worked examples against real World Monitor response shapes. - [WorldMonitor MCP server: connect Claude, Cursor, and agents](https://www.worldmonitor.app/docs/mcp-overview.md): Connect Claude, Cursor, and other MCP-compatible clients to WorldMonitor's live global-intelligence data via the Model Context Protocol. - [MCP Quickstart](https://www.worldmonitor.app/docs/mcp-quickstart.md): Connect Claude Desktop to World Monitor via MCP and make your first real intelligence call in five minutes — install, auth, and first query. - [MCP Tools Reference](https://www.worldmonitor.app/docs/mcp-tools-reference.md): Per-tool reference for every MCP tool World Monitor exposes — parameters, freshness windows, backing API endpoints, and example call payloads. - [China Activity Nowcast](https://www.worldmonitor.app/docs/methodology/china-activity-nowcast.md): Deterministic comparison of revision-aware official activity releases with reviewed logistics, operational, commodity, and market proxies. - [Chokepoint Methodology](https://www.worldmonitor.app/docs/methodology/chokepoints.md): How World Monitor scores 13 monitored maritime chokepoints, including the seven-item live-flow subset backed by EIA energy baseline volumes. - [CII Risk Scoring Methodology](https://www.worldmonitor.app/docs/methodology/cii-risk-scores.md): Editorial methodology behind the Composite Instability Index — baseline risk, event multiplier, four-component score, and strategic-risk bands. - [Country Resilience Index](https://www.worldmonitor.app/docs/methodology/country-resilience-index.md): Real-time resilience scoring for 196 countries across 6 domains and 20 dimensions — 0-100 index refreshed every 6 hours at OECD/JRC parity. - [Disease Outbreak Alert Level](https://www.worldmonitor.app/docs/methodology/disease-alert-level.md): How World Monitor derives ALERT, WARNING, and WATCH tiers for disease outbreaks using a keyword classifier over item titles and descriptions. - [Energy Disruption Event Log Methodology](https://www.worldmonitor.app/docs/methodology/disruptions.md): How World Monitor curates the energy disruption event log surfaced on pipeline and storage asset drawers across the Energy Atlas map layer. - [News Digest and Briefing Methodology](https://www.worldmonitor.app/docs/methodology/news-digest-and-briefing.md): How WorldMonitor collects RSS/Atom feeds, classifies news, scores importance, tracks stories, filters briefs, uses LLMs, and controls bias. - [Pipeline Registry Methodology](https://www.worldmonitor.app/docs/methodology/pipelines.md): How World Monitor curates and attributes operational status for the world's oil and gas pipelines displayed on the Energy Atlas map layer. - [Fuel Shortage Alert Methodology](https://www.worldmonitor.app/docs/methodology/shortages.md): How World Monitor classifies and publishes fuel shortage alerts (jet, petrol, diesel, heating oil) using an automated evidence-threshold pipeline. - [Storage Facility Methodology](https://www.worldmonitor.app/docs/methodology/storage.md): How World Monitor curates the world's critical oil & gas storage facilities: underground gas storage, LNG terminals, SPR caverns, and crude tank farms. - [Thermal Escalation Methodology](https://www.worldmonitor.app/docs/methodology/thermal-escalation.md): How WorldMonitor clusters FIRMS/VIIRS thermal detections, compares them with local baselines, and assigns thermal escalation status and relevance. - [Military Tracking](https://www.worldmonitor.app/docs/military-tracking.md): Military vessel and aircraft identification, surge detection, foreign presence monitoring, and strategic posture analysis across global theaters. - [Natural Disaster Tracking](https://www.worldmonitor.app/docs/natural-disasters.md): Multi-source natural disaster monitoring via GDACS and NASA EONET with deduplication and filtering for earthquakes, wildfires, and cyclones. - [Orbital Surveillance](https://www.worldmonitor.app/docs/orbital-surveillance.md): Real-time satellite tracking on the 3D globe, powered by SGP4 orbital propagation from CelesTrak TLE data — coverage, filtering, and pin drawer. - [Platform Overview](https://www.worldmonitor.app/docs/overview.md): World Monitor platform variants, capabilities, and specialized monitoring configurations for geopolitical and technology intelligence. - [Airline Intelligence](https://www.worldmonitor.app/docs/panels/airline-intel.md): Six-tab aviation surface — airport ops, live flights, carriers, aircraft tracking, news, and cheapest-date pricing on a user-curated watchlist. - [WM Analyst](https://www.worldmonitor.app/docs/panels/chat-analyst.md): Conversational AI analyst that answers ad-hoc questions on geopolitics, markets, military, and forecasts using World Monitor's live cache layer. - [Consumer Prices](https://www.worldmonitor.app/docs/panels/consumer-prices.md): Retail grocery and essentials price tracking by market — overview, categories, movers, retailer spreads, and freshness across 7/30/90-day windows. - [Daily Market Brief](https://www.worldmonitor.app/docs/panels/daily-market-brief.md): The markets-specific daily AI brief — stanced thematic items with source attribution, analytical framework awareness, and freshness context. - [Deduct Situation](https://www.worldmonitor.app/docs/panels/deduction.md): Ask the AI analyst to deduce the timeline and impact of a hypothetical or current event, with a configurable analytical framework and geo scope. - [Disease Outbreaks](https://www.worldmonitor.app/docs/panels/disease-outbreaks.md): Active disease-outbreak alerts worldwide, severity-ranked and searchable — aggregated from WHO DON, CDC HAN, Outbreak News Today, and ProMED. - [Energy Crisis Tracker](https://www.worldmonitor.app/docs/panels/energy-crisis.md): IEA 2026 Energy Crisis Policy Response Tracker — government measures conserving energy amid Middle East conflict and Hormuz supply disruptions. - [AI Forecasts](https://www.worldmonitor.app/docs/panels/forecast.md): AI-generated geopolitical forecasts across conflict, markets, supply chain, cyber, and infrastructure — calibrated against prediction-market anchors. - [Financial Stress](https://www.worldmonitor.app/docs/panels/fsi.md): Kansas City Fed Financial Stress Index (KCFSI) + ECB EU Financial Stress Indicator — 11-indicator stress composites with level-coloured interpretation. - [Hormuz Trade Tracker](https://www.worldmonitor.app/docs/panels/hormuz-tracker.md): Live AIS vessel tracking through the Strait of Hormuz — tanker counts, disruption events, and weekly flow changes at the world's most critical oil chokepoint. - [Indicators & Signals](https://www.worldmonitor.app/docs/panels/indicators-and-signals.md): Catalogue of compact market-indicator, correlation, and misc signal panels — tight tile-style reads that complement World Monitor's deep-dive panels. - [Latest Brief](https://www.worldmonitor.app/docs/panels/latest-brief.md): The WorldMonitor AI intelligence brief, surfaced in the dashboard as a single card that links to a signed magazine-style reader and shareable public URL. - [AI Market Implications](https://www.worldmonitor.app/docs/panels/market-implications.md): AI-generated long/short/hedge trade signals with direction, confidence, and transmission-path context — derived from the day's news and market signals. - [My Monitors](https://www.worldmonitor.app/docs/panels/monitors.md): Personal keyword-alert system that highlights matching articles across every news panel — persisted in localStorage, no account required. - [News Feeds](https://www.worldmonitor.app/docs/panels/news-feeds.md): Catalogue of regional, topical, and variant-specific news-feed panels — content-stream surfaces sharing a common framework with scoped filters. - [Israel Sirens](https://www.worldmonitor.app/docs/panels/oref-sirens.md): Live OREF Israel Home Front Command rocket-alert feed with 24-hour history, wave grouping, and real-time tracking of currently active sirens. - [Radiation Watch](https://www.worldmonitor.app/docs/panels/radiation-watch.md): Worldwide radiation readings from EPA RadNet and Safecast, with baseline comparison, anomaly scoring, and source-confidence synthesis. - [Regional Intelligence](https://www.worldmonitor.app/docs/panels/regional-intelligence.md): Per-region snapshot of regime, balance, actors, scenarios, transmission paths, and watchlist — backed by the Intelligence service's RegionalSnapshot. - [Sanctions Pressure](https://www.worldmonitor.app/docs/panels/sanctions-pressure.md): OFAC SDN + Consolidated List designations surfaced as country-level pressure scores, with new-entry / vessel / aircraft counts and program-level breakdowns. - [Premium Stock Analysis](https://www.worldmonitor.app/docs/panels/stock-analysis.md): On-demand equity analysis per ticker — buy/hold/sell signal, price targets, analyst consensus, upgrades, insider transactions, and sparklines. - [Premium Backtesting](https://www.worldmonitor.app/docs/panels/stock-backtest.md): Historical return and percent-change visualisation for previously-analysed tickers, so you can see how the panel's past signals would have played out. - [AI Strategic Posture](https://www.worldmonitor.app/docs/panels/strategic-posture.md): Theater-level military posture cards computed from cached posture signals and live naval-vessel movements, with per-theater location click-through to the map. - [Supply Chain](https://www.worldmonitor.app/docs/panels/supply-chain.md): Shipping-stress composite, carrier and ETF tracking, critical minerals, chokepoint cards, and the Scenario Engine trigger — one command surface. - [Tech Readiness Index](https://www.worldmonitor.app/docs/panels/tech-readiness.md): Country-level tech-readiness rankings with flag-labelled rows, sourced from bootstrap-hydrated World Bank indicator caches. Refreshed every 6 hours. - [Telegram Intel](https://www.worldmonitor.app/docs/panels/telegram-intel.md): Topic-tabbed Telegram-channel feed — open-source intelligence mirrored through a relay, with live/recent distinction and relay-status awareness. - [Thermal Escalation](https://www.worldmonitor.app/docs/panels/thermal-escalation.md): FIRMS/VIIRS thermal anomaly clusters with baseline comparison, persistence, and conflict-adjacency flags for spotting abnormal heat signatures. - [Threat Timeline](https://www.worldmonitor.app/docs/panels/threat-timeline.md): Seven-day threat-level distribution panel for intelligence insights, with severity buckets, trend readout, grouped alerts, and source provenance. - [Trade Policy](https://www.worldmonitor.app/docs/panels/trade-policy.md): Six-tab trade-policy surface covering restrictions, tariff trends, trade flows, non-tariff barriers, US customs revenue, and bilateral Comtrade flows. - [World Clock](https://www.worldmonitor.app/docs/panels/world-clock.md): Market-open-aware world clock covering major global exchanges — open/closed indicators, concurrent session visibility, and trading-hour overlaps. - [WSB Ticker Scanner](https://www.worldmonitor.app/docs/panels/wsb-ticker-scanner.md): Retail-sentiment scanner that aggregates ticker mentions across Reddit WSB-style subreddits and ranks them by mention count, total score, and a velocity metric. - [Premium Finance](https://www.worldmonitor.app/docs/premium-finance.md): The finance-variant layer that adds stock-analysis capabilities to World Monitor — tickers, targets, backtests, and analyst signals in one panel. - [Premium Finance Search Layer](https://www.worldmonitor.app/docs/premium-finance-search.md): The targeted stock-news search layer that powers Premium Finance — how ticker queries are dispatched, ranked, and cached across upstream providers. - [Plans & Pricing](https://www.worldmonitor.app/docs/pricing.md): Free, Pro, API Starter, API Business, and Enterprise plans — prices, what each includes, and the machine-readable pricing surfaces for agents. - [World Monitor privacy policy and data handling](https://www.worldmonitor.app/docs/privacy.md): How World Monitor handles personal data: what we collect, subprocessors, AI query processing, cookies, retention, and GDPR and CCPA access and deletion rights. - [Relay Parameters (Railway + Vercel)](https://www.worldmonitor.app/docs/relay-parameters.md): Every environment variable used by the AIS and OpenSky relay path — Railway + Vercel deployment envs, timeouts, and upstream credential wiring. - [Desktop Release Packaging Guide (Local, Reproducible)](https://www.worldmonitor.app/docs/release-packaging.md): Reproducible local packaging steps for both desktop variants — full (World Monitor) and tech (Tech Monitor) — including signing and notarization. - [CLI Release Runbook](https://www.worldmonitor.app/docs/releasing-cli.md): How maintainers publish the worldmonitor npm CLI from cli/ using cli-v* tags, npm trusted publishing, and the release workflow's dry-run gates. - [Route Explorer](https://www.worldmonitor.app/docs/route-explorer.md): Plan a shipment between any two countries and see the chokepoints, bypass options, and country-level impact on a full-screen, keyboard-first map workflow. - [Sandbox & Test Environment](https://www.worldmonitor.app/docs/sandbox.md): Exercise the World Monitor API with no key and no quota: deterministic sandbox fixtures, anonymous MCP discovery, and a read-only data surface. - [Scenario Engine](https://www.worldmonitor.app/docs/scenario-engine.md): Run pre-built supply-chain disruption scenarios — conflicts, sanctions, tariff shocks, and weather — to see exposed chokepoints, sectors, and countries. - [Official SDKs](https://www.worldmonitor.app/docs/sdks.md): Zero-dependency SDKs for Python, Ruby, Go, and JavaScript — script country briefs, risk scores, and MCP tools without hand-rolling HTTP calls. - [Signal Intelligence](https://www.worldmonitor.app/docs/signal-intelligence.md): Signal detection, entity correlation, and source ranking behind World Monitor's aggregation engine — how raw feeds become actionable intelligence. - [Strategic Risk](https://www.worldmonitor.app/docs/strategic-risk.md): Composite strategic risk scoring that fuses every intelligence module — including the Pentagon Pizza Index — into a unified server-side assessment. - [Support & Contact](https://www.worldmonitor.app/docs/support.md): Every World Monitor support channel — email, GitHub issues, Discord, and status page — with response-time expectations for each plan tier. - [World Monitor terms of service and acceptable use](https://www.worldmonitor.app/docs/terms.md): Terms governing World Monitor: acceptable use, intelligence-data disclaimer, API and MCP usage, subscriptions and billing, IP, and liability limits. - [Trademark Policy](https://www.worldmonitor.app/docs/trademark-policy.md): World Monitor trademark and branding policy — attribution rules, fork naming, white-labeling terms, and official affiliation requirements. - [Authentication](https://www.worldmonitor.app/docs/usage-auth.md): Authenticate against World Monitor with browser session, API key, OAuth bearer, or Clerk — plus how server-side gating enforces plan entitlements. - [Errors](https://www.worldmonitor.app/docs/usage-errors.md): Standard World Monitor API error shape, common HTTP status codes, JSON-RPC error envelopes, and safe retry strategies for transient failures. - [Quickstart](https://www.worldmonitor.app/docs/usage-quickstart.md): Make your first World Monitor API call in under a minute with copy-paste examples in curl, JavaScript, and Python — includes auth and response format. - [Rate Limits](https://www.worldmonitor.app/docs/usage-rate-limits.md): Per-endpoint, per-key, and per-IP rate limits across the World Monitor API — headers, 429 handling, and backoff guidance for production clients. - [Webcam Layer](https://www.worldmonitor.app/docs/webcam-layer.md): World Monitor's global webcam coverage layer — timelapse playback, pinned webcam panel, and multi-source integration roadmap for live imagery. ## OpenAPI Specs - [worldmonitor.openapi](https://www.worldmonitor.app/docs/api/worldmonitor.openapi.yaml) - [IntelligenceService.openapi](https://www.worldmonitor.app/docs/api/IntelligenceService.openapi.yaml) - [MarketService.openapi](https://www.worldmonitor.app/docs/api/MarketService.openapi.yaml) - [EconomicService.openapi](https://www.worldmonitor.app/docs/api/EconomicService.openapi.yaml) - [SupplyChainService.openapi](https://www.worldmonitor.app/docs/api/SupplyChainService.openapi.yaml) - [CommerceService.openapi](https://www.worldmonitor.app/docs/openapi/CommerceService.openapi.yaml) - [MilitaryService.openapi](https://www.worldmonitor.app/docs/api/MilitaryService.openapi.yaml) - [GivingService.openapi](https://www.worldmonitor.app/docs/api/GivingService.openapi.yaml) - [NaturalService.openapi](https://www.worldmonitor.app/docs/api/NaturalService.openapi.yaml) - [ForecastService.openapi](https://www.worldmonitor.app/docs/api/ForecastService.openapi.yaml) - [NewsService.openapi](https://www.worldmonitor.app/docs/api/NewsService.openapi.yaml) - [TradeService.openapi](https://www.worldmonitor.app/docs/api/TradeService.openapi.yaml) - [ScenarioService.openapi](https://www.worldmonitor.app/docs/api/ScenarioService.openapi.yaml) - [DisplacementService.openapi](https://www.worldmonitor.app/docs/api/DisplacementService.openapi.yaml) - [ConsumerPricesService.openapi](https://www.worldmonitor.app/docs/api/ConsumerPricesService.openapi.yaml) - [AviationService.openapi](https://www.worldmonitor.app/docs/api/AviationService.openapi.yaml) - [WildfireService.openapi](https://www.worldmonitor.app/docs/api/WildfireService.openapi.yaml) - [WebcamService.openapi](https://www.worldmonitor.app/docs/api/WebcamService.openapi.yaml) - [UnrestService.openapi](https://www.worldmonitor.app/docs/api/UnrestService.openapi.yaml) - [ThermalService.openapi](https://www.worldmonitor.app/docs/api/ThermalService.openapi.yaml) - [ShippingV2Service.openapi](https://www.worldmonitor.app/docs/api/ShippingV2Service.openapi.yaml) - [SeismologyService.openapi](https://www.worldmonitor.app/docs/api/SeismologyService.openapi.yaml) - [SanctionsService.openapi](https://www.worldmonitor.app/docs/api/SanctionsService.openapi.yaml) - [ResilienceService.openapi](https://www.worldmonitor.app/docs/api/ResilienceService.openapi.yaml) - [ResearchService.openapi](https://www.worldmonitor.app/docs/api/ResearchService.openapi.yaml) - [RadiationService.openapi](https://www.worldmonitor.app/docs/api/RadiationService.openapi.yaml) - [PredictionService.openapi](https://www.worldmonitor.app/docs/api/PredictionService.openapi.yaml) - [PositiveEventsService.openapi](https://www.worldmonitor.app/docs/api/PositiveEventsService.openapi.yaml) - [MaritimeService.openapi](https://www.worldmonitor.app/docs/api/MaritimeService.openapi.yaml) - [LeadsService.openapi](https://www.worldmonitor.app/docs/api/LeadsService.openapi.yaml) - [InfrastructureService.openapi](https://www.worldmonitor.app/docs/api/InfrastructureService.openapi.yaml) - [ImageryService.openapi](https://www.worldmonitor.app/docs/api/ImageryService.openapi.yaml) - [HealthService.openapi](https://www.worldmonitor.app/docs/api/HealthService.openapi.yaml) - [CyberService.openapi](https://www.worldmonitor.app/docs/api/CyberService.openapi.yaml) - [ConflictService.openapi](https://www.worldmonitor.app/docs/api/ConflictService.openapi.yaml) - [ClimateService.openapi](https://www.worldmonitor.app/docs/api/ClimateService.openapi.yaml) - [BatchService.openapi](https://www.worldmonitor.app/docs/api/BatchService.openapi.yaml) - [openapi](https://www.worldmonitor.app/docs/api-reference/openapi.json)