Guide / Reference

Data Schema

The data is deliberately flat at each level and relational between levels. IDs are stable within their collection and names are provided in English and Bangla.

Administrative levels

LevelCountParent keyPrimary fields
Division8—id, name, bn_name, url
District64division_idlat, lon included
Upazila494district_idname, bn_name, url
Union4,540upazila_idname, bn_name, url

Example district record

{
  "id": 1,
  "division_id": 1,
  "name": "Cumilla",
  "bn_name": "কুমিল্লা",
  "lat": 23.4682747,
  "lon": 91.1788135,
  "url": "www.comilla.gov.bd"
}
Coordinates: District latitude and longitude are decimal degrees in WGS 84, suitable for common web maps and GIS tooling.