cURL
Current Risks
Get Environmental
Returns a list of environmental health risks based on location and selected IDs.
GET
cURL
This endpoint allows you to check for various outdoor health risks based on a specific location. You can check for all environmental risks or specify particular ones.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.
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 risk IDs to check. If you do not provide this, all risks will be checked.
The available
ids are:sunburnhigh-altitudeheat-illnessbreathing-problemsfrostbitehypothermialightning
Response
The response is a JSON object containing arisks array. Each object in the array represents a specific 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 risk objects.
Example
Request
Response
Authorizations
Enter your API key
Query Parameters
The latitude and longitude, formatted as {latitude},{longitude}.
A comma-separated list of environmental risk IDs.
Comma-separated list of sections to exclude from the response. Options: tips, summary, score

