Skip to main content
Every ambee.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Air Quality

getForecastByLatLng

airQuality.getForecastByLatLng Get the hourly air quality forecast for a latitude/longitude (next 48 hours) Risk: read
Input Output

getHistoryByLatLng

airQuality.getHistoryByLatLng Get hourly historical air quality for a latitude/longitude over a time range Risk: read
Input Output

getHistoryByPostalCode

airQuality.getHistoryByPostalCode Get hourly historical air quality for a postal code over a time range Risk: read
Input Output

getLatestByCity

airQuality.getLatestByCity Get the latest air quality for the stations in a city Risk: read
Input Output

getLatestByCountryCode

airQuality.getLatestByCountryCode Get the latest air quality for the monitoring stations across a country Risk: read
Input Output

getLatestByLatLng

airQuality.getLatestByLatLng Get the latest air quality (AQI and pollutant concentrations) for a latitude/longitude Risk: read
Input Output

getLatestByPostalCode

airQuality.getLatestByPostalCode Get the latest air quality for a postal code and country Risk: read
Input Output

Disasters

getHistoryByContinent

disasters.getHistoryByContinent Get historical natural disasters on a continent over a date range (paginated) Risk: read
Input Output

getHistoryByCountryCode

disasters.getHistoryByCountryCode Get historical natural disasters in a country over a date range (paginated) Risk: read
Input Output

getHistoryByDateRange

disasters.getHistoryByDateRange Get historical natural disasters worldwide over a date range (paginated) Risk: read
Input Output

getHistoryByLatLng

disasters.getHistoryByLatLng Get historical natural disasters near a latitude/longitude over a date range (paginated) Risk: read
Input Output

getLatestByContinent

disasters.getLatestByContinent Get the latest natural disasters on a continent (paginated) Risk: read
Input Output

getLatestByCountryCode

disasters.getLatestByCountryCode Get the latest natural disasters in a country (paginated) Risk: read
Input Output

getLatestByLatLng

disasters.getLatestByLatLng Get the latest natural disasters near a latitude/longitude (paginated) Risk: read
Input Output

Elevation

getByLatLng

elevation.getByLatLng Get the ground elevation at a latitude/longitude Risk: read
Input Output

getByPlace

elevation.getByPlace Get the ground elevation for a named place Risk: read
Input Output

Fire

getLatestByLatLng

fire.getLatestByLatLng Get wildfires detected or reported near a latitude/longitude in the last 7 days Risk: read
Input Output

getLatestByPlace

fire.getLatestByPlace Get wildfires detected or reported near a named place in the last 7 days Risk: read
Input Output

getRiskByLatLng

fire.getRiskByLatLng Get the wildfire risk forecast for a latitude/longitude (up to 4 weeks ahead) Risk: read
Input Output

getRiskByPlace

fire.getRiskByPlace Get the wildfire risk forecast for a named place (up to 4 weeks ahead) Risk: read
Input Output

Geocode

byPlace

geocode.byPlace Geocode a place name or address into coordinates Risk: read
Input Output

reverseByLatLng

geocode.reverseByLatLng Reverse-geocode a latitude/longitude into a human-readable address Risk: read
Input Output

Ili

getForecastByLatLng

ili.getForecastByLatLng Get the daily influenza-like-illness risk forecast for a latitude/longitude Risk: read
Input Output

Pollen

getForecast

pollen.getForecast Get the pollen forecast for a location (48 hours hourly or 120 hours 3-hourly) Risk: read
Input: object
Output

getHistory

pollen.getHistory Get historical pollen counts for a location over a time range Risk: read
Input: object
Output

getLatest

pollen.getLatest Get the latest grass, tree and weed pollen counts and risk levels for a location Risk: read
Input: object
Output

Weather

getForecast

weather.getForecast Get the hourly weather forecast for a latitude/longitude (next 72 hours) Risk: read
Input Output: unknown

getHistory

weather.getHistory Get hourly historical weather for a latitude/longitude over a time range Risk: read
Input Output: unknown

getLatest

weather.getLatest Get current weather conditions (temperature, humidity, wind, UV) for a latitude/longitude Risk: read
Input Output