cURL
curl --request GET \ --url https://api.example.com/api/climate/v1/list-climate-news
{ "items": [ { "id": "<string>", "title": "<string>", "url": "<string>", "sourceName": "<string>", "publishedAt": 123, "summary": "<string>" } ], "fetchedAt": 123 }
ListClimateNews retrieves latest climate/environment intelligence headlines from seeded RSS feeds.
Successful response
Show child attributes
Warning: Values > 2^53 may lose precision in JavaScript
Was this page helpful?