Skip to content

mekramy/ircity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IR City Data Repository

This repository contains comprehensive data of Iran's provinces, counties, and cities in JSON format.

Features

  • Detailed information about each province, county, and city in Iran.
  • Data is structured in easy-to-use JSON format.
  • Regular updates to ensure data accuracy.

Usage

Clone the repository:

git clone https://github.com/mekramy/ircity.git

Structure

interface Province {
  id: number;
  name: string;
  code: number;
}

interface County {
  id: number;
  name: string;
  code: number;
  province: number;
}

interface City {
  id: number;
  name: string;
  code: number;
  county: number;
  province: number;
  type: number;
  bakhsh: number;
}

About

Iran province, county and city data in json format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published