# IBGE Brazil Administrative Districts by State (UF)

> IBGE Brazil Administrative Districts 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 a list of administrative districts (distritos) within a Brazilian state, queried by UF code or state abbreviation (sigla).

## Facts

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

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

Example prompt: Can you list all the administrative districts (distritos) in the state of São Paulo? Use the IBGE data and query by the UF code SP.

## When to prefer this

Use this endpoint when you need official IBGE-sourced administrative district data for a specific Brazilian state, identified by its two-letter UF code or sigla. Prefer this over general geocoding APIs when you specifically need Brazil's sub-municipal administrative divisions as defined by IBGE.

## Known failure modes

- Invalid or unrecognized UF code/sigla returns empty results or error
- Missing query parameter ?q= may return an error or unfiltered response
- State abbreviation entered in wrong case may not match
- Non-Brazilian state codes return no data
- Network timeout or upstream IBGE data unavailability

## How this service works

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

## Output

A JSON object containing administrative districts (distritos) within the specified Brazilian state, including district names and related IBGE identifiers, keyed by the provided UF code or sigla.

## More

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