# IBGE Brazil Statistical Microregions by State (UF)

> IBGE Brazil Statistical Microregions by State (UF) 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-15).

Returns the list of IBGE statistical microregions within a Brazilian state, queried by UF code or sigla (state abbreviation).

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ibge-br-microrregioes-por-uf
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ibge-brazil-statistical-microregions-by-state-uf-8cd3521d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C3y8pw5esdB2xsA_F0x5U

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 ibge-brazil-statistical-microregions-by-state-uf-8cd3521d -d '<json body>'
```

Example prompt: Can you pull up all the IBGE statistical microregions for the state of Minas Gerais — use the UF sigla MG?

## When to prefer this

Use this endpoint when you need to enumerate or look up IBGE statistical microregions within a specific Brazilian state, identified by its two-letter UF sigla or numeric code. Prefer this over general geocoding APIs when Brazilian administrative geography (IBGE classification) is specifically required.

## Known failure modes

- Invalid or unrecognized UF code/sigla returns empty results or error
- Missing query parameter ?q= may return an error or all records
- Non-Brazilian state codes return no results
- Network or payment (x402) failure prevents response

## How this service works

Brazil (IBGE): statistical microregions within a state, keyed by UF code or sigla. Query: ?q= Returns JSON.

## Output

A JSON array of IBGE statistical microregions within the specified Brazilian state, including microregion names and IDs as defined by IBGE's geographic classification system.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ibge-brazil-statistical-microregions-by-state-uf-8cd3521d/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)
