Zoom: Get Weather Forecast
Zoom via Parse · weather
Get weather forecast for a specific location by coordinates. Supports daily (5-day) and hourly forecasts with temperature and conditions. Daily returns one entry per day with condition code and min/max temperature. Hourly returns detailed per-hour data including cloud cover, rain, snow, wind, humidity, and pressure from the ICON or GFS model. Access weather forecasts, satellite imagery metadata, tropical storm tracking, active fire data, and weather model information from Zoom Earth's environmental data platform. Fulfilled by Parse from zoom.earth.
- government-public
- maps-geo
- parse
- platform-key
- weather
- zoom
- zoom-earth
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/5894c1c2-3268-4321-88e7-0ff2549295ac/get_weather_forecast
- Interface artifact
- sha256:a317aab0c541567d7948fe1d033e3a2322f5e0d56a02d4f8b92d1221e61849fc
- Manifest digest
- sha256:ae8ad75e4bac5c1da220243ee65c181b44a5fa46becbdc8bba11246b8c3ed091
Request fields
- latitude (number, required): Latitude of the location (-90 to 90)
- longitude (number, required): Longitude of the location (-180 to 180)
- forecast_type (string): Forecast type: 'daily' (5-day summary) or 'hourly' (detailed hourly): Allowed values: daily, hourly
Example queries
- {"latitude":"35.68","longitude":"139.76","forecast_type":"daily"}