x402 List

x402 Protocol Service Directory

GDELT News Intelligence API

Data

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.

first settlement 2026-05-05 · $2.09 all-time · settled via coinbase

BASE URL https://news-x402.com WEBSITE https://news-x402.com ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-06-01 MONITORED SINCE 2026-06-01

ASSESSMENT

updated 3h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 92%
uptime 24h
0%
uptime 7d
0%
uptime 30d
92%
uptime 90d
97.4%
response p95
366ms
avg response
214ms
total checks
1,944

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14), stale (probe failing)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.05 (p53 in Data)
price (min)
$0.01
price (max)
$0.05
category percentile (min)
p53 in Data
category percentile (max)
p62 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.

domain age
85d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-05-17

Identity facts, not a risk score.

traction $0.38 30d · 3 buyers · top buyer 92%
volume 30d
$0.38
buyers 30d
3
settlements 30d
19
first settlement
2026-05-05
last settlement
2026-07-27
top buyer share
92% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
eip155:8453
volume all-time
$2.09
settlements all-time
152
median settlement 30d
$0.02
max settlement 30d
$0.05
settled via
coinbase ($0.38, 19 tx)

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-derived

Provides news intelligence services including entity graphs, geographic analysis, recent articles, sentiment analysis, and translingual coverage.

category
news-intelligence
newssentimentgeographicentity-graphtranslingualosint

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /news/entity-graph $0.05 Base USDC header
GET /news/geographic $0.02 Base USDC header
GET /news/recent $0.01 Base USDC header
GET /news/sentiment $0.02 Base USDC header
GET /news/translingual $0.03 Base USDC header
5 endpoints

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.

// request
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
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. 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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-03 · uptime 6.7% · 176ms avg08-04 · uptime 0.0%08-05 · uptime 0.0%08-06 · uptime 0.0%08-07 · uptime 0.0%08-08 · uptime 0.0%08-09 · uptime 0.0%08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-15 · uptime 100.0% · 236ms avg07-16 · uptime 100.0% · 279ms avg07-17 · uptime 100.0% · 245ms avg07-18 · uptime 100.0% · 178ms avg07-19 · uptime 100.0% · 169ms avg07-20 · uptime 100.0% · 169ms avg07-21 · uptime 100.0% · 219ms avg07-22 · uptime 100.0% · 183ms avg07-23 · uptime 100.0% · 223ms avg07-24 · uptime 100.0% · 243ms avg07-25 · uptime 100.0% · 202ms avg07-26 · uptime 100.0% · 218ms avg07-27 · uptime 100.0% · 213ms avg07-28 · uptime 100.0% · 254ms avg07-29 · uptime 100.0% · 177ms avg07-30 · uptime 100.0% · 188ms avg07-31 · uptime 100.0% · 189ms avg08-01 · uptime 100.0% · 216ms avg08-02 · uptime 100.0% · 218ms avg08-03 · uptime 6.7% · 176ms avg08-04 · uptime 0.0%08-05 · uptime 0.0%08-06 · uptime 0.0%08-07 · uptime 0.0%08-08 · uptime 0.0%08-09 · uptime 0.0%08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-1508-13
30d UPTIME 92%
RESPONSE TIME
07-15 · 236ms avg07-15 · 236ms avg07-16 · 279ms avg07-16 · 279ms avg07-17 · 245ms avg07-17 · 245ms avg07-18 · 178ms avg07-18 · 178ms avg07-19 · 169ms avg07-19 · 169ms avg07-20 · 169ms avg07-20 · 169ms avg07-21 · 219ms avg07-21 · 219ms avg07-22 · 183ms avg07-22 · 183ms avg07-23 · 223ms avg07-23 · 223ms avg07-24 · 243ms avg07-24 · 243ms avg07-25 · 202ms avg07-25 · 202ms avg07-26 · 218ms avg07-26 · 218ms avg07-27 · 213ms avg07-27 · 213ms avg07-28 · 254ms avg07-28 · 254ms avg07-29 · 177ms avg07-29 · 177ms avg07-30 · 188ms avg07-30 · 188ms avg07-31 · 189ms avg07-31 · 189ms avg08-01 · 216ms avg08-01 · 216ms avg08-02 · 218ms avg08-02 · 218ms avg08-03 · 176ms avg08-03 · 176ms avg08-04 · 0ms avg08-04 · 0ms avg08-05 · 0ms avg08-05 · 0ms avg08-06 · 0ms avg08-06 · 0ms avg08-07 · 0ms avg08-07 · 0ms avg08-08 · 0ms avg08-08 · 0ms avg08-09 · 0ms avg08-09 · 0ms avg08-10 · 0ms avg08-10 · 0ms avg08-11 · 0ms avg08-11 · 0ms avg08-12 · 0ms avg08-12 · 0ms avg08-13 · 0ms avg08-13 · 0ms avg07-1508-13
AVG RESP 214ms
PRICE (captured 402, USD)
07-14 · $0.0208-13 · $0.02$0.0207-1408-13

Median across 5 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 97.7% compliance: 100% checks08-04 uptime: 95.6% compliance: 100% checks08-05 uptime: 95.3% compliance: 100% checks08-06 uptime: 95.0% compliance: 100% checks08-07 uptime: 94.7% compliance: 100% checks08-08 uptime: 94.3% compliance: 100% checks08-09 uptime: 93.9% compliance: 100% checks08-10 uptime: 93.5% compliance: 100% checks08-11 uptime: 93.0% compliance: 100% checks08-12 uptime: 92.5% compliance: 100% checks08-13 uptime: 92.0% compliance: 100% checksuptimecompliance07-1508-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
07-15 · $0.0107-16 · $0.0807-18 · $0.0807-20 · $0.0507-23 · $0.0507-24 · $0.0507-26 · $0.0307-27 · $0.03peak $0.0807-1507-27
DISTINCT BUYERS
07-15 · 1 buyer07-16 · 1 buyer07-18 · 1 buyer07-20 · 2 buyers07-23 · 1 buyer07-24 · 1 buyer07-26 · 1 buyer07-27 · 1 buyerpeak 2 buyers07-1507-27

COMPLIANCE

14/14 checks pass · grade A · stale (probe failing)

last 402 captured 2026-06-16 · last up 2026-08-03

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
○ DOWN 67ms bad_status: unexpected HTTP 400
○ DOWN 69ms bad_status: unexpected HTTP 400
○ DOWN 26ms bad_status: unexpected HTTP 400
○ DOWN 74ms bad_status: unexpected HTTP 400
○ DOWN 36ms bad_status: unexpected HTTP 400
○ DOWN 48ms bad_status: unexpected HTTP 400
○ DOWN 102ms bad_status: unexpected HTTP 400
○ DOWN 38ms bad_status: unexpected HTTP 400
○ DOWN 328ms bad_status: unexpected HTTP 400
○ DOWN 191ms bad_status: unexpected HTTP 400
○ DOWN 41ms bad_status: unexpected HTTP 400
○ DOWN 41ms bad_status: unexpected HTTP 400
○ DOWN 157ms bad_status: unexpected HTTP 400
○ DOWN 305ms bad_status: unexpected HTTP 400
○ DOWN 180ms bad_status: unexpected HTTP 400
○ DOWN 53ms bad_status: unexpected HTTP 400
○ DOWN 46ms bad_status: unexpected HTTP 400
○ DOWN 54ms bad_status: unexpected HTTP 400

EMBED THIS BADGE

Show that GDELT News Intelligence API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

GDELT News Intelligence API listed on x402-list
status
GDELT News Intelligence API uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![GDELT News Intelligence API on x402-list](https://x402-list.com/badge/gdelt-news-intelligence-api.svg)](https://x402-list.com/services/gdelt-news-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/gdelt-news-intelligence-api/update.