# IBGE Brazil Immediate Geographic Regions by State (UF)

> IBGE Brazil Immediate Geographic Regions 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-14).

Returns the list of immediate geographic regions (regiões imediatas) within a Brazilian state, looked up by UF code or state abbreviation (sigla).

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ibge-br-regioes-imediatas-por-uf
- 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/ibge-brazil-immediate-geographic-regions-by-state-uf-25746e26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3CGTHFjDaJEl1dMFTjASS

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-immediate-geographic-regions-by-state-uf-25746e26 -d '<json body>'
```

Example prompt: Can you get me the list of all IBGE immediate geographic regions (regiões imediatas) within the state of Minas Gerais — use the UF code MG?

## When to prefer this

Use this endpoint when you need to enumerate or look up the IBGE-defined immediate geographic regions (regiões imediatas) within a specific Brazilian state identified by its two-letter UF code or sigla. Prefer this over generic geocoding APIs when you specifically need IBGE's official Brazilian administrative geography hierarchy.

## Known failure modes

- Invalid or unrecognized UF code/sigla returns empty result or error
- Missing ?q= parameter results in bad request
- State with no subdivisions data returns empty list
- Non-Brazilian geographic queries return no results
- Network or upstream IBGE data unavailability causes service error

## How this service works

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

## Output

A JSON array or object containing the immediate geographic regions (regiões imediatas) within the specified Brazilian state, including region names and IBGE identifiers, keyed by the provided UF code or sigla.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ibge-brazil-immediate-geographic-regions-by-state-uf-25746e26/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)
