Back to catalog

WeatherAPI

API Key

Weather API with other stuff like Astronomy and Geolocation API

WeatherHTTPSCORS enabled

London Weather

WeatherAPI

LocationLondon, United Kingdom
Temperature48F (9C)
ConditionOvercast
Feels Like44F (7C)
Uv Index2 (Low)

Sample Response

response.json
1{
2 "location": "London, United Kingdom",
3 "temperature": "48F (9C)",
4 "condition": "Overcast",
5 "feelsLike": "44F (7C)",
6 "uvIndex": "2 (Low)"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.weatherapi.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs