# IBGE Brazil Intermediate Geographic Regions by UF

> IBGE Brazil Intermediate Geographic Regions by 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 intermediate geographic regions (regiões intermediárias) 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-intermediarias-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-intermediate-geographic-regions-by-uf-3404cf36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v8cJ3p_Qzt6AmIwXlh6tr

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-intermediate-geographic-regions-by-uf-3404cf36 -d '<json body>'
```

Example prompt: Can you list all the IBGE intermediate geographic regions within São Paulo state? Use the sigla SP to query.

## When to prefer this

Use this endpoint when you need to enumerate or resolve intermediate geographic regions (regiões intermediárias) within a specific Brazilian state and have the UF code or state abbreviation (sigla) available. Prefer this over general geocoding services when you need IBGE-standard administrative region data for Brazil specifically.

## Known failure modes

- Invalid or unrecognized UF code/sigla returns empty results or an error
- Missing query parameter may return all regions or a bad request error
- State with no defined intermediate regions returns an empty list
- Network or upstream IBGE data unavailability causes a timeout or 5xx error

## How this service works

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

## Output

A JSON object or array containing the intermediate geographic regions (regiões intermediárias) within the specified Brazilian state, including region names, IBGE region codes, and associated state metadata.

## More

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