# Brazil IBGE Microregions by State

> Brazil IBGE Microregions 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 IBGE microregions (microrregioes) for a given Brazilian state identified by its UF code (e.g. RJ, SP, MG).

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/brazil-ibge-microregions-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-microregions-by-state-1249de97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CMlrlAyfNR-Kl4wc1d20g

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-microregions-by-state-1249de97 -d '<json body>'
```

Example prompt: Can you get me the full list of IBGE microregions for Rio de Janeiro state (UF code RJ)?

## When to prefer this

Use this endpoint when you need official IBGE-defined microregion data for a specific Brazilian state and only have the UF code as input. It is ideal for geographic enrichment, regional analysis, or populating dropdowns with Brazilian administrative subdivisions at the microregion level.

## Known failure modes

- Invalid or unrecognized UF code returns empty result or error
- Missing query parameter returns error or empty response
- Non-existent state abbreviation yields no data
- Payment not processed causes 402 response blocking access

## How this service works

Brazil IBGE microregions (microrregioes) for a given state (UF code, e.g. RJ) Query: ?q= Returns JSON.

## Output

A JSON array of IBGE microregions (microrregioes) for the specified Brazilian state, including each microregion's name and IBGE identifier code.

## More

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