Back to catalog

HG Weather

API Key

Provides weather forecast data for cities in Brazil

WeatherHTTPSCORS enabled

HG Weather

Brazilian Weather Conditions

CitySão Paulo
Temperature24
DescriptionParcialmente nublado
Humidity72
Wind Speedy11 km/h

Sample Response

response.json
1{
2 "city": "São Paulo",
3 "temperature": 24,
4 "description": "Parcialmente nublado",
5 "humidity": 72,
6 "wind_speedy": "11 km/h"
7}

Code Snippets

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

Similar APIs