cURL
curl --request GET \ --url https://api.example.com/api/positive-events/v1/list-positive-geo-events
{ "events": [ { "latitude": 123, "longitude": 123, "name": "<string>", "category": "<string>", "count": 123, "timestamp": 123 } ] }
ListPositiveGeoEvents retrieves geocoded positive news events from GDELT GEO API.
Successful response
Show child attributes
Was this page helpful?