Comoros Administrative Divisions / Comores
#
Island
Prefectures
Communes
Link
1
Anjouan (Ndzouani)
5
20
Browse
2
Grande Comore (Ngazidja)
9
29
Browse
3
Mohéli (Mwali)
3
6
Browse
import json
with open ("data/all-island.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-island.json" , "utf-8" ) ) ;
console . log ( `Total: ${ data . length } islands` ) ;
Field
Type
Description
id
string
Unique identifier
level
integer
1=island, 2=prefecture, 3=commune
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/{island-slug}/
divisions/{island-slug}/{prefecture-slug}/
Communes are listed inline in each prefecture's README.
Comoros Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/comoros-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