BDapi
BD API is a RestAPI service. Divisions, Districts, Upazilla, Coordinates, etc of Bangladesh are available in Bangla and English within endpoints. Developed by Keramot UL Islam.
357 subscribers
9/10 popularity
658 ms avg latency
100% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
BDapi endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1.1 Enpoints [Latest Version] | ||
| GET |
v1.1 /v1.1 |
`/v1.1` Prefix endpoint for version 1.1 Response provides a list of available endpoints in version 1.1 |
| GET |
All Divisions with Coordinates /v1.1/divisions |
`/v1.1/divisions` Get all divisions with coordinates in English and Bangla. **Response** ``` status: object, data: [ _id: string, division: string, divisionbn: string,… |
| GET |
All Districts with Coordinates /v1.1/districts |
`/v1.1/districts` Get all Districts with their Coordinates in English and Bangla. **Response** ``` status: object, data: [ _id: string, district: string, districtbn: string,… |
| GET |
District detail and Coordinates of specific Division /v1.1/division/{division_name} |
`/v1.1/division/{division_name}` Get all Districts, Coordinates, and Upazila of any Division. **Response:** ``` status: object, data: [ _id: string:district, district: string,… |
| v1.0 Endpoints | ||
| GET |
v1.0 /v1.0 |
`/v1.0` Prefix endpoint for version 1.0 Response provides a list of available endpoints in version 1.0 |
| GET |
All Divisions /v1.0/divisions |
`/v1.0/divisions` Get all divisions of Bangladesh in English and Bangla. **Response** ``` status: object, data: [ _id: string, division: string divisionbn: string ] ``` |
| GET |
All Districts /v1.0/districts |
`/v1.0/districts` Get all Districts of Bangladesh in English and Bangla. **Response** ``` status: object, data: [ _id: string, district: string, districtbn: string ] ``` |
| GET |
District detail of specific Division /v1.0/division/{division_name} |
`/v1.0/division/{division_name}` Get all Districts and Upazila of any Division. **Response:** ``` status: object, data: [ _id: string:district, district: string, upazilla: array… |
BDapi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|