Skip to content

Instantly share code, notes, and snippets.

@ozdemirburak
ozdemirburak / countries_in_turkish.json
Last active October 7, 2023 21:49
Ülkelerin İngilizce ve Türkçe yazılışı - Country names in Turkish.
{
"AD": {
"name": "Andorra",
"name_tr": "Andorra",
"continent": {
"code": "EU",
"name": "Europe",
"name_tr": "Avrupa"
}
},
@ozdemirburak
ozdemirburak / cities_of_turkey.json
Last active April 9, 2025 22:02
List of cities in Turkey presented in JSON format with the information of name, latitude, longitude, population and region.
[
{
"id": 1,
"name": "Adana",
"latitude": "37.0000",
"longitude": "35.3213",
"population": 2183167,
"region": "Akdeniz"
},
{