Zephiel API

Weather Forecast

Free tier

Hourly forecasts, 40 years of history, and severe-weather alerts.

4.812 reviewsby Zephiel Labs46k subscribers
weatherforecastclimatealertshistorical

Starts at

$10/mo

Choose a plan

Create a free account to subscribe.

Latency
62ms
Uptime
99.98%
Endpoints
4

About this API

A blended model drawing on national meteorological services and proprietary observation stations. Query by coordinates, city, postcode, or IP for current conditions, 14-day hourly forecasts, historical archives, and government alert feeds.

Common use cases

Logistics routing
Agriculture planning
Event scheduling
Energy demand forecasting

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/weather-forecast/current" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "location": { "name": "Lagos", "country": "NG" },
  "current": {
    "temp_c": 29.4,
    "condition": "Partly cloudy",
    "humidity": 78,
    "wind_kph": 14.8,
    "uv": 7
  }
}

Related APIs in Weather