Cuba Administrative Divisions / Cuba
#
Province
Municipalitys
Link
1
Artemisa
11
Browse
2
Camagüey (Camaguey)
13
Browse
3
Ciego de Ávila (Ciego de Avila)
10
Browse
4
Cienfuegos
8
Browse
5
Granma
13
Browse
6
Guantánamo (Guantanamo)
10
Browse
7
Holguín (Holguin)
14
Browse
8
Isla de la Juventud
1
Browse
9
La Habana
15
Browse
10
Las Tunas
8
Browse
11
Matanzas
13
Browse
12
Mayabeque
11
Browse
13
Pinar del Río (Pinar del Rio)
11
Browse
14
Sancti Spíritus (Sancti Spiritus)
8
Browse
15
Santiago de Cuba
9
Browse
16
Villa Clara
13
Browse
import json
with open ("data/all-province.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' ]['municipality' ]} municipalitys" )
import { readFileSync } from "fs" ;
const data = JSON . parse ( readFileSync ( "data/all-province.json" , "utf-8" ) ) ;
console . log ( `Total: ${ data . length } provinces` ) ;
Field
Type
Description
id
string
Unique identifier
level
integer
1=province, 2=municipality
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/{province-slug}/
Municipalitys are listed inline in each province's README.
Cuba Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/cuba-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