curl --request GET \
--url https://api.example.com/api/natural/v1/list-natural-events{
"events": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"category": "<string>",
"categoryTitle": "<string>",
"lat": 123,
"lon": 123,
"date": 123,
"magnitude": 123,
"magnitudeUnit": "<string>",
"sourceUrl": "<string>",
"sourceName": "<string>",
"closed": true,
"stormId": "<string>",
"stormName": "<string>",
"basin": "<string>",
"stormCategory": 123,
"classification": "<string>",
"windKt": 123,
"pressureMb": 123,
"movementDir": 123,
"movementSpeedKt": 123,
"forecastTrack": [
{
"lat": 123,
"lon": 123,
"hour": 123,
"windKt": 123,
"category": 123
}
],
"conePolygon": [
{
"points": [
{
"lon": 123,
"lat": 123
}
]
}
],
"pastTrack": [
{
"lat": 123,
"lon": 123,
"windKt": 123,
"timestamp": 123
}
]
}
]
}curl --request GET \
--url https://api.example.com/api/natural/v1/list-natural-events{
"events": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"category": "<string>",
"categoryTitle": "<string>",
"lat": 123,
"lon": 123,
"date": 123,
"magnitude": 123,
"magnitudeUnit": "<string>",
"sourceUrl": "<string>",
"sourceName": "<string>",
"closed": true,
"stormId": "<string>",
"stormName": "<string>",
"basin": "<string>",
"stormCategory": 123,
"classification": "<string>",
"windKt": 123,
"pressureMb": 123,
"movementDir": 123,
"movementSpeedKt": 123,
"forecastTrack": [
{
"lat": 123,
"lon": 123,
"hour": 123,
"windKt": 123,
"category": 123
}
],
"conePolygon": [
{
"points": [
{
"lon": 123,
"lat": 123
}
]
}
],
"pastTrack": [
{
"lat": 123,
"lon": 123,
"windKt": 123,
"timestamp": 123
}
]
}
]
}Was this page helpful?