IBGE

API

Free Brazilian Geocoding & Geographic Data API by IBGE

Visit Website

Overview

The IBGE API provides RESTful endpoints for accessing official Brazilian geographic and statistical data, including geocoding functionalities. Key endpoints cover states, municipalities, mesoregions, microregions, and census stats. Responses are in JSON format. Use cases include validating Brazilian addresses in e-commerce platforms, building regional analytics tools, creating interactive maps with official boundaries, and integrating accurate geographic data into government or educational services. Queries support both geographic codes and names for precise retrieval of regional data.

Example Integration (JavaScript)

script.js JS

fetch('https://servicodados.ibge.gov.br/api/docs/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful Architecture
  • JSON Response Format
  • No API Key Required
  • Official Brazilian Data
  • Geocoding Capabilities
  • Multi-level Regional Data

Frequently Asked Questions

? Is IBGE API free to use?

Yes, the IBGE API is completely free for public use as a service from Brazil's official geographic institute.

? Does it require an API Key?

No, the IBGE API does not require an API key for accessing its public endpoints.

? What is the response format?

The IBGE API primarily returns responses in JSON format, which is easy to parse and integrate into applications.

Top Alternatives

Google Geocoding API Search Google
Bing Maps Geocoding API Search Google
OpenStreetMap Nominatim Search Google
ViaCEP API Search Google

People Also Ask about IBGE

IBGE vs Google Geocoding APIIBGE vs Bing Maps Geocoding APIIBGE vs OpenStreetMap NominatimIBGE vs ViaCEP API IBGE 2025 review

Tool Info

Pricing Free
Category Geocoding
Platform Public API

Pros

  • Free Public Access
  • Reliable Government-Sourced Data
  • Comprehensive Brazilian Coverage
  • Well-Documented Endpoints
  • Supports Code/Name Queries

Cons

  • Brazil-Only Focus
  • Potential Rate Limits
  • Requires IBGE Code Knowledge for Some Endpoints
  • Limited Non-Portuguese Support

More Geocoding Tools