API Endpoints6 endpoints

All Available UnifiedAPI Endpoints

All available REST endpoints for Bangladesh geo data. No authentication required.

Base URL

/api/geo/v1.0
Example
/api/geo/v1.0/divisions

Response Fields

idstringUnique division identifier
namestringEnglish name
bn_namestringBengali name
urlstringAPI URL for this division

Try it Live

Click button to see live data

Example
/api/geo/v1.0/districts

Response Fields

idstringUnique district identifier
division_idstringParent division ID
namestringEnglish name
bn_namestringBengali name
latstringLatitude coordinate
lonstringLongitude coordinate
urlstringAPI URL for this district

Try it Live

Click button to see live data

Example
/api/geo/v1.0/districts/6

Parameters

idstringRequired

Division ID (e.g. 6 for Dhaka)

Response Fields

idstringUnique district identifier
division_idstringParent division ID
namestringEnglish name
bn_namestringBengali name
latstringLatitude
lonstringLongitude

Try it Live

Click button to see live data

Example
/api/geo/v1.0/upazilas

Response Fields

idstringUnique upazila identifier
district_idstringParent district ID
namestringEnglish name
bn_namestringBengali name

Try it Live

Click button to see live data

Example
/api/geo/v1.0/upazilas/40

Parameters

idstringRequired

District ID (e.g. 40 for Narsingdi)

Response Fields

idstringUnique upazila identifier
district_idstringParent district ID
namestringEnglish name
bn_namestringBengali name

Try it Live

Click button to see live data

Example
/api/geo/v1.0/unions/314

Parameters

idstringRequired

Upazila ID (e.g. 314 for Palash)

Response Fields

idstringUnique union identifier
upazila_idstringParent upazila ID
namestringEnglish name
bn_namestringBengali name

Try it Live

Click button to see live data