HG Weather
APIFree Brazilian weather forecast API for cities nationwide
Overview
HG Weather API delivers real-time weather conditions and 7-day forecasts exclusively for Brazilian cities. Key endpoints include current data (temperature, humidity, wind) and extended forecasts. Responses are in JSON format, easy to parse for developers. Use cases include building Brazil-focused weather apps, integrating into agricultural tools, travel platforms for trip planning, or local news sites. It supports city searches via name or coordinates, providing accurate regional data tailored to Brazil’s climate zones.
Example Integration (JavaScript)
fetch('https://hgbrasil.com/status/weather')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Response
- Brazil-Specific Data
- Current & 7-Day Forecasts
- No API Key for Basic Use
Frequently Asked Questions
? Is HG Weather API free to use?
Yes, HG Weather API offers free access for basic usage. Paid plans are available for higher rate limits and advanced features.
? Does it require an API Key?
Basic usage does not need an API key, but registered users get higher rate limits and additional data points.
? What is the response format?
All responses are in JSON format, which is widely supported and easy to integrate into applications.
Top Alternatives
People Also Ask about HG Weather
Tool Info
Pros
- ⊕ Tailored for Brazilian Cities
- ⊕ Easy Integration
- ⊕ Free Basic Access
- ⊕ Accurate Regional Forecasts
Cons
- ⊖ Limited to Brazil Only
- ⊖ Rate Limits on Free Tier
- ⊖ No Global Coverage
- ⊖ No SLA for Free Users