City Weather Climate Api avatar

City Weather Climate Api

Pricing

from $1.00 / 1,000 results

Go to Apify Store
City Weather Climate Api

City Weather Climate Api

Get current weather, hourly forecasts, and 7-day daily forecasts for any city worldwide. Search by city name, coordinates, or get weather for the top cities in any country. Covers 4.4 million+ cities with zero setup.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

HappiTap

HappiTap

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

🌤️ City Weather & Climate API

Get current weather, hourly forecasts, and 7-day daily forecasts for any city worldwide. Search by city name, coordinates, or get weather for the top cities in any country. Covers 4.4 million+ cities with zero setup.

What can this Actor do?

  • Weather by city name — Type any city name and get instant weather data
  • Weather by coordinates — Enter lat/lng to get weather for the nearest city
  • Weather for top cities in a country — Get weather for the biggest cities in any country at once
  • Weather for multiple cities — Provide a list of cities and get weather for all of them in one run

What weather data do you get?

Current weather

FieldDescription
TemperatureCurrent and feels-like temperature (°C or °F)
Weather conditionClear, cloudy, rain, snow, thunderstorm, etc.
HumidityRelative humidity percentage
WindSpeed, direction, and gusts (km/h, mph, m/s, or knots)
PrecipitationRain and snowfall amounts
Cloud coverCloud coverage percentage

Hourly forecast (48 hours)

Temperature, humidity, precipitation, wind, and conditions for every hour over the next 2 days.

Daily forecast (7 days)

High/low temperatures, sunrise/sunset times, total precipitation, and wind for each day of the week.

How to use

Get current weather for a city

{
"searchMode": "CITY_NAME",
"cityName": "Tokyo",
"forecastType": "current"
}

Get 7-day forecast for New York in Fahrenheit

{
"searchMode": "CITY_NAME",
"cityName": "New York",
"forecastType": "daily",
"temperatureUnit": "fahrenheit",
"windSpeedUnit": "mph"
}

Weather at specific coordinates

{
"searchMode": "COORDINATES",
"latitude": 48.8566,
"longitude": 2.3522,
"forecastType": "all"
}

Weather for top 10 cities in India

{
"searchMode": "COUNTRY_TOP_CITIES",
"countryName": "India",
"topCitiesCount": 10,
"forecastType": "current"
}

Weather for multiple cities at once

{
"searchMode": "MULTIPLE_CITIES",
"cityNames": ["London", "Paris", "Berlin", "Rome", "Madrid"],
"forecastType": "all"
}

Options

  • Temperature unit — Celsius (°C) or Fahrenheit (°F)
  • Wind speed unit — km/h, mph, m/s, or knots
  • Forecast type — Current only, hourly (48h), daily (7 days), or all combined

Use cases

  • Travel planning — Check weather conditions before booking trips
  • Event planning — Monitor forecasts for outdoor events across multiple cities
  • Logistics & shipping — Track weather conditions along delivery routes
  • Agriculture — Monitor precipitation and temperature for farming regions
  • News & media — Aggregate weather data for reporting across cities
  • Remote team coordination — See current conditions across team locations worldwide