{"uid":"cap_k24DS45EynZc1vGd4HnL9","slug":"gdelt-news-geographic-intelligence-endpoint-97920d62","name":"GDELT News Geographic Intelligence Endpoint","description":"AI-friendly JSON API for global news intelligence. Built on GDELT (free public source), optimized for AI agents — clean responses, 5 use-case endpoints, parallel-aggregated entity graphs, no rate limits, no API keys. Pay-per-query in USDC on Base mainnet via x402.","url":"https://gdelt-x402-api.planbdj.workers.dev/news/geographic","method":"POST","headers":{},"bodySchema":{"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","HEAD","DELETE"],"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"}}}}}}}}}},"responseSchema":{"type":"json","example":{"topic":"earthquake","timespan":"24h","locations":[{"lat":37.09,"lng":-95.71,"name":"United States","country_code":"","mention_count":42}]}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_migpa15hi-OsCod2OT9LS","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns a geographic breakdown of news mentions for a given topic and timespan, mapping where in the world a story is being reported","exampleAgentPrompt":"Show me where in the world the earthquake story is being covered most heavily over the last 24 hours — I want a breakdown of locations with mention counts so I can see which countries are at the center of the news.","exampleUseCases":[{"title":"Geopolitical conflict coverage mapping","prompt":"I want to know where the Ukraine conflict is generating the most news coverage right now — give me a geographic breakdown of locations being mentioned in the last 48 hours with their mention counts."},{"title":"Natural disaster news hotspot tracking","prompt":"There was a major flood in Southeast Asia recently — can you show me which specific locations and countries are appearing most in global news coverage about it over the past 24 hours?"},{"title":"Election news geographic spread analysis","prompt":"For the topic of 'Brazil election', show me which countries and regions around the world are covering it most heavily in the last 6 hours, with coordinates and mention counts."}],"resultDescription":"Returns a JSON array of location objects, each containing the place name, latitude, longitude, country code, and the number of times that location was mentioned in news coverage of the specified topic within the given timespan. Useful for building geographic heatmaps or understanding where a story is physically centered.","failureModes":["Missing or empty topic parameter returns an error","Invalid timespan format may produce empty or error response","Very obscure topics may return zero location results","Network timeouts possible if GDELT upstream is slow","Payment failure via x402 will block the request before it reaches the API logic"],"whenToPreferThis":"Choose this endpoint when you need to understand the geographic distribution of news coverage for a specific topic — i.e., which places on a map are being mentioned in conjunction with a story. Prefer this over general news search endpoints when the user's goal is spatial or cartographic (e.g., building a heatmap, identifying conflict zones, tracking disaster spread). It is ideal for AI agents that need structured lat/lng data with mention frequency rather than raw article text.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:42:14.126Z","isFirstParty":false}