API Reference Platform Search Weather & Natural Hazards Weather forecasts, historical weather, marine conditions, earthquake data, and active fire detection from Open-Meteo, OpenWeatherMap, USGS, and NASA FIRMS.
4 endpoints
Search Open Meteo POST /api/v1/search/open-meteo
Query Open-Meteo for weather forecasts, historical weather, marine conditions, and air quality at any global location. Free, no API key. Actions: 'forecast' (7-day hourly forecast), 'historical' (date range archive), 'marine' (wave height/direction/period), 'air_quality' (PM2.5, PM10, ozone, NO2).
Search Openweathermap POST /api/v1/search/openweathermap
Query OpenWeatherMap for current weather conditions, 5-day/3-hour forecasts, and location geocoding. Requires free API key. Actions: 'current' (current weather by city name or coordinates), 'forecast' (5-day forecast), 'geocode' (find coordinates for a location name).
Search Usgs Earthquakes POST /api/v1/search/usgs-earthquakes
Query USGS Earthquake Hazards Program for real-time and historical earthquake data (GeoJSON). Actions: 'search' (events by magnitude, location, date range — supports bounding box and radius), 'count' (count matching events). Global coverage, updated in near real-time.
Search Nasa Firms POST /api/v1/search/nasa-firms
Query NASA FIRMS for near real-time active fire and thermal anomaly detections from MODIS and VIIRS satellite instruments. Detects fires, military activity (thermal signatures from explosions, burning vehicles/equipment), industrial events, and environmental disasters. Global coverage updated multiple times daily. Actions: 'area_query' (fires within a geographic bounding box), 'country_query' (fires by country ISO3 code). Returns latitude, longitude, brightness, fire radiative power (FRP), confidence, satellite, and acquisition time for each detection.