Skip to main content
GET
cURL
Coming Soon — This endpoint is under development and will be available at a future date.
This endpoint allows you to check for wildlife-related health risks based on a specific location. You can check for all wildlife risks or specify particular ones.

Request

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}.
ids
string
A comma-separated list of wildlife risk IDs to check. If you do not provide this, all wildlife risks will be checked. The available ids are:
  • bears
  • venomous-snakes
  • mosquitoes
  • ticks

Response

The response is a JSON object containing a responseId and a risks array. Each object in the array represents a specific wildlife risk and includes an id, a title, a score, and a list of tips.
responseId
string
A unique identifier for this response. Use this ID if submitting feedback about the response.
risks
array
An array of risk objects.

Example

Request

Response

Query Parameters

location
string
required

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

ids
string

A comma-separated list of wildlife risk IDs.

exclude_risk_fields
string

Comma-separated list of sections to exclude from the response. Options: tips, summary, score

Response

A list of wildlife risks.

responseId
string<uuid>

A unique identifier for this response

risks
object[]