Geocoding · head-to-head

Queimadas INPE vs ViaCep

Queimadas INPE

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

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 INPEViaCep
AuthenticationNoneNone
Pricingfreefree
FormatsCSV, KML, Shapefile, GeoTIFFJSON, XML
CORSyesyes
HTTPSYesYes

Queimadas INPE supports 4 response formats, while ViaCep offers fewer — pick Queimadas INPE for more integration flexibility.

More comparisons