cURL
Forecasted Risks
Get Forecast Overview
Returns a 48-hour forecast overview of all risks for a given location with default settings.
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.
Simple Request (GET)
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}.Configuration options that control how the response is built.
Example
Advanced Request (POST)
Headers
Your API key for authentication. Format:
Bearer YOUR_API_KEYBody Parameters
The latitude and longitude for the location to check, formatted as
{latitude},{longitude}.Configuration options that control how the response is built.
Information about who is going outside. This object is extensible - you can add custom fields beyond the standard ones listed below.
Example
Response
Both the GET and POST methods return the same response format. The POST method provides more personalized content in the Activity Intelligence field.A unique identifier for this response. Use this ID if submitting feedback about the forecast.
AI-generated summary of the overall 48-hour forecast, personalized to your activity and experience level when using the POST method.
An array of 48 hourly forecast entries.
Query Parameters
The latitude and longitude, formatted as {latitude},{longitude}.
Pattern:
^-?\d+(\.\d+)?,-?\d+(\.\d+)?$Controls the length of the forecast summary text for each hour.
Available options:
brief, standard, detailed Comma-separated list of sections to exclude from the response. Options: alerts, environment, wildlife, plants, activity_intelligence
Response
A 48-hour forecast overview of risks with default settings.

