Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 599 Bytes

README.md

File metadata and controls

37 lines (35 loc) · 599 Bytes

Cities of Turkey

JSON list of cities of Turkey with plate, latitude, longitude and county list

Sample

[
  {
    "name": "erzurum",
    "plate": "25",
    "latitude": "39.9055",
    "longitude": "41.2658",
    "counties": [
      "yakutiye",
      "palandöken",
      "aziziye",
      "horasan",
      "oltu",
      "pasinler",
      "karayazı",
      "hınıs",
      "tekman",
      "karaçoban",
      "aşkale",
      "şenkaya",
      "çat",
      "köprüköy",
      "ispir",
      "tortum",
      "narman",
      "uzundere",
      "olur",
      "pazaryolu"
    ]
  },
]