Geocoding · head-to-head
Queimadas INPE vs ViaCep
Queimadas is Brazil's national fire-hotspot monitoring program run by INPE (National Institute for Space Research), publishing daily, monthly, and annual satellite-detected fire-focus data plus fire-risk meteorology layers as open downloads rather than a query API. Files are served as CSV, KML, and shapefile/GeoTIFF layers from INPE's data server with open CORS headers, free and keyless.
ViaCEP is a free, high-availability web service for looking up Brazilian postal codes (CEP): given an 8-digit CEP it returns street, neighborhood, city, state, and IBGE/DDD codes, with a reverse address-to-CEP search available too. It's run by WBX and widely embedded across Brazilian dev tooling — its own docs warn that heavy bulk-validation traffic against it can trigger an automatic, indefinite IP block.
| Queimadas INPE | ViaCep | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | CSV, KML, Shapefile, GeoTIFF | JSON, XML |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Queimadas INPE supports 4 response formats, while ViaCep offers fewer — pick Queimadas INPE for more integration flexibility.