| Item | Details |
|---|---|
| Region | 5 |
| Prefecture | 40 |
| Canton | 373 |
| Coordinates | ✅ Included (all levels) |
| Formats | JSON, NDJSON, CSV |
| License | CC-BY-4.0 |
| Last Updated | 2026-09-08 |
| Website | openadmindata.org/tg |
| API | openadmindata.org/api/tg |
| Flag | PNG · CDN · CSS · Collections |
| National Anthem | 🎵 Listen & Download Togo National Anthem MP3 |
| Statistics | GDP · Population — via NationData.org |
| # | Region | Prefectures | Cantons | Link |
|---|---|---|---|---|
| 1 | Centrale | 5 | 59 | Browse |
| 2 | Kara | 7 | 75 | Browse |
| 3 | Maritime | 9 | 68 | Browse |
| 4 | Plateaux | 12 | 103 | Browse |
| 5 | Savanes | 7 | 68 | Browse |
| File | Format | Description |
|---|---|---|
| all-region.json | JSON | All 5 region records |
| all-prefecture.json | JSON | All 40 prefecture records |
| all-canton.json | JSON | All 373 canton records |
| all-flat.json | JSON | Levels 1-2 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']['prefecture']} prefectures")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=prefecture, 3=canton |
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}/{prefecture-slug}/
Cantons are listed inline in each prefecture's README.
- llms.txt — Quick reference for AI agents
- llms-full.txt — Summary with per-region links
- Per-region data — Full data by region
Togo Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/togo-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