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.

UPTIME 24H 100% 7D 100% 30D 100%
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 2h ago

Evidence-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.

jump to compliance checklist

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

Provides news intelligence through entity graphs, geographic data, recent articles, sentiment analysis, and translingual coverage.

category
news-intelligence
newssentimentgeographicentity-graphtranslingualintelligence

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

UPTIME

06-20 · uptime 100.0% · 155ms avg06-21 · uptime 100.0% · 149ms avg06-22 · uptime 100.0% · 173ms avg06-23 · uptime 100.0% · 193ms avg06-24 · uptime 100.0% · 157ms avg06-25 · uptime 100.0% · 108ms avg06-26 · uptime 100.0% · 117ms avg06-27 · uptime 100.0% · 144ms avg06-28 · uptime 100.0% · 140ms avg06-29 · uptime 100.0% · 213ms avg06-30 · uptime 100.0% · 158ms avg07-01 · uptime 100.0% · 122ms avg07-02 · uptime 100.0% · 90ms avg07-03 · uptime 100.0% · 133ms avg07-04 · uptime 100.0% · 95ms avg07-05 · uptime 100.0% · 102ms avg07-06 · uptime 100.0% · 93ms avg07-07 · uptime 100.0% · 136ms avg07-08 · uptime 100.0% · 146ms avg07-09 · uptime 100.0% · 166ms avg07-10 · uptime 100.0% · 162ms avg07-11 · uptime 100.0% · 163ms avg07-12 · uptime 100.0% · 145ms avg07-13 · uptime 100.0% · 141ms avg07-14 · uptime 100.0% · 258ms avg07-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% · 166ms avg06-2007-19
RESPONSE TIME
06-20 · 155ms avg06-20 · 155ms avg06-21 · 149ms avg06-21 · 149ms avg06-22 · 173ms avg06-22 · 173ms avg06-23 · 193ms avg06-23 · 193ms avg06-24 · 157ms avg06-24 · 157ms avg06-25 · 108ms avg06-25 · 108ms avg06-26 · 117ms avg06-26 · 117ms avg06-27 · 144ms avg06-27 · 144ms avg06-28 · 140ms avg06-28 · 140ms avg06-29 · 213ms avg06-29 · 213ms avg06-30 · 158ms avg06-30 · 158ms avg07-01 · 122ms avg07-01 · 122ms avg07-02 · 90ms avg07-02 · 90ms avg07-03 · 133ms avg07-03 · 133ms avg07-04 · 95ms avg07-04 · 95ms avg07-05 · 102ms avg07-05 · 102ms avg07-06 · 93ms avg07-06 · 93ms avg07-07 · 136ms avg07-07 · 136ms avg07-08 · 146ms avg07-08 · 146ms avg07-09 · 166ms avg07-09 · 166ms avg07-10 · 162ms avg07-10 · 162ms avg07-11 · 163ms avg07-11 · 163ms avg07-12 · 145ms avg07-12 · 145ms avg07-13 · 141ms avg07-13 · 141ms avg07-14 · 258ms avg07-14 · 258ms avg07-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 · 166ms avg07-19 · 166ms avg06-2007-19
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 162ms
TOTAL CHECKS 2,693

RECENT CHECKS

TIME STATUS RESP
● OK 195ms
● OK 162ms
● OK 129ms
● OK 144ms
● SLOW 251ms
● OK 213ms
● OK 122ms
● OK 138ms
● OK 114ms
● OK 216ms
● OK 152ms
● OK 143ms
● OK 107ms
● OK 198ms
● OK 159ms
● OK 124ms
● OK 200ms
● OK 148ms

OVER TIME

All charts share the 30d 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).

PRICE (captured 402, USD)
06-19 · $0.0207-19 · $0.02$0.0206-1907-19

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

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-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% checksuptimecompliance07-1307-19
VOLUME (on-chain settlement, USD)
06-19 · $0.0306-20 · $0.0106-21 · $0.0706-22 · $0.0507-08 · $0.0807-11 · $0.0707-15 · $0.0107-16 · $0.0807-18 · $0.08peak $0.0806-1907-18
DISTINCT BUYERS
06-19 · 2 buyers06-20 · 1 buyer06-21 · 2 buyers06-22 · 1 buyer07-08 · 1 buyer07-11 · 1 buyer07-15 · 1 buyer07-16 · 1 buyer07-18 · 1 buyerpeak 2 buyers06-1907-18

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

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 ]