# World Monitor > AI-powered real-time global intelligence dashboard ## Docs - [Adding API Endpoints](https://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://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. - [AI Intelligence](https://worldmonitor.app/docs/ai-intelligence.md): LLM chains, RAG pipelines, threat classification, deduction engines, and browser-side ML used in World Monitor. - [Algorithms & Scoring](https://worldmonitor.app/docs/algorithms.md): Detailed documentation of World Monitor's scoring formulas, detection algorithms, and classification pipelines. - [AI Brief Endpoints](https://worldmonitor.app/docs/api-brief.md): Read, share, and render the AI-composed daily intelligence brief. - [Commerce Endpoints](https://worldmonitor.app/docs/api-commerce.md): Checkout, customer portal, product catalog, and referrals. Thin edge proxies over Convex + Dodo Payments. - [API Key Gating & Registration — Deployment Guide](https://worldmonitor.app/docs/api-key-deployment.md): Desktop cloud fallback is gated on a WORLDMONITOR_API_KEY. Without a valid key, the desktop app operates local-only (sidecar). A registration form collects emails via Convex DB for future key distribution. - [Notifications & Integrations](https://worldmonitor.app/docs/api-notifications.md): Notification channels, webhook delivery, and Telegram/Slack/Discord/YouTube integration endpoints. - [OAuth 2.1 Server](https://worldmonitor.app/docs/api-oauth.md): Dynamic client registration, authorization, and token exchange endpoints that back the WorldMonitor MCP server. - [Platform Endpoints](https://worldmonitor.app/docs/api-platform.md): Bootstrap, health, versioning, cache-purge, and user preferences — the plumbing endpoints every WorldMonitor client talks to. - [Proxies & Raw-Data Passthroughs](https://worldmonitor.app/docs/api-proxies.md): Thin server-side proxies for upstream APIs — used by the dashboard to avoid CORS, hide API keys, and add rate-limiting/caching. - [API Reference](https://worldmonitor.app/docs/api-reference.md): Catalog of every WorldMonitor REST service. All endpoints follow /api//v1/. - [GetAirportOpsSummary](https://worldmonitor.app/docs/api-reference/aviationservice/getairportopssummary.md): GetAirportOpsSummary returns operational health metrics for watched airports. - [GetCarrierOps](https://worldmonitor.app/docs/api-reference/aviationservice/getcarrierops.md): GetCarrierOps returns delay and cancellation metrics grouped by carrier. - [GetFlightStatus](https://worldmonitor.app/docs/api-reference/aviationservice/getflightstatus.md): GetFlightStatus looks up the current status of a specific flight. - [GetYoutubeLiveStreamInfo](https://worldmonitor.app/docs/api-reference/aviationservice/getyoutubelivestreaminfo.md): GetYoutubeLiveStreamInfo retrieves information about a YouTube live stream (status, title, etc). - [ListAirportDelays](https://worldmonitor.app/docs/api-reference/aviationservice/listairportdelays.md): ListAirportDelays retrieves current airport delay alerts. - [ListAirportFlights](https://worldmonitor.app/docs/api-reference/aviationservice/listairportflights.md): ListAirportFlights retrieves recent flights at a specific airport. - [ListAviationNews](https://worldmonitor.app/docs/api-reference/aviationservice/listaviationnews.md): ListAviationNews retrieves filtered aviation news articles. - [SearchFlightPrices](https://worldmonitor.app/docs/api-reference/aviationservice/searchflightprices.md): SearchFlightPrices searches for flight price offers on a route. - [SearchGoogleDates](https://worldmonitor.app/docs/api-reference/aviationservice/searchgoogledates.md): SearchGoogleDates finds the cheapest travel dates across a flexible date range via Google Flights. - [SearchGoogleFlights](https://worldmonitor.app/docs/api-reference/aviationservice/searchgoogleflights.md): SearchGoogleFlights searches Google Flights for available itineraries on a specific date. - [TrackAircraft](https://worldmonitor.app/docs/api-reference/aviationservice/trackaircraft.md): TrackAircraft retrieves live position stream for a specific aircraft hex. - [GetCo2Monitoring](https://worldmonitor.app/docs/api-reference/climateservice/getco2monitoring.md): GetCo2Monitoring retrieves seeded NOAA greenhouse gas monitoring data. - [GetOceanIceData](https://worldmonitor.app/docs/api-reference/climateservice/getoceanicedata.md): GetOceanIceData retrieves seeded Arctic sea ice, sea level, and ocean heat indicators. - [ListAirQualityData](https://worldmonitor.app/docs/api-reference/climateservice/listairqualitydata.md): ListAirQualityData retrieves recent PM2.5 station data from the shared air-quality seed. - [ListClimateAnomalies](https://worldmonitor.app/docs/api-reference/climateservice/listclimateanomalies.md): ListClimateAnomalies retrieves temperature and precipitation anomalies from ERA5 data. - [ListClimateDisasters](https://worldmonitor.app/docs/api-reference/climateservice/listclimatedisasters.md): ListClimateDisasters retrieves climate-relevant disaster events from seeded data. - [ListClimateNews](https://worldmonitor.app/docs/api-reference/climateservice/listclimatenews.md): ListClimateNews retrieves latest climate/environment intelligence headlines from seeded RSS feeds. - [GetHumanitarianSummary](https://worldmonitor.app/docs/api-reference/conflictservice/gethumanitariansummary.md): GetHumanitarianSummary retrieves a humanitarian overview for a country from HAPI/HDX. - [GetHumanitarianSummaryBatch](https://worldmonitor.app/docs/api-reference/conflictservice/gethumanitariansummarybatch.md): GetHumanitarianSummaryBatch retrieves humanitarian summaries for multiple countries in one call. - [ListAcledEvents](https://worldmonitor.app/docs/api-reference/conflictservice/listacledevents.md): ListAcledEvents retrieves armed conflict events from the ACLED dataset. - [ListIranEvents](https://worldmonitor.app/docs/api-reference/conflictservice/listiranevents.md): ListIranEvents retrieves scraped conflict events from LiveUAMap Iran. - [ListUcdpEvents](https://worldmonitor.app/docs/api-reference/conflictservice/listucdpevents.md): ListUcdpEvents retrieves georeferenced violence events from the UCDP dataset. - [GetConsumerPriceBasketSeries](https://worldmonitor.app/docs/api-reference/consumerpricesservice/getconsumerpricebasketseries.md): GetConsumerPriceBasketSeries retrieves the basket index time series. - [GetConsumerPriceFreshness](https://worldmonitor.app/docs/api-reference/consumerpricesservice/getconsumerpricefreshness.md): GetConsumerPriceFreshness retrieves feed freshness and coverage health per retailer. - [GetConsumerPriceOverview](https://worldmonitor.app/docs/api-reference/consumerpricesservice/getconsumerpriceoverview.md): GetConsumerPriceOverview retrieves headline basket indices and coverage metrics. - [ListConsumerPriceCategories](https://worldmonitor.app/docs/api-reference/consumerpricesservice/listconsumerpricecategories.md): ListConsumerPriceCategories retrieves category summaries with sparklines. - [ListConsumerPriceMovers](https://worldmonitor.app/docs/api-reference/consumerpricesservice/listconsumerpricemovers.md): ListConsumerPriceMovers retrieves the largest upward and downward item price moves. - [ListRetailerPriceSpreads](https://worldmonitor.app/docs/api-reference/consumerpricesservice/listretailerpricespreads.md): ListRetailerPriceSpreads retrieves cheapest-basket comparisons across retailers. - [ListCyberThreats](https://worldmonitor.app/docs/api-reference/cyberservice/listcyberthreats.md): ListCyberThreats retrieves threat indicators from multiple intelligence sources. - [GetDisplacementSummary](https://worldmonitor.app/docs/api-reference/displacementservice/getdisplacementsummary.md): GetDisplacementSummary retrieves global refugee and IDP statistics from UNHCR. - [GetPopulationExposure](https://worldmonitor.app/docs/api-reference/displacementservice/getpopulationexposure.md): GetPopulationExposure returns country population data or estimates population within a radius. - [GetBisCredit](https://worldmonitor.app/docs/api-reference/economicservice/getbiscredit.md): GetBisCredit retrieves credit-to-GDP ratio data from BIS. - [GetBisExchangeRates](https://worldmonitor.app/docs/api-reference/economicservice/getbisexchangerates.md): GetBisExchangeRates retrieves effective exchange rates from BIS. - [GetBisPolicyRates](https://worldmonitor.app/docs/api-reference/economicservice/getbispolicyrates.md): GetBisPolicyRates retrieves central bank policy rates from BIS. - [GetBlsSeries](https://worldmonitor.app/docs/api-reference/economicservice/getblsseries.md): GetBlsSeries retrieves BLS-only series not available on FRED (CES, LAUMT, CIU). - [GetCrudeInventories](https://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://worldmonitor.app/docs/api-reference/economicservice/getecbfxrates.md): GetEcbFxRates retrieves daily ECB official reference rates for EUR/major currency pairs. - [GetEconomicCalendar](https://worldmonitor.app/docs/api-reference/economicservice/geteconomiccalendar.md): GetEconomicCalendar retrieves upcoming major economic events (FOMC, CPI, NFP, etc). - [GetEconomicStress](https://worldmonitor.app/docs/api-reference/economicservice/geteconomicstress.md): GetEconomicStress retrieves the composite Economic Stress Index (0-100) from 6 FRED series. - [GetEnergyCapacity](https://worldmonitor.app/docs/api-reference/economicservice/getenergycapacity.md): GetEnergyCapacity retrieves installed capacity data (solar, wind, coal) from EIA. - [GetEnergyCrisisPolicies](https://worldmonitor.app/docs/api-reference/economicservice/getenergycrisispolicies.md): GetEnergyCrisisPolicies retrieves government policy responses to the 2026 energy crisis from the IEA tracker. - [GetEnergyPrices](https://worldmonitor.app/docs/api-reference/economicservice/getenergyprices.md): GetEnergyPrices retrieves current energy commodity prices from EIA. - [GetEuFsi](https://worldmonitor.app/docs/api-reference/economicservice/geteufsi.md): GetEuFsi retrieves the ECB CISS (Composite Indicator of Systemic Stress) for the Euro area. - [GetEuGasStorage](https://worldmonitor.app/docs/api-reference/economicservice/geteugasstorage.md): GetEuGasStorage retrieves EU aggregate natural gas storage fill % from GIE AGSI+. - [GetEurostatCountryData](https://worldmonitor.app/docs/api-reference/economicservice/geteurostatcountrydata.md): GetEurostatCountryData retrieves per-country CPI, unemployment, and GDP growth for 10 EU member states. - [GetEuYieldCurve](https://worldmonitor.app/docs/api-reference/economicservice/geteuyieldcurve.md): GetEuYieldCurve retrieves the ECB Euro Area AAA sovereign yield curve (Svensson model spot rates). - [GetFaoFoodPriceIndex](https://worldmonitor.app/docs/api-reference/economicservice/getfaofoodpriceindex.md): GetFaoFoodPriceIndex retrieves the FAO Food Price Index for the past 12 months. - [GetFredSeries](https://worldmonitor.app/docs/api-reference/economicservice/getfredseries.md): GetFredSeries retrieves time series data from the Federal Reserve Economic Data. - [GetFredSeriesBatch](https://worldmonitor.app/docs/api-reference/economicservice/getfredseriesbatch.md): GetFredSeriesBatch retrieves multiple FRED series in a single call. - [GetMacroSignals](https://worldmonitor.app/docs/api-reference/economicservice/getmacrosignals.md): GetMacroSignals computes 7 macro signals from 6 upstream sources with BUY/CASH verdict. - [GetNatGasStorage](https://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://worldmonitor.app/docs/api-reference/economicservice/getnationaldebt.md): GetNationalDebt retrieves national debt clock data for all countries. - [GetOilInventories](https://worldmonitor.app/docs/api-reference/economicservice/getoilinventories.md) - [GetOilStocksAnalysis](https://worldmonitor.app/docs/api-reference/economicservice/getoilstocksanalysis.md): GetOilStocksAnalysis retrieves the IEA oil stocks days-of-cover ranking and regional summary. - [ListBigMacPrices](https://worldmonitor.app/docs/api-reference/economicservice/listbigmacprices.md): ListBigMacPrices retrieves Big Mac Index prices across Middle East countries. - [ListFuelPrices](https://worldmonitor.app/docs/api-reference/economicservice/listfuelprices.md): ListFuelPrices retrieves retail gasoline and diesel prices across 30+ countries. - [ListGroceryBasketPrices](https://worldmonitor.app/docs/api-reference/economicservice/listgrocerybasketprices.md): ListGroceryBasketPrices retrieves grocery basket price comparison across 24 countries worldwide. - [ListWorldBankIndicators](https://worldmonitor.app/docs/api-reference/economicservice/listworldbankindicators.md): ListWorldBankIndicators retrieves development indicator data from the World Bank. - [GetForecasts](https://worldmonitor.app/docs/api-reference/forecastservice/getforecasts.md) - [GetSimulationOutcome](https://worldmonitor.app/docs/api-reference/forecastservice/getsimulationoutcome.md) - [GetSimulationPackage](https://worldmonitor.app/docs/api-reference/forecastservice/getsimulationpackage.md) - [GetGivingSummary](https://worldmonitor.app/docs/api-reference/givingservice/getgivingsummary.md): GetGivingSummary retrieves a composite global giving activity index and platform breakdowns. - [ListAirQualityAlerts](https://worldmonitor.app/docs/api-reference/healthservice/listairqualityalerts.md): ListAirQualityAlerts returns recent PM2.5 stations with AQI-derived health risk. - [ListDiseaseOutbreaks](https://worldmonitor.app/docs/api-reference/healthservice/listdiseaseoutbreaks.md): ListDiseaseOutbreaks returns recent WHO/ProMED disease outbreak alerts. - [SearchImagery](https://worldmonitor.app/docs/api-reference/imageryservice/searchimagery.md) - [GetBootstrapData](https://worldmonitor.app/docs/api-reference/infrastructureservice/getbootstrapdata.md): GetBootstrapData fetches multiple data points from the system cache in a single call. - [GetCableHealth](https://worldmonitor.app/docs/api-reference/infrastructureservice/getcablehealth.md): GetCableHealth computes health status for submarine cables from NGA maritime warning signals. - [GetIpGeo](https://worldmonitor.app/docs/api-reference/infrastructureservice/getipgeo.md): GetIpGeo retrieves geographic information based on the caller's IP address. - [GetTemporalBaseline](https://worldmonitor.app/docs/api-reference/infrastructureservice/gettemporalbaseline.md): GetTemporalBaseline retrieves historical baseline data for a specific signal. - [ListInternetDdosAttacks](https://worldmonitor.app/docs/api-reference/infrastructureservice/listinternetddosattacks.md): ListInternetDdosAttacks retrieves L3/L4 DDoS attack summaries from Cloudflare Radar. - [ListInternetOutages](https://worldmonitor.app/docs/api-reference/infrastructureservice/listinternetoutages.md): ListInternetOutages retrieves detected internet outages from Cloudflare Radar. - [ListInternetTrafficAnomalies](https://worldmonitor.app/docs/api-reference/infrastructureservice/listinternettrafficanomalies.md): ListInternetTrafficAnomalies retrieves traffic anomaly events from Cloudflare Radar. - [ListServiceStatuses](https://worldmonitor.app/docs/api-reference/infrastructureservice/listservicestatuses.md): ListServiceStatuses retrieves operational status of monitored external services. - [ListTemporalAnomalies](https://worldmonitor.app/docs/api-reference/infrastructureservice/listtemporalanomalies.md): ListTemporalAnomalies returns server-computed temporal anomalies for news and satellite_fires. - [RecordBaselineSnapshot](https://worldmonitor.app/docs/api-reference/infrastructureservice/recordbaselinesnapshot.md): RecordBaselineSnapshot batch-updates baseline statistics using Welford's online algorithm. - [ReverseGeocode](https://worldmonitor.app/docs/api-reference/infrastructureservice/reversegeocode.md): ReverseGeocode resolves geographic coordinates to a postal address/country. - [ClassifyEvent](https://worldmonitor.app/docs/api-reference/intelligenceservice/classifyevent.md): ClassifyEvent analyzes a news event using AI models. - [ComputeEnergyShockScenario](https://worldmonitor.app/docs/api-reference/intelligenceservice/computeenergyshockscenario.md): ComputeEnergyShockScenario computes on-demand product supply shock for a given country + chokepoint. - [DeductSituation](https://worldmonitor.app/docs/api-reference/intelligenceservice/deductsituation.md): DeductSituation performs broad situational analysis using LLMs. - [GetCompanyEnrichment](https://worldmonitor.app/docs/api-reference/intelligenceservice/getcompanyenrichment.md): GetCompanyEnrichment aggregates company data from multiple public sources (GitHub, SEC, HN). - [GetCountryEnergyProfile](https://worldmonitor.app/docs/api-reference/intelligenceservice/getcountryenergyprofile.md): GetCountryEnergyProfile aggregates Phase 1/2/2.5 energy data per country. - [GetCountryFacts](https://worldmonitor.app/docs/api-reference/intelligenceservice/getcountryfacts.md): GetCountryFacts retrieves factual country data from RestCountries and Wikipedia. - [GetCountryIntelBrief](https://worldmonitor.app/docs/api-reference/intelligenceservice/getcountryintelbrief.md): GetCountryIntelBrief generates a strategic brief for a specific country. - [GetCountryPortActivity](https://worldmonitor.app/docs/api-reference/intelligenceservice/getcountryportactivity.md): GetCountryPortActivity returns port-level tanker traffic and trade volumes for a country. - [GetCountryRisk](https://worldmonitor.app/docs/api-reference/intelligenceservice/getcountryrisk.md): GetCountryRisk retrieves composite risk intelligence for a specific country. - [GetGdeltTopicTimeline](https://worldmonitor.app/docs/api-reference/intelligenceservice/getgdelttopictimeline.md): GetGdeltTopicTimeline retrieves tone and volume timelines for a GDELT intel topic. - [GetPizzintStatus](https://worldmonitor.app/docs/api-reference/intelligenceservice/getpizzintstatus.md): GetPizzintStatus retrieves Pentagon Pizza Index and GDELT tension data. - [GetRegimeHistory](https://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. - [GetRegionalBrief](https://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. - [GetRegionalSnapshot](https://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. - [GetRiskScores](https://worldmonitor.app/docs/api-reference/intelligenceservice/getriskscores.md): GetRiskScores retrieves composite risk scores and strategic assessments. - [GetSocialVelocity](https://worldmonitor.app/docs/api-reference/intelligenceservice/getsocialvelocity.md): GetSocialVelocity returns trending Reddit posts from r/worldnews and r/geopolitics ranked by velocity. - [ListCompanySignals](https://worldmonitor.app/docs/api-reference/intelligenceservice/listcompanysignals.md): ListCompanySignals discovers activity signals for a company from public sources. - [ListCrossSourceSignals](https://worldmonitor.app/docs/api-reference/intelligenceservice/listcrosssourcesignals.md): ListCrossSourceSignals returns cross-domain signals ranked by severity with composite escalation detection. - [ListGpsInterference](https://worldmonitor.app/docs/api-reference/intelligenceservice/listgpsinterference.md): ListGpsInterference retrieves detected GPS/GNSS interference data (jamming). - [ListMarketImplications](https://worldmonitor.app/docs/api-reference/intelligenceservice/listmarketimplications.md): ListMarketImplications returns AI-generated trade-implication cards from live world state. - [ListOrefAlerts](https://worldmonitor.app/docs/api-reference/intelligenceservice/listorefalerts.md): ListOrefAlerts retrieves Israeli Home Front Command alerts (Red Alerts). - [ListSatellites](https://worldmonitor.app/docs/api-reference/intelligenceservice/listsatellites.md): ListSatellites retrieves current orbital positions and metadata. - [ListSecurityAdvisories](https://worldmonitor.app/docs/api-reference/intelligenceservice/listsecurityadvisories.md): ListSecurityAdvisories retrieves pre-seeded travel and health advisories. - [ListTelegramFeed](https://worldmonitor.app/docs/api-reference/intelligenceservice/listtelegramfeed.md): ListTelegramFeed retrieves real-time OSINT messages from monitored Telegram channels. - [SearchGdeltDocuments](https://worldmonitor.app/docs/api-reference/intelligenceservice/searchgdeltdocuments.md): SearchGdeltDocuments searches the GDELT GKG API for relevant documentation. - [GetVesselSnapshot](https://worldmonitor.app/docs/api-reference/maritimeservice/getvesselsnapshot.md): GetVesselSnapshot retrieves a point-in-time view of AIS vessel traffic and disruptions. - [ListNavigationalWarnings](https://worldmonitor.app/docs/api-reference/maritimeservice/listnavigationalwarnings.md): ListNavigationalWarnings retrieves active maritime safety warnings from NGA. - [AnalyzeStock](https://worldmonitor.app/docs/api-reference/marketservice/analyzestock.md): AnalyzeStock retrieves a premium stock analysis report with technicals, news, and AI synthesis. - [BacktestStock](https://worldmonitor.app/docs/api-reference/marketservice/backteststock.md): BacktestStock replays premium stock-analysis signals over recent price history. - [GetCotPositioning](https://worldmonitor.app/docs/api-reference/marketservice/getcotpositioning.md): GetCotPositioning retrieves CFTC COT institutional positioning data. - [GetCountryStockIndex](https://worldmonitor.app/docs/api-reference/marketservice/getcountrystockindex.md): GetCountryStockIndex retrieves the primary stock index for a country from Yahoo Finance. - [GetFearGreedIndex](https://worldmonitor.app/docs/api-reference/marketservice/getfeargreedindex.md): GetFearGreedIndex retrieves the composite Fear & Greed sentiment index. - [GetGoldIntelligence](https://worldmonitor.app/docs/api-reference/marketservice/getgoldintelligence.md): GetGoldIntelligence retrieves gold pricing, cross-currency XAU, ratios, and CFTC positioning. - [GetHyperliquidFlow](https://worldmonitor.app/docs/api-reference/marketservice/gethyperliquidflow.md): GetHyperliquidFlow retrieves Hyperliquid perp positioning flow (funding/OI/basis composite scores). - [GetInsiderTransactions](https://worldmonitor.app/docs/api-reference/marketservice/getinsidertransactions.md): GetInsiderTransactions retrieves SEC insider buy/sell activity from Finnhub. - [GetMarketBreadthHistory](https://worldmonitor.app/docs/api-reference/marketservice/getmarketbreadthhistory.md): GetMarketBreadthHistory retrieves historical % of S&P 500 stocks above 20/50/200-day SMAs. - [GetSectorSummary](https://worldmonitor.app/docs/api-reference/marketservice/getsectorsummary.md): GetSectorSummary retrieves market sector performance data from Finnhub. - [GetStockAnalysisHistory](https://worldmonitor.app/docs/api-reference/marketservice/getstockanalysishistory.md): GetStockAnalysisHistory retrieves shared premium stock analysis history from the backend store. - [ListAiTokens](https://worldmonitor.app/docs/api-reference/marketservice/listaitokens.md): ListAiTokens retrieves AI-focused crypto token prices and changes. - [ListCommodityQuotes](https://worldmonitor.app/docs/api-reference/marketservice/listcommodityquotes.md): ListCommodityQuotes retrieves commodity price quotes from Yahoo Finance. - [ListCryptoQuotes](https://worldmonitor.app/docs/api-reference/marketservice/listcryptoquotes.md): ListCryptoQuotes retrieves cryptocurrency quotes from CoinGecko. - [ListCryptoSectors](https://worldmonitor.app/docs/api-reference/marketservice/listcryptosectors.md): ListCryptoSectors retrieves crypto sector performance averages. - [ListDefiTokens](https://worldmonitor.app/docs/api-reference/marketservice/listdefitokens.md): ListDefiTokens retrieves DeFi token prices and changes. - [ListEarningsCalendar](https://worldmonitor.app/docs/api-reference/marketservice/listearningscalendar.md): ListEarningsCalendar retrieves upcoming and recent earnings releases. - [ListEtfFlows](https://worldmonitor.app/docs/api-reference/marketservice/listetfflows.md): ListEtfFlows retrieves BTC spot ETF flow estimates from Yahoo Finance. - [ListGulfQuotes](https://worldmonitor.app/docs/api-reference/marketservice/listgulfquotes.md): ListGulfQuotes retrieves Gulf region market quotes (indices, currencies, oil). - [ListMarketQuotes](https://worldmonitor.app/docs/api-reference/marketservice/listmarketquotes.md): ListMarketQuotes retrieves stock and index quotes. - [ListOtherTokens](https://worldmonitor.app/docs/api-reference/marketservice/listothertokens.md): ListOtherTokens retrieves other/trending crypto token prices and changes. - [ListStablecoinMarkets](https://worldmonitor.app/docs/api-reference/marketservice/liststablecoinmarkets.md): ListStablecoinMarkets retrieves stablecoin peg health and market data from CoinGecko. - [ListStoredStockBacktests](https://worldmonitor.app/docs/api-reference/marketservice/liststoredstockbacktests.md): ListStoredStockBacktests retrieves stored premium backtest snapshots from the backend store. - [GetAircraftDetails](https://worldmonitor.app/docs/api-reference/militaryservice/getaircraftdetails.md): GetAircraftDetails retrieves Wingbits aircraft enrichment data for a single ICAO24 hex. - [GetAircraftDetailsBatch](https://worldmonitor.app/docs/api-reference/militaryservice/getaircraftdetailsbatch.md): GetAircraftDetailsBatch retrieves Wingbits aircraft enrichment data for multiple ICAO24 hexes. - [GetTheaterPosture](https://worldmonitor.app/docs/api-reference/militaryservice/gettheaterposture.md): GetTheaterPosture retrieves military posture assessments for geographic theaters. - [GetUSNIFleetReport](https://worldmonitor.app/docs/api-reference/militaryservice/getusnifleetreport.md): GetUSNIFleetReport retrieves the latest parsed USNI Fleet Tracker report. - [GetWingbitsLiveFlight](https://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://worldmonitor.app/docs/api-reference/militaryservice/getwingbitsstatus.md): GetWingbitsStatus checks whether the Wingbits enrichment API is configured. - [ListDefensePatents](https://worldmonitor.app/docs/api-reference/militaryservice/listdefensepatents.md): ListDefensePatents retrieves recent defense/dual-use patent filings from USPTO PatentsView. - [ListMilitaryBases](https://worldmonitor.app/docs/api-reference/militaryservice/listmilitarybases.md): ListMilitaryBases retrieves military bases within a bounding box, with server-side clustering. - [ListMilitaryFlights](https://worldmonitor.app/docs/api-reference/militaryservice/listmilitaryflights.md): ListMilitaryFlights retrieves tracked military aircraft from OpenSky and Wingbits. - [ListNaturalEvents](https://worldmonitor.app/docs/api-reference/naturalservice/listnaturalevents.md) - [GetSummarizeArticleCache](https://worldmonitor.app/docs/api-reference/newsservice/getsummarizearticlecache.md): GetSummarizeArticleCache looks up a cached summary by deterministic key (CDN-cacheable GET). - [ListFeedDigest](https://worldmonitor.app/docs/api-reference/newsservice/listfeeddigest.md): ListFeedDigest returns a pre-aggregated digest of all RSS feeds for a site variant. - [SummarizeArticle](https://worldmonitor.app/docs/api-reference/newsservice/summarizearticle.md): SummarizeArticle generates an LLM summary with provider selection and fallback support. - [ListPositiveGeoEvents](https://worldmonitor.app/docs/api-reference/positiveeventsservice/listpositivegeoevents.md): ListPositiveGeoEvents retrieves geocoded positive news events from GDELT GEO API. - [ListPredictionMarkets](https://worldmonitor.app/docs/api-reference/predictionservice/listpredictionmarkets.md): ListPredictionMarkets retrieves active prediction markets from Polymarket. - [ListRadiationObservations](https://worldmonitor.app/docs/api-reference/radiationservice/listradiationobservations.md): ListRadiationObservations retrieves normalized EPA RadNet and Safecast readings. - [ListArxivPapers](https://worldmonitor.app/docs/api-reference/researchservice/listarxivpapers.md): ListArxivPapers retrieves recent papers from arXiv. - [ListHackernewsItems](https://worldmonitor.app/docs/api-reference/researchservice/listhackernewsitems.md): ListHackernewsItems retrieves top stories from Hacker News. - [ListTechEvents](https://worldmonitor.app/docs/api-reference/researchservice/listtechevents.md): ListTechEvents retrieves tech events from Techmeme ICS, dev.events RSS, and curated sources. - [ListTrendingRepos](https://worldmonitor.app/docs/api-reference/researchservice/listtrendingrepos.md): ListTrendingRepos retrieves trending repositories from GitHub. - [GetResilienceRanking](https://worldmonitor.app/docs/api-reference/resilienceservice/getresilienceranking.md) - [GetResilienceScore](https://worldmonitor.app/docs/api-reference/resilienceservice/getresiliencescore.md) - [ListSanctionsPressure](https://worldmonitor.app/docs/api-reference/sanctionsservice/listsanctionspressure.md): ListSanctionsPressure retrieves normalized OFAC designation summaries and recent additions. - [LookupSanctionEntity](https://worldmonitor.app/docs/api-reference/sanctionsservice/lookupsanctionentity.md): LookupSanctionEntity searches the OFAC entity index by name, vessel, or aircraft. - [ListEarthquakes](https://worldmonitor.app/docs/api-reference/seismologyservice/listearthquakes.md): ListEarthquakes retrieves recent earthquakes from the USGS GeoJSON feed. - [GetBypassOptions](https://worldmonitor.app/docs/api-reference/supplychainservice/getbypassoptions.md): GetBypassOptions returns ranked bypass corridors for a chokepoint. PRO-gated. - [GetChokepointHistory](https://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://worldmonitor.app/docs/api-reference/supplychainservice/getchokepointstatus.md) - [GetCountryChokepointIndex](https://worldmonitor.app/docs/api-reference/supplychainservice/getcountrychokepointindex.md): GetCountryChokepointIndex returns per-chokepoint exposure scores for a country. PRO-gated. - [GetCountryCostShock](https://worldmonitor.app/docs/api-reference/supplychainservice/getcountrycostshock.md): GetCountryCostShock returns cost shock and war risk data for a country+chokepoint. PRO-gated. - [GetCountryProducts](https://worldmonitor.app/docs/api-reference/supplychainservice/getcountryproducts.md): GetCountryProducts returns the seeded bilateral-HS4 import basket for a country. PRO-gated. - [GetCriticalMinerals](https://worldmonitor.app/docs/api-reference/supplychainservice/getcriticalminerals.md) - [GetFuelShortageDetail](https://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://worldmonitor.app/docs/api-reference/supplychainservice/getmultisectorcostshock.md): GetMultiSectorCostShock returns per-sector cost-shock estimates for a country+chokepoint+closure-window. PRO-gated. - [GetPipelineDetail](https://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://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://worldmonitor.app/docs/api-reference/supplychainservice/getrouteimpact.md) - [GetSectorDependency](https://worldmonitor.app/docs/api-reference/supplychainservice/getsectordependency.md): GetSectorDependency returns dependency flags and risk profile for a country+HS2 sector. PRO-gated. - [GetShippingRates](https://worldmonitor.app/docs/api-reference/supplychainservice/getshippingrates.md) - [GetShippingStress](https://worldmonitor.app/docs/api-reference/supplychainservice/getshippingstress.md): GetShippingStress returns carrier market data and a composite stress index. - [GetStorageFacilityDetail](https://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://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://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://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://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://worldmonitor.app/docs/api-reference/thermalservice/listthermalescalations.md) - [GetCustomsRevenue](https://worldmonitor.app/docs/api-reference/tradeservice/getcustomsrevenue.md): Get US customs duties revenue (Treasury MTS data, seeded by Railway). - [GetTariffTrends](https://worldmonitor.app/docs/api-reference/tradeservice/gettarifftrends.md): Get tariff rate timeseries for a country pair. - [GetTradeBarriers](https://worldmonitor.app/docs/api-reference/tradeservice/gettradebarriers.md): Get SPS/TBT barrier notifications. - [GetTradeFlows](https://worldmonitor.app/docs/api-reference/tradeservice/gettradeflows.md): Get bilateral merchandise trade flows. - [GetTradeRestrictions](https://worldmonitor.app/docs/api-reference/tradeservice/gettraderestrictions.md): Get quantitative restrictions and export controls. - [ListComtradeFlows](https://worldmonitor.app/docs/api-reference/tradeservice/listcomtradeflows.md): List UN Comtrade strategic commodity flows with anomaly detection. - [ListUnrestEvents](https://worldmonitor.app/docs/api-reference/unrestservice/listunrestevents.md): ListUnrestEvents retrieves protest, riot, and civil unrest events. - [GetWebcamImage](https://worldmonitor.app/docs/api-reference/webcamservice/getwebcamimage.md) - [ListWebcams](https://worldmonitor.app/docs/api-reference/webcamservice/listwebcams.md) - [ListFireDetections](https://worldmonitor.app/docs/api-reference/wildfireservice/listfiredetections.md): ListFireDetections retrieves satellite-detected active fires from NASA FIRMS. - [Scenarios API](https://worldmonitor.app/docs/api-scenarios.md): Run pre-defined supply-chain disruption scenarios against any country and poll for worker-computed results. - [Shipping v2 API](https://worldmonitor.app/docs/api-shipping-v2.md): Chokepoint route-intelligence queries and webhook subscriptions for supply-chain disruption alerts. - [Design Philosophy](https://worldmonitor.app/docs/architecture.md): Design principles, intelligence tradecraft, algorithmic decisions, and implementation patterns behind World Monitor. - [Authentication & Panel Gating](https://worldmonitor.app/docs/authentication.md): How user authentication, premium panel gating, and server-side session enforcement work in WorldMonitor. - [Changelog](https://worldmonitor.app/docs/changelog.md): All notable changes to World Monitor, organized by release. - [Contributing](https://worldmonitor.app/docs/contributing.md): Code style guidelines, pull request process, contribution types, and security practices for the WorldMonitor project. - [Revision Log (Planned)](https://worldmonitor.app/docs/corrections.md): Specification for the public revision log that will surface every evidence change and public-badge transition across the Energy Atlas registries. The page documents the planned shape and status — the log itself is not yet live. - [CORS](https://worldmonitor.app/docs/cors.md): How cross-origin request protection works and what to do when adding new API endpoints. - [Country Instability Index](https://worldmonitor.app/docs/country-instability-index.md): Real-time stability scoring for 24 strategically significant countries, combining unrest, security, and information signals into a dynamic instability metric. - [Data Sources](https://worldmonitor.app/docs/data-sources.md): Comprehensive documentation of all data sources, feed tiers, and collection methods used by World Monitor. - [Desktop Application](https://worldmonitor.app/docs/desktop-app.md): Tauri desktop architecture, sidecar management, secret storage, cloud fallback, and multi-platform build details. - [Introduction](https://worldmonitor.app/docs/documentation.md): World Monitor is an open-source, real-time global intelligence dashboard that aggregates news, markets, military and maritime activity, infrastructure data, and AI-powered analysis into a single map-first interface. - [Features & Interface](https://worldmonitor.app/docs/features.md): Complete guide to World Monitor features including interactive maps, data layers, intelligence panels, market data, panel management, mobile experience, and keyboard shortcuts. - [Finance & Market Data](https://worldmonitor.app/docs/finance-data.md): Market radar, Gulf FDI tracking, stablecoin monitoring, energy analytics, and trade policy intelligence in World Monitor. - [Geographic Convergence Detection](https://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://worldmonitor.app/docs/getting-started.md): Installation instructions, tech stack overview, project structure, API dependencies, and setup guide for WorldMonitor. - [Health Endpoints](https://worldmonitor.app/docs/health-endpoints.md): World Monitor exposes two health endpoints for monitoring data pipeline integrity. Both run on the Vercel Edge Runtime and query Redis (Upstash) to assess system state. - [Hotspots & Navigation](https://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://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](https://worldmonitor.app/docs/license.md): World Monitor licensing terms: AGPL-3.0 for open use, commercial license for business use. Rebranding and commercial forks are prohibited without a license. - [Map Engine](https://worldmonitor.app/docs/map-engine.md): 3D globe and flat map rendering, textures, shaders, clustering, and mobile touch gestures in World Monitor. - [Maps Infrastructure & Geocoding](https://worldmonitor.app/docs/maps-and-geocoding.md): Static map assets, country geometry, geocoding services, and boundary overrides. - [Maritime Intelligence](https://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 Server](https://worldmonitor.app/docs/mcp-server.md): Connect Claude, Cursor, and other MCP-compatible clients to WorldMonitor's live global-intelligence data via the Model Context Protocol. - [Chokepoint Methodology](https://worldmonitor.app/docs/methodology/chokepoints.md): How World Monitor calibrates live flow estimates for the seven global oil & gas shipping chokepoints (Hormuz, Malacca, Suez, Bab el-Mandeb, Turkish Straits, Danish Straits, Panama). - [Country Resilience Index](https://worldmonitor.app/docs/methodology/country-resilience-index.md): Real-time resilience scoring for ~220 countries across 6 domains and 20 active dimensions, combining structural baseline indicators with live stress signals into a 0-100 resilience score updated every 6 hours. Published at OECD/JRC methodological parity with transparent goalposts, coverage tracking,… - [Energy Disruption Event Log Methodology](https://worldmonitor.app/docs/methodology/disruptions.md): How World Monitor curates the disruption event log shown on pipeline and storage asset drawers in the Energy Atlas. - [Pipeline Registry Methodology](https://worldmonitor.app/docs/methodology/pipelines.md): How World Monitor curates and attributes status for the world's oil and gas pipelines shown on the Energy Atlas. - [Fuel Shortage Alert Methodology](https://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://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. - [Military Tracking](https://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://worldmonitor.app/docs/natural-disasters.md): Multi-source natural disaster monitoring using GDACS and NASA EONET, with intelligent deduplication and filtering for earthquakes, wildfires, cyclones, and more. - [Orbital Surveillance](https://worldmonitor.app/docs/orbital-surveillance.md): Real-time satellite orbital tracking on the 3D globe, powered by SGP4 propagation from CelesTrak TLE data. - [Platform Overview](https://worldmonitor.app/docs/overview.md): World Monitor platform variants, capabilities, and specialized monitoring configurations for geopolitical and technology intelligence. - [Airline Intelligence](https://worldmonitor.app/docs/panels/airline-intel.md): A 6-tab aviation surface covering airport ops, live flights, carriers, aircraft tracking, news, and cheapest-date pricing — driven by a user-curated airports + routes watchlist. - [WM Analyst](https://worldmonitor.app/docs/panels/chat-analyst.md): A conversational AI analyst that answers ad-hoc questions about the current geopolitical, market, military, and forecast picture using WorldMonitor's live caches. - [Consumer Prices](https://worldmonitor.app/docs/panels/consumer-prices.md): Retail grocery / essentials price tracking at the market level — overview, category breakdown, movers, retailer spreads, and source freshness — with 7 / 30 / 90-day windows. - [Daily Market Brief](https://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://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://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 ThinkGlobalHealth's ProMED-backed tracker. - [Energy Crisis Tracker](https://worldmonitor.app/docs/panels/energy-crisis.md): IEA 2026 Energy Crisis Policy Response Tracker — government measures to conserve energy and support consumers in response to Middle East conflict and Hormuz supply disruptions. - [AI Forecasts](https://worldmonitor.app/docs/panels/forecast.md): AI-generated geopolitical forecasts — probability-calibrated predictions across conflict, markets, supply chain, political, military, cyber, and infrastructure domains, filterable by macro region. - [Financial Stress](https://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://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://worldmonitor.app/docs/panels/indicators-and-signals.md): Catalogue of compact market-indicator panels, correlation panels, and misc signal surfaces — each a tight tile-style read that complements the deep-dive panels. - [Latest Brief](https://worldmonitor.app/docs/panels/latest-brief.md): The WorldMonitor daily 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://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://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://worldmonitor.app/docs/panels/news-feeds.md): Catalogue of regional, topical, and variant-specific news-feed panels — content-stream surfaces that share a common panel framework with per-topic or per-region scoping. - [Israel Sirens](https://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 active-siren tracking. - [Radiation Watch](https://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://worldmonitor.app/docs/panels/regional-intelligence.md): A structured per-region snapshot of regime, balance, actors, scenarios, transmission paths, and watchlist — backed by the Intelligence service's canonical RegionalSnapshot. - [Sanctions Pressure](https://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://worldmonitor.app/docs/panels/stock-analysis.md): On-demand equity analysis per ticker with buy/hold/sell signal, price targets, analyst consensus, upgrades/downgrades, insider transactions, and price sparklines. - [Premium Backtesting](https://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://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://worldmonitor.app/docs/panels/supply-chain.md): Shipping-stress composite, carrier / ETF tracking, critical minerals, chokepoint cards, and the Scenario Engine trigger surface — the dashboard's supply-chain command surface. - [Tech Readiness Index](https://worldmonitor.app/docs/panels/tech-readiness.md): Country-level tech-readiness rankings with flag-labelled rows, sourced from the Economic service. Refreshed every 6 hours. - [Telegram Intel](https://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://worldmonitor.app/docs/panels/thermal-escalation.md): FIRMS/VIIRS thermal anomaly clusters with baseline comparison, persistence tracking, and conflict-adjacency flags — for spotting abnormal thermal activity that may signal conflict, industrial disruption, or escalation. - [Trade Policy](https://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://worldmonitor.app/docs/panels/world-clock.md): Market-open-aware world clock covering the major global exchanges, with open/closed indicators and concurrent session visibility. - [WSB Ticker Scanner](https://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://worldmonitor.app/docs/premium-finance.md): Premium finance is the finance-variant layer providing stock-analysis capabilities within World Monitor, originally inspired by a standalone daily_stock_analysis project but now fully integrated. - [Premium Finance Search Layer](https://worldmonitor.app/docs/premium-finance-search.md): This document covers the extra targeted stock-news search layer used by premium finance. - [Relay Parameters (Railway + Vercel)](https://worldmonitor.app/docs/relay-parameters.md): This document covers all environment variables used by the AIS/OpenSky relay path. - [Desktop Release Packaging Guide (Local, Reproducible)](https://worldmonitor.app/docs/release-packaging.md): This guide provides reproducible local packaging steps for both desktop variants: full (World Monitor) and tech (Tech Monitor). - [Route Explorer](https://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. - [Scenario Engine](https://worldmonitor.app/docs/scenario-engine.md): Run pre-built supply-chain disruption scenarios — conflicts, sanctions, tariff shocks, and weather events — and see which chokepoints, sectors, and countries are exposed, directly on the map. - [Signal Intelligence](https://worldmonitor.app/docs/signal-intelligence.md): Signal detection, entity correlation, source ranking, and intelligence aggregation powering World Monitor's analytical engine. - [Strategic Risk](https://worldmonitor.app/docs/strategic-risk.md): Composite risk scoring that synthesizes all intelligence modules into a unified strategic assessment, including the Pentagon Pizza Index and server-side risk computation. - [Authentication](https://worldmonitor.app/docs/usage-auth.md): Three auth modes — browser origin, API key, and OAuth bearer — plus how server-side enforcement works. - [Errors](https://worldmonitor.app/docs/usage-errors.md): Standard error shape, common status codes, and retry strategies. - [Quickstart](https://worldmonitor.app/docs/usage-quickstart.md): Make your first WorldMonitor API call in under a minute — curl, JavaScript, and Python. - [Rate Limits](https://worldmonitor.app/docs/usage-rate-limits.md): Per-endpoint, per-key, and per-IP rate limits across the WorldMonitor API surface. - [Webcam Layer](https://worldmonitor.app/docs/webcam-layer.md): Global webcam coverage with timelapse playback, pinned webcam panel, and multi-source integration roadmap. ## OpenAPI Specs - [worldmonitor.openapi](https://worldmonitor.app/docs/api/worldmonitor.openapi.yaml) - [UnrestService.openapi](https://worldmonitor.app/docs/api/UnrestService.openapi.yaml) - [ResilienceService.openapi](https://worldmonitor.app/docs/api/ResilienceService.openapi.yaml) - [MaritimeService.openapi](https://worldmonitor.app/docs/api/MaritimeService.openapi.yaml) - [SupplyChainService.openapi](https://worldmonitor.app/docs/api/SupplyChainService.openapi.yaml) - [ShippingV2Service.openapi](https://worldmonitor.app/docs/api/ShippingV2Service.openapi.yaml) - [NewsService.openapi](https://worldmonitor.app/docs/api/NewsService.openapi.yaml) - [TradeService.openapi](https://worldmonitor.app/docs/api/TradeService.openapi.yaml) - [MarketService.openapi](https://worldmonitor.app/docs/api/MarketService.openapi.yaml) - [InfrastructureService.openapi](https://worldmonitor.app/docs/api/InfrastructureService.openapi.yaml) - [EconomicService.openapi](https://worldmonitor.app/docs/api/EconomicService.openapi.yaml) - [AviationService.openapi](https://worldmonitor.app/docs/api/AviationService.openapi.yaml) - [ScenarioService.openapi](https://worldmonitor.app/docs/api/ScenarioService.openapi.yaml) - [MilitaryService.openapi](https://worldmonitor.app/docs/api/MilitaryService.openapi.yaml) - [LeadsService.openapi](https://worldmonitor.app/docs/api/LeadsService.openapi.yaml) - [IntelligenceService.openapi](https://worldmonitor.app/docs/api/IntelligenceService.openapi.yaml) - [WildfireService.openapi](https://worldmonitor.app/docs/api/WildfireService.openapi.yaml) - [ClimateService.openapi](https://worldmonitor.app/docs/api/ClimateService.openapi.yaml) - [HealthService.openapi](https://worldmonitor.app/docs/api/HealthService.openapi.yaml) - [ForecastService.openapi](https://worldmonitor.app/docs/api/ForecastService.openapi.yaml) - [SeismologyService.openapi](https://worldmonitor.app/docs/api/SeismologyService.openapi.yaml) - [SanctionsService.openapi](https://worldmonitor.app/docs/api/SanctionsService.openapi.yaml) - [GivingService.openapi](https://worldmonitor.app/docs/api/GivingService.openapi.yaml) - [ConsumerPricesService.openapi](https://worldmonitor.app/docs/api/ConsumerPricesService.openapi.yaml) - [ThermalService.openapi](https://worldmonitor.app/docs/api/ThermalService.openapi.yaml) - [RadiationService.openapi](https://worldmonitor.app/docs/api/RadiationService.openapi.yaml) - [WebcamService.openapi](https://worldmonitor.app/docs/api/WebcamService.openapi.yaml) - [PredictionService.openapi](https://worldmonitor.app/docs/api/PredictionService.openapi.yaml) - [ImageryService.openapi](https://worldmonitor.app/docs/api/ImageryService.openapi.yaml) - [ConflictService.openapi](https://worldmonitor.app/docs/api/ConflictService.openapi.yaml) - [ResearchService.openapi](https://worldmonitor.app/docs/api/ResearchService.openapi.yaml) - [PositiveEventsService.openapi](https://worldmonitor.app/docs/api/PositiveEventsService.openapi.yaml) - [NaturalService.openapi](https://worldmonitor.app/docs/api/NaturalService.openapi.yaml) - [DisplacementService.openapi](https://worldmonitor.app/docs/api/DisplacementService.openapi.yaml) - [CyberService.openapi](https://worldmonitor.app/docs/api/CyberService.openapi.yaml) - [openapi](https://worldmonitor.app/docs/api-reference/openapi.json)