| Item | Details |
|---|---|
| Region | 4 |
| Tinkhundla | 55 |
| Coordinates | ✅ Included (all levels) |
| Formats | JSON, NDJSON, CSV |
| License | CC-BY-4.0 |
| Last Updated | 2026-09-08 |
| Website | openadmindata.org/sz |
| API | openadmindata.org/api/sz |
| Flag | PNG · CDN · CSS · Collections |
| National Anthem | 🎵 Listen & Download Eswatini National Anthem MP3 |
| Statistics | GDP · Population — via NationData.org |
| # | Region | Tinkhundlas | Link |
|---|---|---|---|
| 1 | Hhohho | 14 | Browse |
| 2 | Lubombo | 11 | Browse |
| 3 | Manzini | 16 | Browse |
| 4 | Shiselweni | 14 | Browse |
| File | Format | Description |
|---|---|---|
| all-region.json | JSON | All 4 region records |
| all-tinkhundla.json | JSON | All 55 tinkhundla records |
| all-flat.json | JSON | Levels 1-1 flat array |
| all-flat.ndjson | NDJSON | Streaming format |
| all-flat.csv | CSV | Spreadsheet format |
| hierarchy.json | JSON | Nested tree |
| schema.json | JSON Schema | Data schema |
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']['tinkhundla']} tinkhundlas")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=tinkhundla |
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}/
Tinkhundlas are listed inline in each region's README.
- llms.txt — Quick reference for AI agents
- llms-full.txt — Summary with per-region links
- Per-region data — Full data by region
Eswatini Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/eswatini-administrative-divisions
See CITATION.cff for machine-readable citation.
- Data: CC-BY-4.0
- 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
- FreeFlags.org — Free flag images for every country
- Flag CDN — Hotlink flag images directly
- Flag CSS — CSS flag sprites for web projects
- Flag Collections — Curated flag image packs