cURL
curl --request GET \ --url https://api.example.com/api/climate/v1/list-climate-disasters
{ "disasters": [ { "id": "<string>", "type": "<string>", "name": "<string>", "country": "<string>", "countryCode": "<string>", "lat": 123, "lng": 123, "severity": "<string>", "startedAt": 123, "status": "<string>", "affectedPopulation": 123, "source": "<string>", "sourceUrl": "<string>" } ], "pagination": { "nextCursor": "<string>", "totalCount": 123 } }
ListClimateDisasters retrieves climate-relevant disaster events from seeded data.
Maximum items per page (1-100).
Cursor for next page.
Successful response
ListClimateDisastersResponse contains climate disaster events.
Show child attributes
PaginationResponse contains pagination metadata returned alongside list results.
Was this page helpful?