Skip to main content
GET
/
api
/
climate
/
v1
/
list-climate-news
ListClimateNews
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
}

Response

Successful response

items
object[]
fetchedAt
integer<int64>

Warning: Values > 2^53 may lose precision in JavaScript