Skip to main content
GET
cURL
Coming Soon — This endpoint is under development and will be available at a future date.
Get a 48-hour, hour-by-hour forecast that consolidates environmental, wildlife, and plant risks, plus active weather alerts, into a single summarized view. Available in two formats: a simple cacheable GET request, or an advanced POST request with full personalization options.

Simple Request (GET)

Headers

Authorization
string
required
Your API key for authentication. Format: Bearer YOUR_API_KEY

Query Parameters

location
string
required
The latitude and longitude for the location to check, formatted as {latitude},{longitude}.
options
object
Configuration options that control how the response is built.

Example

Advanced Request (POST)

Headers

Authorization
string
required
Your API key for authentication. Format: Bearer YOUR_API_KEY

Body Parameters

location
string
required
The latitude and longitude for the location to check, formatted as {latitude},{longitude}.
options
object
Configuration options that control how the response is built.
profile
object
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.
responseId
string
A unique identifier for this response. Use this ID if submitting feedback about the forecast.
activity_intelligence
string
AI-generated summary of the overall 48-hour forecast, personalized to your activity and experience level when using the POST method.
forecast
array
An array of 48 hourly forecast entries.

Query Parameters

location
string
required

The latitude and longitude, formatted as {latitude},{longitude}.

Pattern: ^-?\d+(\.\d+)?,-?\d+(\.\d+)?$
options.length
enum<string>
default:standard

Controls the length of the forecast summary text for each hour.

Available options:
brief,
standard,
detailed
options.exclude
string

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.

responseId
string<uuid>
required

A unique identifier for this response

activity_intelligence
string
required

AI-generated summary of the overall 48-hour forecast

forecast
object[]
required

48 entries (hourly) each containing risk details and alerts.