Skip to content

Instantly share code, notes, and snippets.

@Keireira
Last active March 21, 2024 11:40
Show Gist options
  • Select an option

  • Save Keireira/046488771856059f563832461b4911a8 to your computer and use it in GitHub Desktop.

Select an option

Save Keireira/046488771856059f563832461b4911a8 to your computer and use it in GitHub Desktop.
Locations for DaData API search queries
{
"moscow": [
{
"country": "Россия",
"region": "Московская",
"region_type_full": "область"
}, {
"country": "Россия",
"region": "Москва",
"region_type_full": "город"
}
],
"piter": [
{
"country": "Россия",
"region": "Ленинградская",
"region_type_full": "область"
}, {
"country": "Россия",
"region": "Санкт-Петербург",
"region_type_full": "город"
}
],
"novosib": [{
"country": "Россия",
"region": "Новосибирская",
"region_type_full": "область"
}],
"ekat": [{
"country": "Россия",
"region": "Свердловская",
"region_type_full": "область"
}],
"samara": [{
"country": "Россия",
"region": "Самарская",
"region_type_full": "область"
}],
"kazan": [{
"country": "Россия",
"region": "Татарстан",
"region_type_full": "республика"
}],
"nnov": [{
"country": "Россия",
"region": "Нижегородская",
"region_type_full": "область"
}],
"chelyabinsk": [{
"country": "Россия",
"region": "Челябинская",
"region_type_full": "область"
}],
"tolyatti": [{
"country": "Россия",
"region": "Самарская",
"region_type_full": "область"
}],
"krasnoyarsk": [{
"country": "Россия",
"region": "Красноярский",
"region_type_full": "край"
}],
"rostov": [{
"country": "Россия",
"region": "Ростовская",
"region_type_full": "область"
}],
"krasnodar": [{
"country": "Россия",
"region": "Краснодарский",
"region_type_full": "край"
}],
"tyumen": [{
"country": "Россия",
"region": "Тюменская",
"region_type_full": "область"
}],
"perm": [{
"country": "Россия",
"region": "Пермский",
"region_type_full": "край"
}],
"omsk": [{
"country": "Россия",
"region": "Омская",
"region_type_full": "область"
}],
"irkutsk": [{
"country": "Россия",
"region": "Иркутская",
"region_type_full": "область"
}],
"ufa": [{
"country": "Россия",
"region": "Башкортостан",
"region_type_full": "республика"
}],
"saratov": [{
"country": "Россия",
"region": "Саратовская",
"region_type_full": "область"
}],
"volgograd": [{
"country": "Россия",
"region": "Волгоградская",
"region_type_full": "область"
}],
"izhevsk": [{
"country": "Россия",
"region": "Удмуртская",
"region_type_full": "республика"
}],
"tomsk": [{
"country": "Россия",
"region": "Томская",
"region_type_full": "область"
}],
"yaroslavl": [{
"country": "Россия",
"region": "Ярославская",
"region_type_full": "область"
}],
"barnaul": [{
"country": "Россия",
"region": "Алтайский",
"region_type_full": "край"
}],
"voronezh": [{
"country": "Россия",
"region": "Воронежская",
"region_type_full": "область"
}],
"tula": [{
"country": "Россия",
"region": "Тульская",
"region_type_full": "область"
}],
"orenburg": [{
"country": "Россия",
"region": "Оренбургская",
"region_type_full": "область"
}],
"nabchelny": [{
"country": "Россия",
"region": "Татарстан",
"region_type_full": "республика"
}],
"sochi": [{
"country": "Россия",
"region": "Краснодарский",
"region_type_full": "край"
}],
"kaliningrad": [{
"country": "Россия",
"region": "Калининградская",
"region_type_full": "область"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment