Private BetaFound a bug or have feedback? Share it →

Weather

Real-time weather data worldwide. Pass latitude and longitude to get current conditions. Free via Open-Meteo, no API key required. Use the geocoding API to convert a city name to coordinates.

Healthy
WeatherNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/weather

Authenticate with X-Api-Key: chk_live_... header.

GET/current

Parameters

NameTypeRequiredDescription
latitudenumberrequiredLatitude (-90 to 90). Use the geocoding API to convert a city name to coordinates.
longitudenumberrequiredLongitude (-180 to 180).

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/weather/current?latitude={latitude}&longitude={longitude}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "time": "example",
    "is_day": "example",
    "weathercode": "example",
    "temperature_c": "example",
    "winddirection": "example"
  }
}

Try it live

No setup required. Sign in and run Weather directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
weather API Documentation — API Clearinghouse