Skip to content

open-admin-data/armenia-administrative-divisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armenia Administrative Divisions / Հայաստան

Overview

Item Details
Region 11
Community 71
Settlement 767
Coordinates ✅ Included (all levels)
Formats JSON, NDJSON, CSV
License CC-BY-4.0
Last Updated 2026-06-11
Website openadmindata.org/am
API openadmindata.org/api/am

Browse by Region

# Region Communitys Settlements Link
1 Արագածոտն (Aragatsotn) 7 80 Browse
2 Արարատ (Ararat) 5 95 Browse
3 Արմավիր (Armavir) 6 85 Browse
4 Գեղարքունիք (Gegharkunik) 4 75 Browse
5 Կոտայք (Kotayk) 9 53 Browse
6 Լոռի (Lori) 9 67 Browse
7 Շիրակ (Shirak) 5 105 Browse
8 Սյունիք (Syunik) 6 111 Browse
9 Տավուշ (Tavush) 4 61 Browse
10 Վայոց Ձոր (Vayots Dzor) 4 35 Browse
11 Երևան (Yerevan) 12 0 Browse

Data Files

File Format Description
all-region.json JSON All 11 region records
all-community.json JSON All 71 community records
all-settlement.json JSON All 767 settlement 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

Quick Start

Python

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']['community']} communitys")

JavaScript

import { readFileSync } from "fs";

const data = JSON.parse(readFileSync("data/all-region.json", "utf-8"));
console.log(`Total: ${data.length} regions`);

Schema

Field Type Description
id string Unique identifier
level integer 1=region, 2=community, 3=settlement
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

Hierarchy Browse

divisions/{region-slug}/
divisions/{region-slug}/{community-slug}/

Settlements are listed inline in each community's README.

AI Integration

Citation

Armenia Administrative Divisions Dataset (CC-BY-4.0)
URL: https://github.com/open-admin-data/armenia-administrative-divisions

See CITATION.cff for machine-readable citation.

License

Related

  • 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

About

Open dataset of Armenia's administrative divisions — 11 regions, 71 communities, 767 settlements. Armenian + English. CC-BY-4.0

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors