# Brazil IBGE Administrative Districts by State

> Brazil IBGE Administrative Districts 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 administrative districts (distritos) for a specified Brazilian state using its two-letter UF code.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/brazil-ibge-districts-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-administrative-districts-by-state-b52a7ddc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mK7KKqu4Ro65CgV01gN2k

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-administrative-districts-by-state-b52a7ddc -d '<json body>'
```

Example prompt: Can you get me the full list of IBGE administrative districts (distritos) for the state of Rio de Janeiro — use the UF code RJ.

## When to prefer this

Use this endpoint when you need authoritative IBGE-sourced administrative district (distrito) data for a specific Brazilian state identified by its two-letter UF code. Prefer this over generic geocoding APIs when you need the official Brazilian administrative hierarchy at the distrito level.

## Known failure modes

- Invalid or unrecognized UF code returns empty result or error
- Missing q parameter may return all districts or an error
- Non-Brazilian state codes return no results
- Network timeout or payment failure (x402 protocol issue)

## How this service works

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

## Output

A JSON array or object containing the administrative districts (distritos) for the requested Brazilian state, sourced from IBGE data, including district names and related geographic identifiers.

## More

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