Returns a list of environmental health risks based on location and selected IDs.
Bearer YOUR_API_KEY
{latitude},{longitude}
.ids
are:sunburn
high-altitude
heat-illness
breathing-problems
frostbite
hypothermia
lightning
risks
array. Each object in the array represents a specific risk and includes an id
, a title
, a score
, and a list of tips
.
Enter your API key
The latitude and longitude, formatted as {latitude},{longitude}
.
A comma-separated list of environmental risk IDs.
Comma-separated list of sections to exclude from the response. Options: tips
, summary
, score
A list of environmental risks.
The response is of type object
.