post https://api.tomorrow.io/v4/insights
Recipes
Set Up Alerts with Custom Weather Conditions
Open Recipe
Log in to see full request history
Note:
Insight endpoint units are in Metric
Response
Note:
Insight endpoint units are in Metric
xxxxxxxxxx
11curl --request POST \
--url https://api.tomorrow.io/v4/insights \
--compressed \
--header 'Accept-Encoding: gzip' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"severity": "unknown"
}
'
xxxxxxxxxx
10{
"data": {
"insight": {
"id": "38f689d83c264eb0b084ba095f2ea332",
"name": "Safety Warning",
"conditions": {conditions},
"createdAt": "2020-05-10T06:49:34+0000"
}
}
}