Returns a list of plant-related risks based on location and selected IDs.
Bearer YOUR_API_KEY
{latitude},{longitude}
.ids
are:poison-sumac
poison-oak
poison-ivy
responseId
and a risks
array. Each object in the array represents a specific plant 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 plant risk IDs.
Comma-separated list of sections to exclude from the response. Options: tips
, summary
, score
A list of plant risks.
The response is of type object
.