Discover/zoom.earth API
live

zoom.earth APIzoom.earth

Access Zoom Earth weather forecasts, satellite imagery timestamps, tropical storm tracks, active fire data, and weather model parameters via a structured API.

Endpoints
8
Updated
14d ago
Try it
Search query (place name, storm name, or fire name)
api.parse.bot/scraper/5894c1c2-3268-4321-88e7-0ff2549295ac/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/5894c1c2-3268-4321-88e7-0ff2549295ac/search_places' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "query": "New York"
}'
All endpoints · 8 totalclick to expand

Search for places, storms, or fires on Zoom Earth. Returns matching locations with coordinates, zoom levels, and paths.

Input
ParamTypeDescription
queryrequiredstringSearch query (place name, storm name, or fire name)
Response
{
  "type": "object",
  "fields": {
    "query": "string — the search query submitted",
    "total": "integer — number of results returned",
    "results": "array of search result objects with title, lat, lon, zoom, path, marker fields"
  },
  "sample": {
    "data": {
      "query": "New York",
      "total": 12,
      "results": [
        {
          "lat": 42.9538,
          "lon": -75.5268,
          "path": "/places/united-states/new-york/",
          "zoom": 7,
          "title": "New York, United States",
          "marker": false
        },
        {
          "lat": 40.712728,
          "lon": -74.006015,
          "path": "/places/united-states/new-york-city/",
          "zoom": 7,
          "title": "New York City, New York, United States",
          "marker": true
        }
      ]
    },
    "status": "success"
  }
}

About the zoom.earth API

The Zoom Earth API exposes 8 endpoints covering live environmental data including weather forecasts, satellite imagery metadata, tropical storm tracking, and active fire listings. The get_active_storms endpoint returns full track histories, uncertainty cones, wind speed, and pressure readings for every currently active cyclone. Alongside that, get_weather_forecast delivers 5-day daily or hourly forecast data keyed to any lat/lon coordinate pair.

Weather Forecasts and Location Search

The get_weather_forecast endpoint accepts latitude and longitude inputs and returns either a daily object (5-day summaries with date, condition, and temperature) or an hourly object with fine-grained time-series data, depending on the forecast_type parameter. Response metadata includes the resolved timeZone for the queried coordinates. To find coordinates for a named location first, search_places accepts a free-text query — a city name, storm name, or fire name — and returns results with lat, lon, zoom, and path fields.

Satellite Imagery and Weather Model Data

get_satellite_times reports available imagery timestamps across five sources: GOES-West, GOES-East, MTG, MSG, and Himawari. For geocolor data, the response includes per-satellite total_images, earliest_timestamp, and latest_timestamp. Other satellite_type values such as radar, icon, gfs, and gibs return a data object with raw metadata. The get_weather_model_data endpoint covers the ICON and GFS models and returns per-parameter timestamp ranges (earliest, latest, total_timestamps) plus a parameters array listing available fields such as precipitation, wind speed, wind gusts, temperature, humidity, dew point, and pressure.

Tropical Storms and Active Fires

get_active_storms returns every currently active tropical storm and cyclone, including full track arrays (each point carries date, coordinates, wind speed, and pressure), cone polygon coordinates for the uncertainty envelope, and a disturbances array for developing systems. During quiet seasons the storms and disturbances arrays return empty. Individual storm detail is available via get_storm_details using a storm ID from the active_storm_ids array. get_active_fires covers wildfires and prescribed burns worldwide, returning each fire's coordinate, admin region, countryCode, type, and date, with top-level counts split between wildfires and prescribed_burns.

Platform Status

get_platform_status exposes the current server Unix timestamp, an outages object that includes a radar status field, and a notifications array. This is useful for detecting data gaps before querying imagery or forecast endpoints.

Common use cases
  • Display a 5-day weather forecast widget for any coordinates using the daily response from get_weather_forecast.
  • Plot active tropical storm tracks and uncertainty cones on a map using cone and track arrays from get_storm_details.
  • Build a wildfire monitoring dashboard using fire coordinates, country codes, and type breakdowns from get_active_fires.
  • Check satellite image availability windows before rendering a timelapse by querying get_satellite_times for a specific satellite source.
  • Resolve a city name to lat/lon for downstream forecast queries using the lat and lon fields returned by search_places.
  • Monitor ICON or GFS model update cadence by inspecting earliest and latest timestamp ranges per parameter from get_weather_model_data.
  • Suppress data requests during known outages by checking the outages and radar status fields from get_platform_status.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Zoom Earth offer an official developer API?+
Zoom Earth does not publish a documented public developer API. This Parse API provides structured access to the environmental data available on zoom.earth.
What does get_active_storms return when there are no active storms?+
When no tropical cyclones are currently active, the storms, disturbances, and active_storm_ids fields all return empty arrays and total is 0. The endpoint still returns a valid response — callers should check total before processing.
Does get_weather_forecast return historical weather data?+
No. The endpoint returns forward-looking forecast data only — either a 5-day daily summary or an hourly series — for the supplied coordinates. Historical weather records are not currently covered. You can fork this API on Parse and revise it to add a historical-data endpoint if that capability becomes available.
Can I filter active fires by country or region?+
The get_active_fires endpoint returns all active fires worldwide in a single response; each fire object includes countryCode and admin fields that you can filter client-side. There is no server-side filtering parameter currently. You can fork the API on Parse and revise it to add country or bounding-box filter inputs.
What satellite sources does get_satellite_times cover, and does it return actual image tiles?+
For the geocolor type it returns timestamp metadata for GOES-West, GOES-East, MTG, MSG, and Himawari — each with total_images, earliest_timestamp, and latest_timestamp. It does not return image tile URLs or binary image data. The API covers metadata only; you can fork it on Parse and revise to add tile URL construction if needed.
Page content last updated . Spec covers 8 endpoints from zoom.earth.
Related APIs in WeatherSee all →
sentinel-hub.com API
Access satellite imagery from around the world and retrieve spectral band data, timestamps, and geographic coverage information to analyze Earth observation data. Process and generate statistics from satellite images for your specific areas of interest using powerful image processing tools.
openweathermap.org API
Search for cities and retrieve live weather conditions and forecasts (current, minutely precipitation, hourly and daily) by coordinates or by city name.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
weatherspark.com API
Get historical weather data, current METAR reports, and monthly climate summaries for any location by searching WeatherSpark's comprehensive weather database. Access detailed weather insights including temperature trends, precipitation patterns, and atmospheric conditions to power weather-dependent applications and analysis.
breckenridge.com API
Check real-time snow conditions, weather forecasts, lift operations, and trail status at Breckenridge Ski Resort to plan your day on the mountain. View live mountain cameras and get up-to-the-minute updates on slopes, lifts, and weather before you head out.
surfline.com API
Check real-time surf conditions, forecasts for waves and wind, tide predictions, and live camera feeds from thousands of surf spots around the world. Browse spots by geographic region and access detailed weather data to plan your perfect surfing session.
ingres.iith.ac.in API
Access groundwater resource estimation data across India at multiple geographic levels—from national summaries down to block-level details—and search specific locations to track groundwater availability and assessment trends. View historical assessment years and generate reports to analyze groundwater resources by state, district, or region.
energy-charts.de API
Monitor real-time electricity prices, production data, and market forecasts across Germany and Europe to track energy costs and grid conditions. Access day-ahead and intraday pricing, power generation forecasts, cross-border trading flows, and traffic signal alerts for comprehensive energy market insights.