public/pricing.md
World Monitor has a free public dashboard and paid tiers for analyst workflows, API access and organization deployments.
Live tier/price/product-ID data (JSON): GET https://www.worldmonitor.app/api/product-catalog — public, no key required. Send a descriptive User-Agent (for example mytool/1.0 (+https://yoursite.example)); default HTTP-library user agents may be challenged by the edge firewall.
World Monitor attribution is optional in reports, presentations and derived analysis permitted by your plan. If you choose to credit us, "Source: World Monitor" or "via World Monitor" is sufficient. Source-specific notices supplied with an output still apply.
These subscription licenses cover the hosted Service and its outputs. They are separate from the AGPL-3.0-only platform source-code license and the MIT licenses on the official thin clients. Full scope, examples and restrictions: https://worldmonitor.app/docs/terms#subscription-license-scope
wm_ key used by the desktop app and API), structured JSON, cache headers, OpenAPI docs, real-time data streams and webhook notifications429 with a Retry-After header and X-RateLimit-* headers on API responses. Usage above the quota is rejected — never silently charged; if opt-in metered overage is introduced for API plans it will be documented here first.{
"product": "World Monitor",
"lifecycle": "launched",
"url": "https://www.worldmonitor.app/",
"pricing_url": "https://www.worldmonitor.app/pro#pricing",
"currency": "USD",
"plans": [
{
"name": "Free",
"price_usd_monthly": 0,
"signup_required": false,
"features": [
"56 map layers (Resilience is Pro)",
"500+ feeds",
"country briefs",
"chokepoints",
"instability scores",
"watchlists",
"3 dashboard tabs"
]
},
{
"name": "Pro",
"price_usd_monthly": 39.99,
"price_usd_yearly": 359.99,
"features": [
"WM Analyst",
"Scenario Engine",
"Route Explorer",
"AI digest",
"custom widget builder",
"500 dashboard-AI requests/day",
"MCP",
"10 custom dashboards",
"personal license"
]
},
{
"name": "Pro Business",
"price_usd_monthly": 49.99,
"price_usd_yearly": 449.99,
"features": [
"Everything in Pro",
"commercial license",
"data export — CSV, JSON & PDF reports",
"25 custom dashboards",
"2,500 dashboard-AI requests/day",
"250 MCP calls/day",
"priority support"
]
},
{
"name": "API",
"price_usd_monthly": 99.99,
"price_usd_yearly": 899.99,
"features": [
"REST API",
"license / API key included",
"1,000 requests/day starter limit",
"1,000 dashboard-AI requests/day",
"webhooks",
"structured JSON",
"OpenAPI docs",
"commercial license — for your organization"
]
},
{
"name": "API Business",
"price_usd_monthly": 299.99,
"price_usd_yearly": 2699.99,
"features": [
"Everything in API Starter",
"300 requests/minute",
"10,000 requests/day",
"10,000 dashboard-AI requests/day",
"5 Pro licenses included",
"same company email required",
"commercial license — for your customers",
"priority support"
]
},
{
"name": "Enterprise",
"price": "Custom",
"contact": "[email protected]",
"features": [
"SSO/MFA/RBAC",
"team workspaces",
"white-label",
"on-premises",
"air-gapped",
"dedicated support"
]
}
]
}