fetch-resilience-score
Use this skill when the user asks how "resilient" a country is, or wants the numeric resilience score, trend, or per-domain breakdown. The score is a composite of economic, infrastructure, energy, social-governance, health-food, and recovery domains, updated every 6 hours.
Authentication — required
/api/resilience/v1/get-resilience-score is Pro-tier. Agents and other server-to-server callers MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
The key must be attached to a Pro subscription. Unauthenticated or free-tier requests return 401 / 403. Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://worldmonitor.app/api/resilience/v1/get-resilience-score
Parameters
| Name | In | Required | Shape |
|---|---|---|---|
countryCode | query | yes | ISO 3166-1 alpha-2, uppercase (e.g. DE, KE, BR) |
Response shape
{
"countryCode": "DE",
"overallScore": 78.4,
"level": "high",
"trend": "stable",
"change30d": -0.2,
"lowConfidence"…