Skip to main content

Weather

Live conditions for 12 Indian cities โ€” or any custom coordinates (lat/lon).

Endpointsโ€‹

GET/weather?city=kolkata
City forecast (default: kolkata).
GET/weather?lat=28.61&lon=77.21
Custom coordinates โ€” lon, lan ya lng teeno chalte hain.

Query Parametersโ€‹

ParameterTypeDefaultRequiredDescription
citystringkolkataโŒCity name (see list below)
latnumberโ€”โŒCustom latitude (-90 to 90)
lon / lan / lngnumberโ€”โŒCustom longitude (-180 to 180)

Available Citiesโ€‹

CityCityCity
kolkatamumbaidelhi
chennaibangalorehyderabad
punejaipurlucknow
ahmedabadguwahatibhopal

Exampleโ€‹

curl "https://api.apimitra.in/weather?city=kolkata"
{
"status": "ok",
"api": "weather",
"city": "kolkata",
"location": { "lat": 22.57, "lon": 88.36 },
"temperature": { "value": 29.6, "unit": "ยฐC" },
"humidity": { "value": 85, "unit": "%" },
"wind_speed": { "value": 5, "unit": "km/h" },
"condition": { "code": 3, "description": "Overcast" }
}

Custom Coordinatesโ€‹

curl "https://api.apimitra.in/weather?lat=28.61&lon=77.21"
curl "https://api.apimitra.in/weather?lat=19.08&lan=72.88"
curl "https://api.apimitra.in/weather?lat=13.08&lng=80.27"

Weather Codesโ€‹

CodeDescriptionCodeDescription
0Clear sky61Light rain
1Mainly clear63Rain
2Partly cloudy65Heavy rain
3Overcast80Light showers
45Foggy95Thunderstorm
51Light drizzle99Thunderstorm + heavy hail