Returns a list of wildlife-related risks based on location and selected IDs.
Bearer YOUR_API_KEY
{latitude},{longitude}
.ids
are:bears
venomous-snakes
mosquitoes
ticks
responseId
and a risks
array. Each object in the array represents a specific wildlife risk and includes an id
, a title
, a score
, and a list of tips
.
The latitude and longitude, formatted as {latitude},{longitude}
.
A comma-separated list of wildlife risk IDs.
Comma-separated list of sections to exclude from the response. Options: tips
, summary
, score
A list of wildlife risks.
The response is of type object
.