AI-friendly JSON API for global news intelligence built on GDELT. Provides recent news, sentiment, geographic distribution, translingual coverage, and entity graph endpoints via x402 payments on Base USDC.
Pay from $0.01 to $0.05 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 2h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 367ms
- avg response
- 162ms
- total checks
- 2,687
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.05 (p65 in Data)
- price (min)
- $0.01
- price (max)
- $0.05
- category percentile (min)
- p65 in Data
- category percentile (max)
- p71 in Data
- endpoints / prices
- 5 / 4
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.48 30d · 5 buyers
- volume 30d
- $0.48
- buyers 30d
- 5
- settlements 30d
- 28
- last settlement
- 2026-07-18
- top buyer share
- 50% of 30d volume
- trend 7d vs 30d
- 1.52x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides news intelligence through entity graphs, geographic data, recent articles, sentiment analysis, and translingual coverage.
- category
- news-intelligence
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /news/entity-graph | $0.05 | Base | USDC | |
| GET | /news/geographic | $0.02 | Base | USDC | |
| GET | /news/recent | $0.01 | Base | USDC | |
| GET | /news/sentiment | $0.02 | Base | USDC | |
| GET | /news/translingual | $0.03 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /news/entity-graph returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://news-x402.com/news/entity-graph'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xda8a384c99832de7f176a6c21720227ac024e364",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://news-x402.com/news/sentiment",
"mimeType": "application/json",
"description": "Sentiment trajectory over time for a topic across global news"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"topic": "ukraine",
"timespan": "7d"
}
},
"output": {
"type": "json",
"example": {
"topic": "ukraine",
"timeline": [
{
"date": "2026-04-30T00:00:00",
"avg_tone": -2.1
}
],
"timespan": "7d"
}
}
},
"tags": [
"news",
"sentiment",
"tone",
"analytics",
"timeseries",
"gdelt"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"description": "Search query"
},
"country": {
"type": "string",
"description": "Optional ISO country code filter (e.g. US, FR, RU)"
},
"timespan": {
"enum": [
"15min",
"1h",
"4h",
"24h",
"3d",
"7d",
"1w",
"1m",
"3m"
],
"type": "string",
"description": "Time window (default 24h)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"topic",
"timespan",
"timeline"
],
"properties": {
"topic": {
"type": "string"
},
"timeline": {
"type": "array",
"items": {
"type": "object",
"required": [
"date",
"avg_tone"
],
"properties": {
"date": {
"type": "string"
},
"avg_tone": {
"type": "number"
}
}
}
},
"timespan": {
"type": "string"
}
}
}
}
}
}
},
"category": "news",
"discoverable": true
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xda8a384c99832de7f176a6c21720227ac024e364",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://news-x402.com/news/geographic",
"mimeType": "application/json",
"description": "Geographic hotspots where a topic is being reported by source country"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"topic": "earthquake",
"timespan": "24h"
}
},
"output": {
"type": "json",
"example": {
"topic": "earthquake",
"timespan": "24h",
"locations": [
{
"lat": 37.09,
"lng": -95.71,
"name": "United States",
"country_code": "",
"mention_count": 42
}
]
}
}
},
"tags": [
"news",
"geographic",
"geopolitical",
"countries",
"maps",
"gdelt"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"description": "Search query"
},
"timespan": {
"type": "string",
"description": "Time window (default 24h)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"topic",
"timespan",
"locations"
],
"properties": {
"topic": {
"type": "string"
},
"timespan": {
"type": "string"
},
"locations": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"lat",
"lng",
"mention_count"
],
"properties": {
"lat": {
"type": "number"
},
"lng": {
"type": "number"
},
"name": {
"type": "string"
},
"country_code": {
"type": "string"
},
"mention_count": {
"type": "integer"
}
}
}
}
}
}
}
}
}
},
"category": "news",
"discoverable": true
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xda8a384c99832de7f176a6c21720227ac024e364",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://news-x402.com/news/recent",
"mimeType": "application/json",
"description": "Top 25 recent news articles for a topic from GDELT global news"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"hours": 24,
"topic": "bitcoin",
"language": "english"
}
},
"output": {
"type": "json",
"example": {
"topic": "bitcoin",
"articles": [
{
"url": "https://cointelegraph.com/news/...",
"title": "Bitcoin Posts Strongest Monthly Gain",
"source": "cointelegraph.com",
"language": "English",
"image_url": "https://...",
"published_at": "2026-05-03T06:45:00Z",
"source_country": "United States",
"sentiment_score": 1.2
}
],
"total_found": 1,
"timespan_hours": 24
}
}
},
"tags": [
"news",
"articles",
"recent",
"real-time",
"gdelt",
"global"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"topic"
],
"properties": {
"hours": {
"type": "integer",
"maximum": 72,
"minimum": 1,
"description": "Lookback window in hours (default 24, max 72)"
},
"topic": {
"type": "string",
"description": "Search query — keyword or phrase"
},
"language": {
"type": "string",
"description": "Source language filter (default: english). e.g. spanish, french, arabic, chinese"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"topic",
"timespan_hours",
"total_found",
"articles"
],
"properties": {
"topic": {
"type": "string"
},
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"source": {
"type": "string"
},
"language": {
"type": "string"
},
"image_url": {
"type": [
"string",
"null"
]
},
"published_at": {
"type": "string"
},
"source_country": {
"type": "string"
},
"sentiment_score": {
"type": [
"number",
"null"
]
}
}
}
},
"total_found": {
"type": "integer"
},
"timespan_hours": {
"type": "integer"
}
}
}
}
}
}
},
"category": "news",
"discoverable": true
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xda8a384c99832de7f176a6c21720227ac024e364",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://news-x402.com/news/entity-graph",
"mimeType": "application/json",
"description": "Entity knowledge graph: sentiment trend, geographic distribution, top sources"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"entity": "Elon Musk",
"timespan": "7d"
}
},
"output": {
"type": "json",
"example": {
"entity": "Elon Musk",
"timespan": "7d",
"top_sources": [
{
"domain": "ft.com",
"mention_count": 12
}
],
"top_locations": [
{
"lat": 37.09,
"lng": -95.71,
"name": "United States",
"country_code": "",
"mention_count": 30
}
],
"sentiment_trend": [
{
"date": "2026-04-30T00:00:00",
"avg_tone": -1.5
}
]
}
}
},
"tags": [
"news",
"knowledge-graph",
"entity",
"research",
"analytics",
"gdelt"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"entity"
],
"properties": {
"entity": {
"type": "string",
"description": "Person, organization, or location name"
},
"timespan": {
"type": "string",
"description": "Time window (default 7d)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"entity",
"timespan",
"sentiment_trend",
"top_locations",
"top_sources"
],
"properties": {
"entity": {
"type": "string"
},
"timespan": {
"type": "string"
},
"top_sources": {
"type": "array",
"items": {
"type": "object",
"required": [
"domain",
"mention_count"
],
"properties": {
"domain": {
"type": "string"
},
"mention_count": {
"type": "integer"
}
}
}
},
"top_locations": {
"type": "array"
},
"sentiment_trend": {
"type": "array"
}
}
}
}
}
}
},
"category": "news",
"discoverable": true
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xda8a384c99832de7f176a6c21720227ac024e364",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://news-x402.com/news/translingual",
"mimeType": "application/json",
"description": "Topic coverage grouped by source language across 65 languages"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"hours": 48,
"topic": "AI regulation"
}
},
"output": {
"type": "json",
"example": {
"topic": "AI regulation",
"by_language": [
{
"articles": [
{
"url": "...",
"title": "...",
"source": "...",
"language": "English",
"image_url": null,
"published_at": "...",
"source_country": "US",
"sentiment_score": null
}
],
"language": "English",
"article_count": 12
}
],
"timespan_hours": 48
}
}
},
"tags": [
"news",
"multilingual",
"translingual",
"global",
"languages",
"gdelt"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"topic"
],
"properties": {
"hours": {
"type": "integer",
"maximum": 72,
"minimum": 1,
"description": "Lookback window in hours (default 24, max 72)"
},
"topic": {
"type": "string",
"description": "Search query"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"topic",
"timespan_hours",
"by_language"
],
"properties": {
"topic": {
"type": "string"
},
"by_language": {
"type": "array",
"items": {
"type": "object",
"required": [
"language",
"article_count",
"articles"
],
"properties": {
"articles": {
"type": "array"
},
"language": {
"type": "string"
},
"article_count": {
"type": "integer"
}
}
}
},
"timespan_hours": {
"type": "integer"
}
}
}
}
}
}
},
"category": "news",
"discoverable": true
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/gdelt-news-intelligence-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 5 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/gdelt-news-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/gdelt-news-intelligence-api.svg" alt="GDELT News Intelligence API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/gdelt-news-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/gdelt-news-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/gdelt-news-intelligence-api.svg?data=uptime" alt="GDELT News Intelligence API uptime on x402-list" height="28"> </a>