# Brazil IBGE Municipalities by State

> Brazil IBGE Municipalities by State is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the list of municipalities for a given Brazilian state using its two-letter UF code, sourced from the IBGE national statistics institute.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/brazil-ibge-municipalities-by-state
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brazil-ibge-municipalities-by-state-8524aae7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GGomoVHAOpxfLt9Leadv0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability brazil-ibge-municipalities-by-state-8524aae7 -d '<json body>'
```

Example prompt: Can you pull the full list of municipalities in Rio de Janeiro state (UF code RJ) from the IBGE database?

## When to prefer this

Use this endpoint when you need an authoritative, IBGE-sourced list of municipalities for a specific Brazilian state identified by its two-letter UF code. Prefer this over general geocoding APIs when you need official Brazilian administrative data with IBGE municipality codes.

## Known failure modes

- Invalid or unrecognized UF code returns empty or error response
- Missing query parameter may return an error or default response
- Upstream IBGE data unavailability causes timeout or empty result
- Typo in UF code (e.g. 3-letter code) returns no results

## How this service works

Brazil IBGE (national statistics institute) list of municipalities for a given state (UF code, e.g. RJ) Query: ?q= Returns JSON.

## Output

A JSON array of municipalities belonging to the specified Brazilian state, including IBGE identifiers and municipality names, as defined by the Brazilian national statistics institute.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brazil-ibge-municipalities-by-state-8524aae7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
