cURL
Current Risks
Get Plants
Returns a list of plant-related risks based on location and selected IDs.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.goes.health/llms.txt
Use this file to discover all available pages before exploring further.
Coming Soon — This endpoint is under development and will be available at a future date.
Request
Headers
Your API key for authentication. Format:
Bearer YOUR_API_KEYQuery Parameters
The latitude and longitude for the location to check, formatted as
{latitude},{longitude}.A comma-separated list of plant risk IDs to check. If you do not provide this, all plant risks will be checked.
The available
ids are:poison-sumacpoison-oakpoison-ivy
Response
The response is a JSON object containing aresponseId 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.
A unique identifier for this response. Use this ID if submitting feedback about the response.
An array of plant risk objects.
Example
Request
Response
Query Parameters
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

