menu

APIS

search

API Playground

Introduction

This interactive environment allows you to test Ambee APIs live, giving you hands-on experience with our data offerings. Before you begin, ensure you have an API key. To know more about API Keys, please visit the API keys section.

Explore endpoints

Our endpoints section details all available endpoints. The documentation for each endpoint includes the required parameters and the response structure you can expect.

GET
https://api.ambeedata.com/forecast/pollen/by-place
HEADERS
requiredvisibility
Signup/login on API dashboard and copy your API key from the home page. Learn more if you have any doubts.
Response can be modified as per your language choice.
PARAMETERS
required
Name of the location to be searched.
Returns sub species level risk evaluation for regions that currently support sub species data (Allowed Value: True | False)
Response
Request
RESPONSE CODE
{ "message": "success", "lat": 38.57944, "lng": -121.49086, "data": [ { "time": 1728730800, "timezone": "America/Los_Angeles", "Species": { "Grass": { "Grass / Poaceae": 0 }, "Others": 0, "Tree": { "Ash": 0, "Birch": 0, "Cypress / Juniper / Cedar": 0, "Elm": 0, "Maple": 0, "Mulberry": 0, "Oak": 0, "Pine": 0, "Poplar / Cottonwood": 0 }, "Weed": { "Ragweed": 24 } }, "Risk": { "grass_pollen": "Low", "tree_pollen": "Low", "weed_pollen": "Moderate" }, "Count": { "grass_pollen": 0, "tree_pollen": 0, "weed_pollen": 24 }, "updatedAt": "2024-10-12 10:00:00" } ] }

Previous

arrow

Overview


Was this page helpful?
happy-emoji

Yes

sad-emoji

No