Список городов

Возвращает список городов


  • q - поиск по названию
  • slug - фильтр по slug-строке
  • region - фильтр по id региона
GET /city/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 19,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 14149,
            "name": "Пермь",
            "slug": "perm",
            "coords": [
                58.010374,
                56.229398
            ]
        },
        {
            "id": 14131,
            "name": "Санкт-Петербург",
            "slug": "sankt-peterburg",
            "coords": [
                59.939095,
                30.315868
            ]
        },
        {
            "id": 14144,
            "name": "Красноярск",
            "slug": "krasnoiarsk",
            "coords": [
                56.010563,
                92.852572
            ]
        },
        {
            "id": 14140,
            "name": "Екатеринбург",
            "slug": "ekaterinburg",
            "coords": [
                56.838011,
                60.597465
            ]
        },
        {
            "id": 14138,
            "name": "Уфа",
            "slug": "ufa",
            "coords": [
                54.735147,
                55.958727
            ]
        },
        {
            "id": 14142,
            "name": "Челябинск",
            "slug": "cheliabinsk",
            "coords": [
                55.159897,
                61.402554
            ]
        },
        {
            "id": 14148,
            "name": "Симферополь",
            "slug": "simferopol",
            "coords": [
                44.948237,
                34.100318
            ]
        },
        {
            "id": 14150,
            "name": "Саратов",
            "slug": "saratov",
            "coords": [
                51.533103,
                46.034158
            ]
        },
        {
            "id": 14128,
            "name": "Москва",
            "slug": "moskva",
            "coords": [
                55.753215,
                37.622504
            ]
        },
        {
            "id": 14139,
            "name": "Самара",
            "slug": "samara",
            "coords": [
                53.195538,
                50.101783
            ]
        },
        {
            "id": 14151,
            "name": "Воронеж",
            "slug": "voronezh",
            "coords": [
                51.660781,
                39.200269
            ]
        },
        {
            "id": 14145,
            "name": "Казань",
            "slug": "kazan",
            "coords": [
                55.796289,
                49.108795
            ]
        },
        {
            "id": 14152,
            "name": "Иркутск",
            "slug": "irkutsk",
            "coords": [
                52.287054,
                104.281047
            ]
        },
        {
            "id": 14137,
            "name": "Краснодар",
            "slug": "krasnodar",
            "coords": [
                45.03547,
                38.975313
            ]
        },
        {
            "id": 14130,
            "name": "Тамбов",
            "slug": "3232",
            "coords": [
                52.721219,
                41.452274
            ]
        },
        {
            "id": 14147,
            "name": "Ставрополь",
            "slug": "stavropol",
            "coords": [
                45.044521,
                41.969083
            ]
        },
        {
            "id": 14143,
            "name": "Сургут",
            "slug": "surgut",
            "coords": [
                61.254035,
                73.396221
            ]
        },
        {
            "id": 14141,
            "name": "Ростов-На-Дону",
            "slug": "rostov_na_donu",
            "coords": [
                47.222078,
                39.720349
            ]
        },
        {
            "id": 14146,
            "name": "Новосибирск",
            "slug": "novosibirsk",
            "coords": [
                55.030199,
                82.92043
            ]
        }
    ]
}