Uganda Administrative Divisions / Uganda
Item
Details
Region
4
District
135
County
203
Sub-county
1,520
Coordinates
✅ Included (all levels)
Formats
JSON, NDJSON, CSV
License
CC-BY-4.0
Last Updated
2026-06-01
Website
openadmindata.org/ug
API
openadmindata.org/api/ug
#
Region
Districts
Countys
Sub-countys
Link
1
Central
26
47
268
Browse
2
Eastern
37
54
454
Browse
3
Northern
37
48
339
Browse
4
Western
35
54
459
Browse
import json
with open ("data/all-region.json" , "r" , encoding = "utf-8" ) as f :
data = json .load (f )
for r in data :
print (f"{ r ['name' ]['local' ]} ({ r ['name' ]['en' ]} ) — { r ['children_count' ]['district' ]} districts" )
import { readFileSync } from "fs" ;
const data = JSON . parse ( readFileSync ( "data/all-region.json" , "utf-8" ) ) ;
console . log ( `Total: ${ data . length } regions` ) ;
Field
Type
Description
id
string
Unique identifier
level
integer
1=region, 2=district, 3=county, 4=sub-county
level_name
object
Level label (local + English)
name.local
string
Name in local script
name.en
string
English name
name.slug
string
URL-safe slug
parent
object/null
Parent division reference
ancestors
array
Full ancestor chain
children_count
object
Count of children per level
zip_codes
array
Postal codes (where available)
geo.lat
string
Latitude (WGS84)
geo.lon
string
Longitude (WGS84)
Full schema: data/schema.json
divisions/{region-slug}/
divisions/{region-slug}/{district-slug}/
divisions/{region-slug}/{district-slug}/{county-slug}/
Sub-countys are listed inline in each county's README.
Uganda Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/uganda-administrative-divisions
See CITATION.cff for machine-readable citation.
Open Admin Data — Browse, search and explore administrative divisions for every country
open-admin-data — GitHub organization with all country repos
ListBase — Structured reference data for every country