Skip to main content
GET
/
api
/
intelligence
/
v1
/
get-risk-scores
GetRiskScores
curl --request GET \
  --url https://api.example.com/api/intelligence/v1/get-risk-scores
{
  "ciiScores": [
    {
      "region": "<string>",
      "staticBaseline": 50,
      "dynamicScore": 50,
      "combinedScore": 50,
      "trend": "TREND_DIRECTION_UNSPECIFIED",
      "components": {
        "newsActivity": 50,
        "ciiContribution": 50,
        "geoConvergence": 50,
        "militaryActivity": 50
      },
      "computedAt": 123
    }
  ],
  "strategicRisks": [
    {
      "region": "<string>",
      "level": "SEVERITY_LEVEL_UNSPECIFIED",
      "score": 50,
      "factors": [
        "<string>"
      ],
      "trend": "TREND_DIRECTION_UNSPECIFIED"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

region
string

Optional region filter. Empty returns all tracked regions.

Response

Successful response

GetRiskScoresResponse contains composite risk scores and strategic assessments.

ciiScores
object[]
strategicRisks
object[]