Tunisia Administrative Divisions / تونس
Item
Details
Region
6
Governorate
24
Delegation
264
Sector
2,084
Coordinates
✅ Included (all levels)
Formats
JSON, NDJSON, CSV
License
CC-BY-4.0
Last Updated
2026-05-28
Website
openadmindata.org/tn
API
openadmindata.org/api/tn
#
Region
Governorates
Delegations
Sectors
Link
1
الوسط الشرقي (Centre East)
4
56
410
Browse
2
الوسط الغربي (Centre West)
3
36
334
Browse
3
الشمال الشرقي (North East)
7
84
585
Browse
4
الشمال الغربي (North West)
4
40
369
Browse
5
الجنوب الشرقي (South East)
3
26
231
Browse
6
الجنوب الغربي (South West)
3
22
155
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' ]['governorate' ]} governorates" )
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=governorate, 3=delegation, 4=sector
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}/{governorate-slug}/
divisions/{region-slug}/{governorate-slug}/{delegation-slug}/
Sectors are listed inline in each delegation's README.
Tunisia Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/tunisia-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