Geocoding · head-to-head

Cartes.io vs ViaCep

Cartes.io

Cartes.io is an open-source platform for creating and sharing custom maps with markers, letting anyone plot points, GeoJSON shapes, and metadata without running their own server. Reading public maps and markers needs no signup — write access is optional and controlled per map, either open to anyone or gated behind a token issued when the map or marker is created. The API returns JSON by default and GeoJSON on request, and the project ships official Python and NPM packages alongside its hosted instance at cartes.io.

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.

Cartes.ioViaCep
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, GeoJSONJSON, XML
CORSyesyes
HTTPSYesYes

More comparisons