Back to catalog

weather-api

Free

A RESTful free API to check the weather

WeatherHTTPSNo API key required

New York, NY

Partly Cloudy

LocationNew York, NY
Temperature C18.4
ConditionPartly Cloudy
Humidity Percent62
Wind Kph14.8

Sample Response

response.json
1{
2 "location": "New York, NY",
3 "temperature_c": 18.4,
4 "condition": "Partly Cloudy",
5 "humidity_percent": 62,
6 "wind_kph": 14.8
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://github.com/robertoduessmann/weather-api"
View Documentation

Similar APIs