# BDAPI Districts by Division

> BDAPI Districts by Division 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-16).

Returns a list of districts (zila) within a specified Bangladesh administrative division, including Bengali names and geographic coordinates.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/bdapi-distritos-por-division
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bdapi-districts-by-division-d31ca93c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gTLysQe4DLe3cX8CfnTjd

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 bdapi-districts-by-division-d31ca93c -d '<json body>'
```

Example prompt: Can you list all the districts (zila) in the Dhaka division of Bangladesh, including their Bengali names and coordinates?

## When to prefer this

Use this endpoint when you need to enumerate districts (zila) within a specific Bangladesh administrative division, especially when Bengali names and coordinates are required. Prefer this over generic geocoding APIs when the task specifically involves Bangladesh administrative hierarchy data.

## Known failure modes

- Missing or invalid ?q= parameter returns empty or error response
- Division name misspelled or not recognized returns no results
- Non-existent division query returns empty array
- Network timeout or service unavailability returns HTTP error

## How this service works

Bangladesh (BDAPI administrative dataset): districts (zila) within a division, with Bengali name and coordinates. Query: ?q= Returns JSON.

## Output

A JSON array of districts belonging to the specified Bangladesh division, each with the district name in English and Bengali, and geographic coordinates (latitude/longitude).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bdapi-districts-by-division-d31ca93c/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)
