Weather API with other stuff like Astronomy and Geolocation API
WeatherAPI
1{2 "location": "London, United Kingdom",3 "temperature": "48F (9C)",4 "condition": "Overcast",5 "feelsLike": "44F (7C)",6 "uvIndex": "2 (Low)"7}1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.weatherapi.com/" \2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"