ToolAssay

Per-country conflict / instability signal from GDELT (?country=)

Per-country conflict / instability signal from GDELT (?country=)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
725 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://conflict.lonestaroracle.xyz/conflict

CategoryEverything else
Provider hostconflict.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days4 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 725 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "Japan",
    "location": "Japan",
    "nation": "Japan",
    "q": "nvidia"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "risk",
  "description": "Per-country conflict and instability signal made agent-callable. One x402 call returns a conflict level (LOW / ELEVATED / HIGH) for any country, the 7-day trend vs the prior period (escalating / steady / easing) with a percentage, intensity as a share of the 30-day peak, and the most recent conflict-related headlines with sources. Built from GDELT 2.0's global news monitoring across protest, unrest, clashes, airstrike, insurgency and related terms. Honest by design: this is a media-attention proxy that moves in real time, not a casualty or verified-event count. The geopolitical early-warning read a risk, macro, or trading agent needs on any country, served pay-per-call. $0.05 in USDC on Base via x402. Source: GDELT 2.0 (free). Natural partner to GeoPulse (country risk score) and the LatAmPulse / MENAPulse regional pulses.",
  "name": "ConflictPulse",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "country": {
              "title": "Country",
              "type": "string"
            },
            "location": {
              "title": "Location",
              "type": "string"
            },
            "nation": {
              "title": "Nation",
              "type": "string"
            },
            "q": {
              "title": "Q",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "conflict_level": "HIGH",
          "country": "Sudan",
          "data_points": 30,
          "intensity_pct_of_30d_peak": 82,
          "note": "Signal = conflict-related global news volume over 30d; a media-attention proxy, not a casualty count.",
          "recent_headlines": [
            {
              "date": "20260803T120000Z",
              "domain": "reuters.com",
              "title": "Clashes intensify in Darfur as...",
              "url": "https://..."
            }
          ],
          "source": "GDELT 2.0 global news monitoring",
          "trend": "escalating",
          "trend_pct_7d_vs_prior": 34.2
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "conflict",
    "geopolitical",
    "gdelt",
    "security",
    "risk"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON