Skip to content

Instantly share code, notes, and snippets.

@ajoyoommen
Created November 18, 2016 06:29
Show Gist options
  • Save ajoyoommen/449b8b0cf1013462b32db6850af95117 to your computer and use it in GitHub Desktop.
Save ajoyoommen/449b8b0cf1013462b32db6850af95117 to your computer and use it in GitHub Desktop.
A Django DB dump of list of 1216 cities and 34 states (including union territories) in India
[
{
"model": "stores.state",
"pk": 1,
"fields": {
"country": 1,
"name": "Delhi"
}
},
{
"model": "stores.state",
"pk": 2,
"fields": {
"country": 1,
"name": "Uttar Pradesh"
}
},
{
"model": "stores.state",
"pk": 3,
"fields": {
"country": 1,
"name": "Haryana"
}
},
{
"model": "stores.state",
"pk": 6,
"fields": {
"country": 1,
"name": "Maharashtra"
}
},
{
"model": "stores.state",
"pk": 7,
"fields": {
"country": 1,
"name": "Karnataka"
}
},
{
"model": "stores.state",
"pk": 8,
"fields": {
"country": 1,
"name": "Gujarat"
}
},
{
"model": "stores.state",
"pk": 9,
"fields": {
"country": 1,
"name": "Telangana"
}
},
{
"model": "stores.state",
"pk": 10,
"fields": {
"country": 1,
"name": "Tamil Nadu"
}
},
{
"model": "stores.state",
"pk": 11,
"fields": {
"country": 1,
"name": "West Bengal"
}
},
{
"model": "stores.state",
"pk": 12,
"fields": {
"country": 1,
"name": "Rajasthan"
}
},
{
"model": "stores.state",
"pk": 13,
"fields": {
"country": 1,
"name": "Bihar"
}
},
{
"model": "stores.state",
"pk": 14,
"fields": {
"country": 1,
"name": "Madhya Pradesh"
}
},
{
"model": "stores.state",
"pk": 15,
"fields": {
"country": 1,
"name": "Andhra Pradesh"
}
},
{
"model": "stores.state",
"pk": 16,
"fields": {
"country": 1,
"name": "Punjab"
}
},
{
"model": "stores.state",
"pk": 17,
"fields": {
"country": 1,
"name": "Jammu and Kashmir"
}
},
{
"model": "stores.state",
"pk": 18,
"fields": {
"country": 1,
"name": "Jharkhand"
}
},
{
"model": "stores.state",
"pk": 19,
"fields": {
"country": 1,
"name": "Chhattisgarh"
}
},
{
"model": "stores.state",
"pk": 20,
"fields": {
"country": 1,
"name": "Assam"
}
},
{
"model": "stores.state",
"pk": 21,
"fields": {
"country": 1,
"name": "Chandigarh"
}
},
{
"model": "stores.state",
"pk": 22,
"fields": {
"country": 1,
"name": "Odisha"
}
},
{
"model": "stores.state",
"pk": 23,
"fields": {
"country": 1,
"name": "Kerala"
}
},
{
"model": "stores.state",
"pk": 24,
"fields": {
"country": 1,
"name": "Uttarakhand"
}
},
{
"model": "stores.state",
"pk": 25,
"fields": {
"country": 1,
"name": "Puducherry"
}
},
{
"model": "stores.state",
"pk": 26,
"fields": {
"country": 1,
"name": "Tripura"
}
},
{
"model": "stores.state",
"pk": 27,
"fields": {
"country": 1,
"name": "Mizoram"
}
},
{
"model": "stores.state",
"pk": 28,
"fields": {
"country": 1,
"name": "Meghalaya"
}
},
{
"model": "stores.state",
"pk": 29,
"fields": {
"country": 1,
"name": "Manipur"
}
},
{
"model": "stores.state",
"pk": 30,
"fields": {
"country": 1,
"name": "Himachal Pradesh"
}
},
{
"model": "stores.state",
"pk": 31,
"fields": {
"country": 1,
"name": "Nagaland"
}
},
{
"model": "stores.state",
"pk": 32,
"fields": {
"country": 1,
"name": "Goa"
}
},
{
"model": "stores.state",
"pk": 33,
"fields": {
"country": 1,
"name": "Andaman and Nicobar Islands"
}
},
{
"model": "stores.state",
"pk": 34,
"fields": {
"country": 1,
"name": "Arunachal Pradesh"
}
},
{
"model": "stores.state",
"pk": 35,
"fields": {
"country": 1,
"name": "Dadra and Nagar Haveli"
}
},
{
"model": "stores.state",
"pk": 36,
"fields": {
"country": 1,
"name": "Himachal Praddesh"
}
},
{
"model": "stores.city",
"pk": 1,
"fields": {
"state": 1,
"name": "Delhi"
}
},
{
"model": "stores.city",
"pk": 2,
"fields": {
"state": 2,
"name": "Noida"
}
},
{
"model": "stores.city",
"pk": 3,
"fields": {
"state": 3,
"name": "Gurgaon"
}
},
{
"model": "stores.city",
"pk": 8,
"fields": {
"state": 2,
"name": "Gautam Budh Nagar"
}
},
{
"model": "stores.city",
"pk": 9,
"fields": {
"state": 6,
"name": "Mumbai"
}
},
{
"model": "stores.city",
"pk": 10,
"fields": {
"state": 7,
"name": "Bengaluru"
}
},
{
"model": "stores.city",
"pk": 11,
"fields": {
"state": 8,
"name": "Ahmedabad"
}
},
{
"model": "stores.city",
"pk": 12,
"fields": {
"state": 9,
"name": "Hyderabad"
}
},
{
"model": "stores.city",
"pk": 13,
"fields": {
"state": 10,
"name": "Chennai"
}
},
{
"model": "stores.city",
"pk": 14,
"fields": {
"state": 11,
"name": "Kolkata"
}
},
{
"model": "stores.city",
"pk": 15,
"fields": {
"state": 6,
"name": "Pune"
}
},
{
"model": "stores.city",
"pk": 16,
"fields": {
"state": 12,
"name": "Jaipur"
}
},
{
"model": "stores.city",
"pk": 17,
"fields": {
"state": 8,
"name": "Surat"
}
},
{
"model": "stores.city",
"pk": 18,
"fields": {
"state": 2,
"name": "Lucknow"
}
},
{
"model": "stores.city",
"pk": 19,
"fields": {
"state": 2,
"name": "Kanpur"
}
},
{
"model": "stores.city",
"pk": 20,
"fields": {
"state": 6,
"name": "Nagpur"
}
},
{
"model": "stores.city",
"pk": 21,
"fields": {
"state": 13,
"name": "Patna"
}
},
{
"model": "stores.city",
"pk": 22,
"fields": {
"state": 14,
"name": "Indore"
}
},
{
"model": "stores.city",
"pk": 23,
"fields": {
"state": 6,
"name": "Thane"
}
},
{
"model": "stores.city",
"pk": 24,
"fields": {
"state": 14,
"name": "Bhopal"
}
},
{
"model": "stores.city",
"pk": 25,
"fields": {
"state": 15,
"name": "Visakhapatnam"
}
},
{
"model": "stores.city",
"pk": 26,
"fields": {
"state": 8,
"name": "Vadodara"
}
},
{
"model": "stores.city",
"pk": 27,
"fields": {
"state": 2,
"name": "Firozabad"
}
},
{
"model": "stores.city",
"pk": 28,
"fields": {
"state": 16,
"name": "Ludhiana"
}
},
{
"model": "stores.city",
"pk": 29,
"fields": {
"state": 8,
"name": "Rajkot"
}
},
{
"model": "stores.city",
"pk": 30,
"fields": {
"state": 2,
"name": "Agra"
}
},
{
"model": "stores.city",
"pk": 31,
"fields": {
"state": 11,
"name": "Siliguri"
}
},
{
"model": "stores.city",
"pk": 32,
"fields": {
"state": 6,
"name": "Nashik"
}
},
{
"model": "stores.city",
"pk": 33,
"fields": {
"state": 3,
"name": "Faridabad"
}
},
{
"model": "stores.city",
"pk": 34,
"fields": {
"state": 16,
"name": "Patiala"
}
},
{
"model": "stores.city",
"pk": 35,
"fields": {
"state": 2,
"name": "Meerut"
}
},
{
"model": "stores.city",
"pk": 36,
"fields": {
"state": 6,
"name": "Kalyan-Dombivali"
}
},
{
"model": "stores.city",
"pk": 37,
"fields": {
"state": 6,
"name": "Vasai-Virar"
}
},
{
"model": "stores.city",
"pk": 38,
"fields": {
"state": 2,
"name": "Varanasi"
}
},
{
"model": "stores.city",
"pk": 39,
"fields": {
"state": 17,
"name": "Srinagar"
}
},
{
"model": "stores.city",
"pk": 40,
"fields": {
"state": 18,
"name": "Dhanbad"
}
},
{
"model": "stores.city",
"pk": 41,
"fields": {
"state": 12,
"name": "Jodhpur"
}
},
{
"model": "stores.city",
"pk": 42,
"fields": {
"state": 16,
"name": "Amritsar"
}
},
{
"model": "stores.city",
"pk": 43,
"fields": {
"state": 19,
"name": "Raipur"
}
},
{
"model": "stores.city",
"pk": 44,
"fields": {
"state": 2,
"name": "Allahabad"
}
},
{
"model": "stores.city",
"pk": 45,
"fields": {
"state": 10,
"name": "Coimbatore"
}
},
{
"model": "stores.city",
"pk": 46,
"fields": {
"state": 14,
"name": "Jabalpur"
}
},
{
"model": "stores.city",
"pk": 47,
"fields": {
"state": 14,
"name": "Gwalior"
}
},
{
"model": "stores.city",
"pk": 48,
"fields": {
"state": 15,
"name": "Vijayawada"
}
},
{
"model": "stores.city",
"pk": 49,
"fields": {
"state": 10,
"name": "Madurai"
}
},
{
"model": "stores.city",
"pk": 50,
"fields": {
"state": 20,
"name": "Guwahati"
}
},
{
"model": "stores.city",
"pk": 51,
"fields": {
"state": 21,
"name": "Chandigarh"
}
},
{
"model": "stores.city",
"pk": 52,
"fields": {
"state": 7,
"name": "Hubli-Dharwad"
}
},
{
"model": "stores.city",
"pk": 53,
"fields": {
"state": 2,
"name": "Amroha"
}
},
{
"model": "stores.city",
"pk": 54,
"fields": {
"state": 2,
"name": "Moradabad"
}
},
{
"model": "stores.city",
"pk": 55,
"fields": {
"state": 2,
"name": "Aligarh"
}
},
{
"model": "stores.city",
"pk": 56,
"fields": {
"state": 6,
"name": "Solapur"
}
},
{
"model": "stores.city",
"pk": 57,
"fields": {
"state": 18,
"name": "Ranchi"
}
},
{
"model": "stores.city",
"pk": 58,
"fields": {
"state": 16,
"name": "Jalandhar"
}
},
{
"model": "stores.city",
"pk": 59,
"fields": {
"state": 10,
"name": "Tiruchirappalli"
}
},
{
"model": "stores.city",
"pk": 60,
"fields": {
"state": 22,
"name": "Bhubaneswar"
}
},
{
"model": "stores.city",
"pk": 61,
"fields": {
"state": 10,
"name": "Salem"
}
},
{
"model": "stores.city",
"pk": 62,
"fields": {
"state": 9,
"name": "Warangal"
}
},
{
"model": "stores.city",
"pk": 63,
"fields": {
"state": 6,
"name": "Mira-Bhayandar"
}
},
{
"model": "stores.city",
"pk": 64,
"fields": {
"state": 23,
"name": "Thiruvananthapuram"
}
},
{
"model": "stores.city",
"pk": 65,
"fields": {
"state": 6,
"name": "Bhiwandi"
}
},
{
"model": "stores.city",
"pk": 66,
"fields": {
"state": 2,
"name": "Saharanpur"
}
},
{
"model": "stores.city",
"pk": 67,
"fields": {
"state": 15,
"name": "Guntur"
}
},
{
"model": "stores.city",
"pk": 68,
"fields": {
"state": 6,
"name": "Amravati"
}
},
{
"model": "stores.city",
"pk": 69,
"fields": {
"state": 12,
"name": "Bikaner"
}
},
{
"model": "stores.city",
"pk": 70,
"fields": {
"state": 18,
"name": "Jamshedpur"
}
},
{
"model": "stores.city",
"pk": 71,
"fields": {
"state": 19,
"name": "Bhilai Nagar"
}
},
{
"model": "stores.city",
"pk": 72,
"fields": {
"state": 22,
"name": "Cuttack"
}
},
{
"model": "stores.city",
"pk": 73,
"fields": {
"state": 23,
"name": "Kochi"
}
},
{
"model": "stores.city",
"pk": 74,
"fields": {
"state": 12,
"name": "Udaipur"
}
},
{
"model": "stores.city",
"pk": 75,
"fields": {
"state": 8,
"name": "Bhavnagar"
}
},
{
"model": "stores.city",
"pk": 76,
"fields": {
"state": 24,
"name": "Dehradun"
}
},
{
"model": "stores.city",
"pk": 77,
"fields": {
"state": 11,
"name": "Asansol"
}
},
{
"model": "stores.city",
"pk": 78,
"fields": {
"state": 6,
"name": "Nanded-Waghala"
}
},
{
"model": "stores.city",
"pk": 79,
"fields": {
"state": 12,
"name": "Ajmer"
}
},
{
"model": "stores.city",
"pk": 80,
"fields": {
"state": 8,
"name": "Jamnagar"
}
},
{
"model": "stores.city",
"pk": 81,
"fields": {
"state": 14,
"name": "Ujjain"
}
},
{
"model": "stores.city",
"pk": 82,
"fields": {
"state": 6,
"name": "Sangli"
}
},
{
"model": "stores.city",
"pk": 83,
"fields": {
"state": 2,
"name": "Loni"
}
},
{
"model": "stores.city",
"pk": 84,
"fields": {
"state": 2,
"name": "Jhansi"
}
},
{
"model": "stores.city",
"pk": 85,
"fields": {
"state": 25,
"name": "Pondicherry"
}
},
{
"model": "stores.city",
"pk": 86,
"fields": {
"state": 15,
"name": "Nellore"
}
},
{
"model": "stores.city",
"pk": 87,
"fields": {
"state": 17,
"name": "Jammu"
}
},
{
"model": "stores.city",
"pk": 88,
"fields": {
"state": 7,
"name": "Belagavi"
}
},
{
"model": "stores.city",
"pk": 89,
"fields": {
"state": 22,
"name": "Raurkela"
}
},
{
"model": "stores.city",
"pk": 90,
"fields": {
"state": 7,
"name": "Mangaluru"
}
},
{
"model": "stores.city",
"pk": 91,
"fields": {
"state": 10,
"name": "Tirunelveli"
}
},
{
"model": "stores.city",
"pk": 92,
"fields": {
"state": 6,
"name": "Malegaon"
}
},
{
"model": "stores.city",
"pk": 93,
"fields": {
"state": 13,
"name": "Gaya"
}
},
{
"model": "stores.city",
"pk": 94,
"fields": {
"state": 10,
"name": "Tiruppur"
}
},
{
"model": "stores.city",
"pk": 95,
"fields": {
"state": 7,
"name": "Davanagere"
}
},
{
"model": "stores.city",
"pk": 96,
"fields": {
"state": 23,
"name": "Kozhikode"
}
},
{
"model": "stores.city",
"pk": 97,
"fields": {
"state": 6,
"name": "Akola"
}
},
{
"model": "stores.city",
"pk": 98,
"fields": {
"state": 15,
"name": "Kurnool"
}
},
{
"model": "stores.city",
"pk": 99,
"fields": {
"state": 18,
"name": "Bokaro Steel City"
}
},
{
"model": "stores.city",
"pk": 100,
"fields": {
"state": 15,
"name": "Rajahmundry"
}
},
{
"model": "stores.city",
"pk": 101,
"fields": {
"state": 7,
"name": "Ballari"
}
},
{
"model": "stores.city",
"pk": 102,
"fields": {
"state": 26,
"name": "Agartala"
}
},
{
"model": "stores.city",
"pk": 103,
"fields": {
"state": 13,
"name": "Bhagalpur"
}
},
{
"model": "stores.city",
"pk": 104,
"fields": {
"state": 6,
"name": "Latur"
}
},
{
"model": "stores.city",
"pk": 105,
"fields": {
"state": 6,
"name": "Dhule"
}
},
{
"model": "stores.city",
"pk": 106,
"fields": {
"state": 19,
"name": "Korba"
}
},
{
"model": "stores.city",
"pk": 107,
"fields": {
"state": 12,
"name": "Bhilwara"
}
},
{
"model": "stores.city",
"pk": 108,
"fields": {
"state": 22,
"name": "Brahmapur"
}
},
{
"model": "stores.city",
"pk": 109,
"fields": {
"state": 7,
"name": "Mysore"
}
},
{
"model": "stores.city",
"pk": 110,
"fields": {
"state": 13,
"name": "Muzaffarpur"
}
},
{
"model": "stores.city",
"pk": 111,
"fields": {
"state": 6,
"name": "Ahmednagar"
}
},
{
"model": "stores.city",
"pk": 112,
"fields": {
"state": 23,
"name": "Kollam"
}
},
{
"model": "stores.city",
"pk": 113,
"fields": {
"state": 11,
"name": "Raghunathganj"
}
},
{
"model": "stores.city",
"pk": 114,
"fields": {
"state": 19,
"name": "Bilaspur"
}
},
{
"model": "stores.city",
"pk": 115,
"fields": {
"state": 2,
"name": "Shahjahanpur"
}
},
{
"model": "stores.city",
"pk": 116,
"fields": {
"state": 23,
"name": "Thrissur"
}
},
{
"model": "stores.city",
"pk": 117,
"fields": {
"state": 12,
"name": "Alwar"
}
},
{
"model": "stores.city",
"pk": 118,
"fields": {
"state": 15,
"name": "Kakinada"
}
},
{
"model": "stores.city",
"pk": 119,
"fields": {
"state": 9,
"name": "Nizamabad"
}
},
{
"model": "stores.city",
"pk": 120,
"fields": {
"state": 14,
"name": "Sagar"
}
},
{
"model": "stores.city",
"pk": 121,
"fields": {
"state": 7,
"name": "Tumkur"
}
},
{
"model": "stores.city",
"pk": 122,
"fields": {
"state": 3,
"name": "Hisar"
}
},
{
"model": "stores.city",
"pk": 123,
"fields": {
"state": 3,
"name": "Rohtak"
}
},
{
"model": "stores.city",
"pk": 124,
"fields": {
"state": 3,
"name": "Panipat"
}
},
{
"model": "stores.city",
"pk": 125,
"fields": {
"state": 13,
"name": "Darbhanga"
}
},
{
"model": "stores.city",
"pk": 126,
"fields": {
"state": 11,
"name": "Kharagpur"
}
},
{
"model": "stores.city",
"pk": 127,
"fields": {
"state": 27,
"name": "Aizawl"
}
},
{
"model": "stores.city",
"pk": 128,
"fields": {
"state": 6,
"name": "Ichalkaranji"
}
},
{
"model": "stores.city",
"pk": 129,
"fields": {
"state": 15,
"name": "Tirupati"
}
},
{
"model": "stores.city",
"pk": 130,
"fields": {
"state": 3,
"name": "Karnal"
}
},
{
"model": "stores.city",
"pk": 131,
"fields": {
"state": 16,
"name": "Bathinda"
}
},
{
"model": "stores.city",
"pk": 132,
"fields": {
"state": 2,
"name": "Rampur"
}
},
{
"model": "stores.city",
"pk": 133,
"fields": {
"state": 7,
"name": "Shivamogga"
}
},
{
"model": "stores.city",
"pk": 134,
"fields": {
"state": 14,
"name": "Ratlam"
}
},
{
"model": "stores.city",
"pk": 135,
"fields": {
"state": 2,
"name": "Modinagar"
}
},
{
"model": "stores.city",
"pk": 136,
"fields": {
"state": 19,
"name": "Durg"
}
},
{
"model": "stores.city",
"pk": 137,
"fields": {
"state": 28,
"name": "Shillong"
}
},
{
"model": "stores.city",
"pk": 138,
"fields": {
"state": 29,
"name": "Imphal"
}
},
{
"model": "stores.city",
"pk": 139,
"fields": {
"state": 2,
"name": "Hapur"
}
},
{
"model": "stores.city",
"pk": 140,
"fields": {
"state": 10,
"name": "Ranipet"
}
},
{
"model": "stores.city",
"pk": 141,
"fields": {
"state": 15,
"name": "Anantapur"
}
},
{
"model": "stores.city",
"pk": 142,
"fields": {
"state": 13,
"name": "Arrah"
}
},
{
"model": "stores.city",
"pk": 143,
"fields": {
"state": 9,
"name": "Karimnagar"
}
},
{
"model": "stores.city",
"pk": 144,
"fields": {
"state": 6,
"name": "Parbhani"
}
},
{
"model": "stores.city",
"pk": 145,
"fields": {
"state": 2,
"name": "Etawah"
}
},
{
"model": "stores.city",
"pk": 146,
"fields": {
"state": 12,
"name": "Bharatpur"
}
},
{
"model": "stores.city",
"pk": 147,
"fields": {
"state": 13,
"name": "Begusarai"
}
},
{
"model": "stores.city",
"pk": 148,
"fields": {
"state": 1,
"name": "New Delhi"
}
},
{
"model": "stores.city",
"pk": 149,
"fields": {
"state": 13,
"name": "Chhapra"
}
},
{
"model": "stores.city",
"pk": 150,
"fields": {
"state": 15,
"name": "Kadapa"
}
},
{
"model": "stores.city",
"pk": 151,
"fields": {
"state": 9,
"name": "Ramagundam"
}
},
{
"model": "stores.city",
"pk": 152,
"fields": {
"state": 12,
"name": "Pali"
}
},
{
"model": "stores.city",
"pk": 153,
"fields": {
"state": 14,
"name": "Satna"
}
},
{
"model": "stores.city",
"pk": 154,
"fields": {
"state": 15,
"name": "Vizianagaram"
}
},
{
"model": "stores.city",
"pk": 155,
"fields": {
"state": 13,
"name": "Katihar"
}
},
{
"model": "stores.city",
"pk": 156,
"fields": {
"state": 24,
"name": "Hardwar"
}
},
{
"model": "stores.city",
"pk": 157,
"fields": {
"state": 3,
"name": "Sonipat"
}
},
{
"model": "stores.city",
"pk": 158,
"fields": {
"state": 10,
"name": "Nagercoil"
}
},
{
"model": "stores.city",
"pk": 159,
"fields": {
"state": 10,
"name": "Thanjavur"
}
},
{
"model": "stores.city",
"pk": 160,
"fields": {
"state": 14,
"name": "Murwara (Katni)"
}
},
{
"model": "stores.city",
"pk": 161,
"fields": {
"state": 11,
"name": "Naihati"
}
},
{
"model": "stores.city",
"pk": 162,
"fields": {
"state": 2,
"name": "Sambhal"
}
},
{
"model": "stores.city",
"pk": 163,
"fields": {
"state": 8,
"name": "Nadiad"
}
},
{
"model": "stores.city",
"pk": 164,
"fields": {
"state": 3,
"name": "Yamunanagar"
}
},
{
"model": "stores.city",
"pk": 165,
"fields": {
"state": 11,
"name": "English Bazar"
}
},
{
"model": "stores.city",
"pk": 166,
"fields": {
"state": 15,
"name": "Eluru"
}
},
{
"model": "stores.city",
"pk": 167,
"fields": {
"state": 13,
"name": "Munger"
}
},
{
"model": "stores.city",
"pk": 168,
"fields": {
"state": 3,
"name": "Panchkula"
}
},
{
"model": "stores.city",
"pk": 169,
"fields": {
"state": 7,
"name": "Raayachuru"
}
},
{
"model": "stores.city",
"pk": 170,
"fields": {
"state": 6,
"name": "Panvel"
}
},
{
"model": "stores.city",
"pk": 171,
"fields": {
"state": 18,
"name": "Deoghar"
}
},
{
"model": "stores.city",
"pk": 172,
"fields": {
"state": 15,
"name": "Ongole"
}
},
{
"model": "stores.city",
"pk": 173,
"fields": {
"state": 15,
"name": "Nandyal"
}
},
{
"model": "stores.city",
"pk": 174,
"fields": {
"state": 14,
"name": "Morena"
}
},
{
"model": "stores.city",
"pk": 175,
"fields": {
"state": 3,
"name": "Bhiwani"
}
},
{
"model": "stores.city",
"pk": 176,
"fields": {
"state": 8,
"name": "Porbandar"
}
},
{
"model": "stores.city",
"pk": 177,
"fields": {
"state": 23,
"name": "Palakkad"
}
},
{
"model": "stores.city",
"pk": 178,
"fields": {
"state": 8,
"name": "Anand"
}
},
{
"model": "stores.city",
"pk": 179,
"fields": {
"state": 13,
"name": "Purnia"
}
},
{
"model": "stores.city",
"pk": 180,
"fields": {
"state": 11,
"name": "Baharampur"
}
},
{
"model": "stores.city",
"pk": 181,
"fields": {
"state": 12,
"name": "Barmer"
}
},
{
"model": "stores.city",
"pk": 182,
"fields": {
"state": 8,
"name": "Morvi"
}
},
{
"model": "stores.city",
"pk": 183,
"fields": {
"state": 2,
"name": "Orai"
}
},
{
"model": "stores.city",
"pk": 184,
"fields": {
"state": 2,
"name": "Bahraich"
}
},
{
"model": "stores.city",
"pk": 185,
"fields": {
"state": 12,
"name": "Sikar"
}
},
{
"model": "stores.city",
"pk": 186,
"fields": {
"state": 10,
"name": "Vellore"
}
},
{
"model": "stores.city",
"pk": 187,
"fields": {
"state": 14,
"name": "Singrauli"
}
},
{
"model": "stores.city",
"pk": 188,
"fields": {
"state": 9,
"name": "Khammam"
}
},
{
"model": "stores.city",
"pk": 189,
"fields": {
"state": 8,
"name": "Mahesana"
}
},
{
"model": "stores.city",
"pk": 190,
"fields": {
"state": 20,
"name": "Silchar"
}
},
{
"model": "stores.city",
"pk": 191,
"fields": {
"state": 22,
"name": "Sambalpur"
}
},
{
"model": "stores.city",
"pk": 192,
"fields": {
"state": 14,
"name": "Rewa"
}
},
{
"model": "stores.city",
"pk": 193,
"fields": {
"state": 2,
"name": "Unnao"
}
},
{
"model": "stores.city",
"pk": 194,
"fields": {
"state": 11,
"name": "Hugli-Chinsurah"
}
},
{
"model": "stores.city",
"pk": 195,
"fields": {
"state": 11,
"name": "Raiganj"
}
},
{
"model": "stores.city",
"pk": 196,
"fields": {
"state": 18,
"name": "Phusro"
}
},
{
"model": "stores.city",
"pk": 197,
"fields": {
"state": 18,
"name": "Adityapur"
}
},
{
"model": "stores.city",
"pk": 198,
"fields": {
"state": 23,
"name": "Alappuzha"
}
},
{
"model": "stores.city",
"pk": 199,
"fields": {
"state": 3,
"name": "Bahadurgarh"
}
},
{
"model": "stores.city",
"pk": 200,
"fields": {
"state": 15,
"name": "Machilipatnam"
}
},
{
"model": "stores.city",
"pk": 201,
"fields": {
"state": 2,
"name": "Rae Bareli"
}
},
{
"model": "stores.city",
"pk": 202,
"fields": {
"state": 11,
"name": "Jalpaiguri"
}
},
{
"model": "stores.city",
"pk": 203,
"fields": {
"state": 8,
"name": "Bharuch"
}
},
{
"model": "stores.city",
"pk": 204,
"fields": {
"state": 16,
"name": "Pathankot"
}
},
{
"model": "stores.city",
"pk": 205,
"fields": {
"state": 16,
"name": "Hoshiarpur"
}
},
{
"model": "stores.city",
"pk": 206,
"fields": {
"state": 17,
"name": "Baramula"
}
},
{
"model": "stores.city",
"pk": 207,
"fields": {
"state": 15,
"name": "Adoni"
}
},
{
"model": "stores.city",
"pk": 208,
"fields": {
"state": 3,
"name": "Jind"
}
},
{
"model": "stores.city",
"pk": 209,
"fields": {
"state": 12,
"name": "Tonk"
}
},
{
"model": "stores.city",
"pk": 210,
"fields": {
"state": 15,
"name": "Tenali"
}
},
{
"model": "stores.city",
"pk": 211,
"fields": {
"state": 10,
"name": "Kancheepuram"
}
},
{
"model": "stores.city",
"pk": 212,
"fields": {
"state": 8,
"name": "Vapi"
}
},
{
"model": "stores.city",
"pk": 213,
"fields": {
"state": 3,
"name": "Sirsa"
}
},
{
"model": "stores.city",
"pk": 214,
"fields": {
"state": 8,
"name": "Navsari"
}
},
{
"model": "stores.city",
"pk": 215,
"fields": {
"state": 9,
"name": "Mahbubnagar"
}
},
{
"model": "stores.city",
"pk": 216,
"fields": {
"state": 22,
"name": "Puri"
}
},
{
"model": "stores.city",
"pk": 217,
"fields": {
"state": 7,
"name": "Robertson Pet"
}
},
{
"model": "stores.city",
"pk": 218,
"fields": {
"state": 10,
"name": "Erode"
}
},
{
"model": "stores.city",
"pk": 219,
"fields": {
"state": 16,
"name": "Batala"
}
},
{
"model": "stores.city",
"pk": 220,
"fields": {
"state": 24,
"name": "Haldwani-cum-Kathgodam"
}
},
{
"model": "stores.city",
"pk": 221,
"fields": {
"state": 14,
"name": "Vidisha"
}
},
{
"model": "stores.city",
"pk": 222,
"fields": {
"state": 13,
"name": "Saharsa"
}
},
{
"model": "stores.city",
"pk": 223,
"fields": {
"state": 3,
"name": "Thanesar"
}
},
{
"model": "stores.city",
"pk": 224,
"fields": {
"state": 15,
"name": "Chittoor"
}
},
{
"model": "stores.city",
"pk": 225,
"fields": {
"state": 8,
"name": "Veraval"
}
},
{
"model": "stores.city",
"pk": 226,
"fields": {
"state": 2,
"name": "Lakhimpur"
}
},
{
"model": "stores.city",
"pk": 227,
"fields": {
"state": 2,
"name": "Sitapur"
}
},
{
"model": "stores.city",
"pk": 228,
"fields": {
"state": 15,
"name": "Hindupur"
}
},
{
"model": "stores.city",
"pk": 229,
"fields": {
"state": 11,
"name": "Santipur"
}
},
{
"model": "stores.city",
"pk": 230,
"fields": {
"state": 11,
"name": "Balurghat"
}
},
{
"model": "stores.city",
"pk": 231,
"fields": {
"state": 14,
"name": "Ganjbasoda"
}
},
{
"model": "stores.city",
"pk": 232,
"fields": {
"state": 16,
"name": "Moga"
}
},
{
"model": "stores.city",
"pk": 233,
"fields": {
"state": 15,
"name": "Proddatur"
}
},
{
"model": "stores.city",
"pk": 234,
"fields": {
"state": 24,
"name": "Srinagar"
}
},
{
"model": "stores.city",
"pk": 235,
"fields": {
"state": 11,
"name": "Medinipur"
}
},
{
"model": "stores.city",
"pk": 236,
"fields": {
"state": 11,
"name": "Habra"
}
},
{
"model": "stores.city",
"pk": 237,
"fields": {
"state": 13,
"name": "Sasaram"
}
},
{
"model": "stores.city",
"pk": 238,
"fields": {
"state": 13,
"name": "Hajipur"
}
},
{
"model": "stores.city",
"pk": 239,
"fields": {
"state": 8,
"name": "Bhuj"
}
},
{
"model": "stores.city",
"pk": 240,
"fields": {
"state": 14,
"name": "Shivpuri"
}
},
{
"model": "stores.city",
"pk": 241,
"fields": {
"state": 11,
"name": "Ranaghat"
}
},
{
"model": "stores.city",
"pk": 242,
"fields": {
"state": 30,
"name": "Shimla"
}
},
{
"model": "stores.city",
"pk": 243,
"fields": {
"state": 10,
"name": "Tiruvannamalai"
}
},
{
"model": "stores.city",
"pk": 244,
"fields": {
"state": 3,
"name": "Kaithal"
}
},
{
"model": "stores.city",
"pk": 245,
"fields": {
"state": 19,
"name": "Rajnandgaon"
}
},
{
"model": "stores.city",
"pk": 246,
"fields": {
"state": 8,
"name": "Godhra"
}
},
{
"model": "stores.city",
"pk": 247,
"fields": {
"state": 18,
"name": "Hazaribag"
}
},
{
"model": "stores.city",
"pk": 248,
"fields": {
"state": 15,
"name": "Bhimavaram"
}
},
{
"model": "stores.city",
"pk": 249,
"fields": {
"state": 14,
"name": "Mandsaur"
}
},
{
"model": "stores.city",
"pk": 250,
"fields": {
"state": 20,
"name": "Dibrugarh"
}
},
{
"model": "stores.city",
"pk": 251,
"fields": {
"state": 7,
"name": "Kolar"
}
},
{
"model": "stores.city",
"pk": 252,
"fields": {
"state": 11,
"name": "Bankura"
}
},
{
"model": "stores.city",
"pk": 253,
"fields": {
"state": 7,
"name": "Mandya"
}
},
{
"model": "stores.city",
"pk": 254,
"fields": {
"state": 13,
"name": "Dehri-on-Sone"
}
},
{
"model": "stores.city",
"pk": 255,
"fields": {
"state": 15,
"name": "Madanapalle"
}
},
{
"model": "stores.city",
"pk": 256,
"fields": {
"state": 16,
"name": "Malerkotla"
}
},
{
"model": "stores.city",
"pk": 257,
"fields": {
"state": 2,
"name": "Lalitpur"
}
},
{
"model": "stores.city",
"pk": 258,
"fields": {
"state": 13,
"name": "Bettiah"
}
},
{
"model": "stores.city",
"pk": 259,
"fields": {
"state": 10,
"name": "Pollachi"
}
},
{
"model": "stores.city",
"pk": 260,
"fields": {
"state": 16,
"name": "Khanna"
}
},
{
"model": "stores.city",
"pk": 261,
"fields": {
"state": 14,
"name": "Neemuch"
}
},
{
"model": "stores.city",
"pk": 262,
"fields": {
"state": 3,
"name": "Palwal"
}
},
{
"model": "stores.city",
"pk": 263,
"fields": {
"state": 8,
"name": "Palanpur"
}
},
{
"model": "stores.city",
"pk": 264,
"fields": {
"state": 15,
"name": "Guntakal"
}
},
{
"model": "stores.city",
"pk": 265,
"fields": {
"state": 11,
"name": "Nabadwip"
}
},
{
"model": "stores.city",
"pk": 266,
"fields": {
"state": 7,
"name": "Udupi"
}
},
{
"model": "stores.city",
"pk": 267,
"fields": {
"state": 19,
"name": "Jagdalpur"
}
},
{
"model": "stores.city",
"pk": 268,
"fields": {
"state": 13,
"name": "Motihari"
}
},
{
"model": "stores.city",
"pk": 269,
"fields": {
"state": 2,
"name": "Pilibhit"
}
},
{
"model": "stores.city",
"pk": 270,
"fields": {
"state": 31,
"name": "Dimapur"
}
},
{
"model": "stores.city",
"pk": 271,
"fields": {
"state": 16,
"name": "Mohali"
}
},
{
"model": "stores.city",
"pk": 272,
"fields": {
"state": 12,
"name": "Sadulpur"
}
},
{
"model": "stores.city",
"pk": 273,
"fields": {
"state": 10,
"name": "Rajapalayam"
}
},
{
"model": "stores.city",
"pk": 274,
"fields": {
"state": 15,
"name": "Dharmavaram"
}
},
{
"model": "stores.city",
"pk": 275,
"fields": {
"state": 24,
"name": "Kashipur"
}
},
{
"model": "stores.city",
"pk": 276,
"fields": {
"state": 10,
"name": "Sivakasi"
}
},
{
"model": "stores.city",
"pk": 277,
"fields": {
"state": 11,
"name": "Darjiling"
}
},
{
"model": "stores.city",
"pk": 278,
"fields": {
"state": 7,
"name": "Chikkamagaluru"
}
},
{
"model": "stores.city",
"pk": 279,
"fields": {
"state": 15,
"name": "Gudivada"
}
},
{
"model": "stores.city",
"pk": 280,
"fields": {
"state": 22,
"name": "Baleshwar Town"
}
},
{
"model": "stores.city",
"pk": 281,
"fields": {
"state": 9,
"name": "Mancherial"
}
},
{
"model": "stores.city",
"pk": 282,
"fields": {
"state": 15,
"name": "Srikakulam"
}
},
{
"model": "stores.city",
"pk": 283,
"fields": {
"state": 9,
"name": "Adilabad"
}
},
{
"model": "stores.city",
"pk": 284,
"fields": {
"state": 6,
"name": "Yavatmal"
}
},
{
"model": "stores.city",
"pk": 285,
"fields": {
"state": 16,
"name": "Barnala"
}
},
{
"model": "stores.city",
"pk": 286,
"fields": {
"state": 20,
"name": "Nagaon"
}
},
{
"model": "stores.city",
"pk": 287,
"fields": {
"state": 15,
"name": "Narasaraopet"
}
},
{
"model": "stores.city",
"pk": 288,
"fields": {
"state": 19,
"name": "Raigarh"
}
},
{
"model": "stores.city",
"pk": 289,
"fields": {
"state": 24,
"name": "Roorkee"
}
},
{
"model": "stores.city",
"pk": 290,
"fields": {
"state": 8,
"name": "Valsad"
}
},
{
"model": "stores.city",
"pk": 291,
"fields": {
"state": 19,
"name": "Ambikapur"
}
},
{
"model": "stores.city",
"pk": 292,
"fields": {
"state": 18,
"name": "Giridih"
}
},
{
"model": "stores.city",
"pk": 293,
"fields": {
"state": 2,
"name": "Chandausi"
}
},
{
"model": "stores.city",
"pk": 294,
"fields": {
"state": 11,
"name": "Purulia"
}
},
{
"model": "stores.city",
"pk": 295,
"fields": {
"state": 8,
"name": "Patan"
}
},
{
"model": "stores.city",
"pk": 296,
"fields": {
"state": 13,
"name": "Bagaha"
}
},
{
"model": "stores.city",
"pk": 297,
"fields": {
"state": 2,
"name": "Hardoi "
}
},
{
"model": "stores.city",
"pk": 298,
"fields": {
"state": 6,
"name": "Achalpur"
}
},
{
"model": "stores.city",
"pk": 299,
"fields": {
"state": 6,
"name": "Osmanabad"
}
},
{
"model": "stores.city",
"pk": 300,
"fields": {
"state": 8,
"name": "Deesa"
}
},
{
"model": "stores.city",
"pk": 301,
"fields": {
"state": 6,
"name": "Nandurbar"
}
},
{
"model": "stores.city",
"pk": 302,
"fields": {
"state": 2,
"name": "Azamgarh"
}
},
{
"model": "stores.city",
"pk": 303,
"fields": {
"state": 18,
"name": "Ramgarh"
}
},
{
"model": "stores.city",
"pk": 304,
"fields": {
"state": 16,
"name": "Firozpur"
}
},
{
"model": "stores.city",
"pk": 305,
"fields": {
"state": 22,
"name": "Baripada Town"
}
},
{
"model": "stores.city",
"pk": 306,
"fields": {
"state": 7,
"name": "Karwar"
}
},
{
"model": "stores.city",
"pk": 307,
"fields": {
"state": 13,
"name": "Siwan"
}
},
{
"model": "stores.city",
"pk": 308,
"fields": {
"state": 15,
"name": "Rajampet"
}
},
{
"model": "stores.city",
"pk": 309,
"fields": {
"state": 10,
"name": "Pudukkottai"
}
},
{
"model": "stores.city",
"pk": 310,
"fields": {
"state": 17,
"name": "Anantnag"
}
},
{
"model": "stores.city",
"pk": 311,
"fields": {
"state": 15,
"name": "Tadpatri"
}
},
{
"model": "stores.city",
"pk": 312,
"fields": {
"state": 6,
"name": "Satara"
}
},
{
"model": "stores.city",
"pk": 313,
"fields": {
"state": 22,
"name": "Bhadrak"
}
},
{
"model": "stores.city",
"pk": 314,
"fields": {
"state": 13,
"name": "Kishanganj"
}
},
{
"model": "stores.city",
"pk": 315,
"fields": {
"state": 9,
"name": "Suryapet"
}
},
{
"model": "stores.city",
"pk": 316,
"fields": {
"state": 6,
"name": "Wardha"
}
},
{
"model": "stores.city",
"pk": 317,
"fields": {
"state": 7,
"name": "Ranebennuru"
}
},
{
"model": "stores.city",
"pk": 318,
"fields": {
"state": 8,
"name": "Amreli"
}
},
{
"model": "stores.city",
"pk": 319,
"fields": {
"state": 10,
"name": "Neyveli (TS)"
}
},
{
"model": "stores.city",
"pk": 320,
"fields": {
"state": 13,
"name": "Jamalpur"
}
},
{
"model": "stores.city",
"pk": 321,
"fields": {
"state": 32,
"name": "Marmagao"
}
},
{
"model": "stores.city",
"pk": 322,
"fields": {
"state": 6,
"name": "Udgir"
}
},
{
"model": "stores.city",
"pk": 323,
"fields": {
"state": 15,
"name": "Tadepalligudem"
}
},
{
"model": "stores.city",
"pk": 324,
"fields": {
"state": 10,
"name": "Nagapattinam"
}
},
{
"model": "stores.city",
"pk": 325,
"fields": {
"state": 13,
"name": "Buxar"
}
},
{
"model": "stores.city",
"pk": 326,
"fields": {
"state": 6,
"name": "Aurangabad"
}
},
{
"model": "stores.city",
"pk": 327,
"fields": {
"state": 13,
"name": "Jehanabad"
}
},
{
"model": "stores.city",
"pk": 328,
"fields": {
"state": 16,
"name": "Phagwara"
}
},
{
"model": "stores.city",
"pk": 329,
"fields": {
"state": 2,
"name": "Khair"
}
},
{
"model": "stores.city",
"pk": 330,
"fields": {
"state": 12,
"name": "Sawai Madhopur"
}
},
{
"model": "stores.city",
"pk": 331,
"fields": {
"state": 16,
"name": "Kapurthala"
}
},
{
"model": "stores.city",
"pk": 332,
"fields": {
"state": 15,
"name": "Chilakaluripet"
}
},
{
"model": "stores.city",
"pk": 333,
"fields": {
"state": 13,
"name": "Aurangabad"
}
},
{
"model": "stores.city",
"pk": 334,
"fields": {
"state": 23,
"name": "Malappuram"
}
},
{
"model": "stores.city",
"pk": 335,
"fields": {
"state": 3,
"name": "Rewari"
}
},
{
"model": "stores.city",
"pk": 336,
"fields": {
"state": 12,
"name": "Nagaur"
}
},
{
"model": "stores.city",
"pk": 337,
"fields": {
"state": 2,
"name": "Sultanpur"
}
},
{
"model": "stores.city",
"pk": 338,
"fields": {
"state": 14,
"name": "Nagda"
}
},
{
"model": "stores.city",
"pk": 339,
"fields": {
"state": 33,
"name": "Port Blair"
}
},
{
"model": "stores.city",
"pk": 340,
"fields": {
"state": 13,
"name": "Lakhisarai"
}
},
{
"model": "stores.city",
"pk": 341,
"fields": {
"state": 32,
"name": "Panaji"
}
},
{
"model": "stores.city",
"pk": 342,
"fields": {
"state": 20,
"name": "Tinsukia"
}
},
{
"model": "stores.city",
"pk": 343,
"fields": {
"state": 14,
"name": "Itarsi"
}
},
{
"model": "stores.city",
"pk": 344,
"fields": {
"state": 31,
"name": "Kohima"
}
},
{
"model": "stores.city",
"pk": 345,
"fields": {
"state": 22,
"name": "Balangir"
}
},
{
"model": "stores.city",
"pk": 346,
"fields": {
"state": 13,
"name": "Nawada"
}
},
{
"model": "stores.city",
"pk": 347,
"fields": {
"state": 22,
"name": "Jharsuguda"
}
},
{
"model": "stores.city",
"pk": 348,
"fields": {
"state": 9,
"name": "Jagtial"
}
},
{
"model": "stores.city",
"pk": 349,
"fields": {
"state": 10,
"name": "Viluppuram"
}
},
{
"model": "stores.city",
"pk": 350,
"fields": {
"state": 6,
"name": "Amalner"
}
},
{
"model": "stores.city",
"pk": 351,
"fields": {
"state": 16,
"name": "Zirakpur"
}
},
{
"model": "stores.city",
"pk": 352,
"fields": {
"state": 2,
"name": "Tanda"
}
},
{
"model": "stores.city",
"pk": 353,
"fields": {
"state": 10,
"name": "Tiruchengode"
}
},
{
"model": "stores.city",
"pk": 354,
"fields": {
"state": 2,
"name": "Nagina"
}
},
{
"model": "stores.city",
"pk": 355,
"fields": {
"state": 15,
"name": "Yemmiganur"
}
},
{
"model": "stores.city",
"pk": 356,
"fields": {
"state": 10,
"name": "Vaniyambadi"
}
},
{
"model": "stores.city",
"pk": 357,
"fields": {
"state": 14,
"name": "Sarni"
}
},
{
"model": "stores.city",
"pk": 358,
"fields": {
"state": 10,
"name": "Theni Allinagaram"
}
},
{
"model": "stores.city",
"pk": 359,
"fields": {
"state": 32,
"name": "Margao"
}
},
{
"model": "stores.city",
"pk": 360,
"fields": {
"state": 6,
"name": "Akot"
}
},
{
"model": "stores.city",
"pk": 361,
"fields": {
"state": 14,
"name": "Sehore"
}
},
{
"model": "stores.city",
"pk": 362,
"fields": {
"state": 14,
"name": "Mhow Cantonment"
}
},
{
"model": "stores.city",
"pk": 363,
"fields": {
"state": 16,
"name": "Kot Kapura"
}
},
{
"model": "stores.city",
"pk": 364,
"fields": {
"state": 12,
"name": "Makrana"
}
},
{
"model": "stores.city",
"pk": 365,
"fields": {
"state": 6,
"name": "Pandharpur"
}
},
{
"model": "stores.city",
"pk": 366,
"fields": {
"state": 9,
"name": "Miryalaguda"
}
},
{
"model": "stores.city",
"pk": 367,
"fields": {
"state": 2,
"name": "Shamli"
}
},
{
"model": "stores.city",
"pk": 368,
"fields": {
"state": 14,
"name": "Seoni"
}
},
{
"model": "stores.city",
"pk": 369,
"fields": {
"state": 7,
"name": "Ranibennur"
}
},
{
"model": "stores.city",
"pk": 370,
"fields": {
"state": 15,
"name": "Kadiri"
}
},
{
"model": "stores.city",
"pk": 371,
"fields": {
"state": 6,
"name": "Shrirampur"
}
},
{
"model": "stores.city",
"pk": 372,
"fields": {
"state": 24,
"name": "Rudrapur"
}
},
{
"model": "stores.city",
"pk": 373,
"fields": {
"state": 6,
"name": "Parli"
}
},
{
"model": "stores.city",
"pk": 374,
"fields": {
"state": 2,
"name": "Najibabad"
}
},
{
"model": "stores.city",
"pk": 375,
"fields": {
"state": 9,
"name": "Nirmal"
}
},
{
"model": "stores.city",
"pk": 376,
"fields": {
"state": 10,
"name": "Udhagamandalam"
}
},
{
"model": "stores.city",
"pk": 377,
"fields": {
"state": 2,
"name": "Shikohabad"
}
},
{
"model": "stores.city",
"pk": 378,
"fields": {
"state": 18,
"name": "Jhumri Tilaiya"
}
},
{
"model": "stores.city",
"pk": 379,
"fields": {
"state": 10,
"name": "Aruppukkottai"
}
},
{
"model": "stores.city",
"pk": 380,
"fields": {
"state": 23,
"name": "Ponnani"
}
},
{
"model": "stores.city",
"pk": 381,
"fields": {
"state": 13,
"name": "Jamui"
}
},
{
"model": "stores.city",
"pk": 382,
"fields": {
"state": 13,
"name": "Sitamarhi"
}
},
{
"model": "stores.city",
"pk": 383,
"fields": {
"state": 15,
"name": "Chirala"
}
},
{
"model": "stores.city",
"pk": 384,
"fields": {
"state": 8,
"name": "Anjar"
}
},
{
"model": "stores.city",
"pk": 385,
"fields": {
"state": 25,
"name": "Karaikal"
}
},
{
"model": "stores.city",
"pk": 386,
"fields": {
"state": 3,
"name": "Hansi"
}
},
{
"model": "stores.city",
"pk": 387,
"fields": {
"state": 15,
"name": "Anakapalle"
}
},
{
"model": "stores.city",
"pk": 388,
"fields": {
"state": 19,
"name": "Mahasamund"
}
},
{
"model": "stores.city",
"pk": 389,
"fields": {
"state": 16,
"name": "Faridkot"
}
},
{
"model": "stores.city",
"pk": 390,
"fields": {
"state": 18,
"name": "Saunda"
}
},
{
"model": "stores.city",
"pk": 391,
"fields": {
"state": 8,
"name": "Dhoraji"
}
},
{
"model": "stores.city",
"pk": 392,
"fields": {
"state": 10,
"name": "Paramakudi"
}
},
{
"model": "stores.city",
"pk": 393,
"fields": {
"state": 14,
"name": "Balaghat"
}
},
{
"model": "stores.city",
"pk": 394,
"fields": {
"state": 12,
"name": "Sujangarh"
}
},
{
"model": "stores.city",
"pk": 395,
"fields": {
"state": 8,
"name": "Khambhat"
}
},
{
"model": "stores.city",
"pk": 396,
"fields": {
"state": 16,
"name": "Muktsar"
}
},
{
"model": "stores.city",
"pk": 397,
"fields": {
"state": 16,
"name": "Rajpura"
}
},
{
"model": "stores.city",
"pk": 398,
"fields": {
"state": 15,
"name": "Kavali"
}
},
{
"model": "stores.city",
"pk": 399,
"fields": {
"state": 19,
"name": "Dhamtari"
}
},
{
"model": "stores.city",
"pk": 400,
"fields": {
"state": 14,
"name": "Ashok Nagar"
}
},
{
"model": "stores.city",
"pk": 401,
"fields": {
"state": 12,
"name": "Sardarshahar"
}
},
{
"model": "stores.city",
"pk": 402,
"fields": {
"state": 8,
"name": "Mahuva"
}
},
{
"model": "stores.city",
"pk": 403,
"fields": {
"state": 22,
"name": "Bargarh"
}
},
{
"model": "stores.city",
"pk": 404,
"fields": {
"state": 9,
"name": "Kamareddy"
}
},
{
"model": "stores.city",
"pk": 405,
"fields": {
"state": 18,
"name": "Sahibganj"
}
},
{
"model": "stores.city",
"pk": 406,
"fields": {
"state": 9,
"name": "Kothagudem"
}
},
{
"model": "stores.city",
"pk": 407,
"fields": {
"state": 7,
"name": "Ramanagaram"
}
},
{
"model": "stores.city",
"pk": 408,
"fields": {
"state": 7,
"name": "Gokak"
}
},
{
"model": "stores.city",
"pk": 409,
"fields": {
"state": 14,
"name": "Tikamgarh"
}
},
{
"model": "stores.city",
"pk": 410,
"fields": {
"state": 13,
"name": "Araria"
}
},
{
"model": "stores.city",
"pk": 411,
"fields": {
"state": 24,
"name": "Rishikesh"
}
},
{
"model": "stores.city",
"pk": 412,
"fields": {
"state": 14,
"name": "Shahdol"
}
},
{
"model": "stores.city",
"pk": 413,
"fields": {
"state": 18,
"name": "Medininagar (Daltonganj)"
}
},
{
"model": "stores.city",
"pk": 414,
"fields": {
"state": 10,
"name": "Arakkonam"
}
},
{
"model": "stores.city",
"pk": 415,
"fields": {
"state": 6,
"name": "Washim"
}
},
{
"model": "stores.city",
"pk": 416,
"fields": {
"state": 16,
"name": "Sangrur"
}
},
{
"model": "stores.city",
"pk": 417,
"fields": {
"state": 9,
"name": "Bodhan"
}
},
{
"model": "stores.city",
"pk": 418,
"fields": {
"state": 16,
"name": "Fazilka"
}
},
{
"model": "stores.city",
"pk": 419,
"fields": {
"state": 15,
"name": "Palacole"
}
},
{
"model": "stores.city",
"pk": 420,
"fields": {
"state": 8,
"name": "Keshod"
}
},
{
"model": "stores.city",
"pk": 421,
"fields": {
"state": 15,
"name": "Sullurpeta"
}
},
{
"model": "stores.city",
"pk": 422,
"fields": {
"state": 8,
"name": "Wadhwan"
}
},
{
"model": "stores.city",
"pk": 423,
"fields": {
"state": 16,
"name": "Gurdaspur"
}
},
{
"model": "stores.city",
"pk": 424,
"fields": {
"state": 23,
"name": "Vatakara"
}
},
{
"model": "stores.city",
"pk": 425,
"fields": {
"state": 28,
"name": "Tura"
}
},
{
"model": "stores.city",
"pk": 426,
"fields": {
"state": 3,
"name": "Narnaul"
}
},
{
"model": "stores.city",
"pk": 427,
"fields": {
"state": 16,
"name": "Kharar"
}
},
{
"model": "stores.city",
"pk": 428,
"fields": {
"state": 7,
"name": "Yadgir"
}
},
{
"model": "stores.city",
"pk": 429,
"fields": {
"state": 6,
"name": "Ambejogai"
}
},
{
"model": "stores.city",
"pk": 430,
"fields": {
"state": 8,
"name": "Ankleshwar"
}
},
{
"model": "stores.city",
"pk": 431,
"fields": {
"state": 8,
"name": "Savarkundla"
}
},
{
"model": "stores.city",
"pk": 432,
"fields": {
"state": 22,
"name": "Paradip"
}
},
{
"model": "stores.city",
"pk": 433,
"fields": {
"state": 10,
"name": "Virudhachalam"
}
},
{
"model": "stores.city",
"pk": 434,
"fields": {
"state": 23,
"name": "Kanhangad"
}
},
{
"model": "stores.city",
"pk": 435,
"fields": {
"state": 8,
"name": "Kadi"
}
},
{
"model": "stores.city",
"pk": 436,
"fields": {
"state": 10,
"name": "Srivilliputhur"
}
},
{
"model": "stores.city",
"pk": 437,
"fields": {
"state": 16,
"name": "Gobindgarh"
}
},
{
"model": "stores.city",
"pk": 438,
"fields": {
"state": 10,
"name": "Tindivanam"
}
},
{
"model": "stores.city",
"pk": 439,
"fields": {
"state": 16,
"name": "Mansa"
}
},
{
"model": "stores.city",
"pk": 440,
"fields": {
"state": 23,
"name": "Taliparamba"
}
},
{
"model": "stores.city",
"pk": 441,
"fields": {
"state": 6,
"name": "Manmad"
}
},
{
"model": "stores.city",
"pk": 442,
"fields": {
"state": 15,
"name": "Tanuku"
}
},
{
"model": "stores.city",
"pk": 443,
"fields": {
"state": 15,
"name": "Rayachoti"
}
},
{
"model": "stores.city",
"pk": 444,
"fields": {
"state": 10,
"name": "Virudhunagar"
}
},
{
"model": "stores.city",
"pk": 445,
"fields": {
"state": 23,
"name": "Koyilandy"
}
},
{
"model": "stores.city",
"pk": 446,
"fields": {
"state": 20,
"name": "Jorhat"
}
},
{
"model": "stores.city",
"pk": 447,
"fields": {
"state": 10,
"name": "Karur"
}
},
{
"model": "stores.city",
"pk": 448,
"fields": {
"state": 10,
"name": "Valparai"
}
},
{
"model": "stores.city",
"pk": 449,
"fields": {
"state": 15,
"name": "Srikalahasti"
}
},
{
"model": "stores.city",
"pk": 450,
"fields": {
"state": 23,
"name": "Neyyattinkara"
}
},
{
"model": "stores.city",
"pk": 451,
"fields": {
"state": 15,
"name": "Bapatla"
}
},
{
"model": "stores.city",
"pk": 452,
"fields": {
"state": 3,
"name": "Fatehabad"
}
},
{
"model": "stores.city",
"pk": 453,
"fields": {
"state": 16,
"name": "Malout"
}
},
{
"model": "stores.city",
"pk": 454,
"fields": {
"state": 10,
"name": "Sankarankovil"
}
},
{
"model": "stores.city",
"pk": 455,
"fields": {
"state": 10,
"name": "Tenkasi"
}
},
{
"model": "stores.city",
"pk": 456,
"fields": {
"state": 6,
"name": "Ratnagiri"
}
},
{
"model": "stores.city",
"pk": 457,
"fields": {
"state": 7,
"name": "Rabkavi Banhatti"
}
},
{
"model": "stores.city",
"pk": 458,
"fields": {
"state": 2,
"name": "Sikandrabad"
}
},
{
"model": "stores.city",
"pk": 459,
"fields": {
"state": 18,
"name": "Chaibasa"
}
},
{
"model": "stores.city",
"pk": 460,
"fields": {
"state": 19,
"name": "Chirmiri"
}
},
{
"model": "stores.city",
"pk": 461,
"fields": {
"state": 9,
"name": "Palwancha"
}
},
{
"model": "stores.city",
"pk": 462,
"fields": {
"state": 22,
"name": "Bhawanipatna"
}
},
{
"model": "stores.city",
"pk": 463,
"fields": {
"state": 23,
"name": "Kayamkulam"
}
},
{
"model": "stores.city",
"pk": 464,
"fields": {
"state": 14,
"name": "Pithampur"
}
},
{
"model": "stores.city",
"pk": 465,
"fields": {
"state": 16,
"name": "Nabha"
}
},
{
"model": "stores.city",
"pk": 466,
"fields": {
"state": 2,
"name": "Shahabad, Hardoi"
}
},
{
"model": "stores.city",
"pk": 467,
"fields": {
"state": 22,
"name": "Dhenkanal"
}
},
{
"model": "stores.city",
"pk": 468,
"fields": {
"state": 6,
"name": "Uran Islampur"
}
},
{
"model": "stores.city",
"pk": 469,
"fields": {
"state": 13,
"name": "Gopalganj"
}
},
{
"model": "stores.city",
"pk": 470,
"fields": {
"state": 20,
"name": "Bongaigaon City"
}
},
{
"model": "stores.city",
"pk": 471,
"fields": {
"state": 10,
"name": "Palani"
}
},
{
"model": "stores.city",
"pk": 472,
"fields": {
"state": 6,
"name": "Pusad"
}
},
{
"model": "stores.city",
"pk": 473,
"fields": {
"state": 17,
"name": "Sopore"
}
},
{
"model": "stores.city",
"pk": 474,
"fields": {
"state": 2,
"name": "Pilkhuwa"
}
},
{
"model": "stores.city",
"pk": 475,
"fields": {
"state": 16,
"name": "Tarn Taran"
}
},
{
"model": "stores.city",
"pk": 476,
"fields": {
"state": 2,
"name": "Renukoot"
}
},
{
"model": "stores.city",
"pk": 477,
"fields": {
"state": 9,
"name": "Mandamarri"
}
},
{
"model": "stores.city",
"pk": 478,
"fields": {
"state": 7,
"name": "Shahabad"
}
},
{
"model": "stores.city",
"pk": 479,
"fields": {
"state": 22,
"name": "Barbil"
}
},
{
"model": "stores.city",
"pk": 480,
"fields": {
"state": 9,
"name": "Koratla"
}
},
{
"model": "stores.city",
"pk": 481,
"fields": {
"state": 13,
"name": "Madhubani"
}
},
{
"model": "stores.city",
"pk": 482,
"fields": {
"state": 11,
"name": "Arambagh"
}
},
{
"model": "stores.city",
"pk": 483,
"fields": {
"state": 3,
"name": "Gohana"
}
},
{
"model": "stores.city",
"pk": 484,
"fields": {
"state": 12,
"name": "Ladnu"
}
},
{
"model": "stores.city",
"pk": 485,
"fields": {
"state": 10,
"name": "Pattukkottai"
}
},
{
"model": "stores.city",
"pk": 486,
"fields": {
"state": 7,
"name": "Sirsi"
}
},
{
"model": "stores.city",
"pk": 487,
"fields": {
"state": 9,
"name": "Sircilla"
}
},
{
"model": "stores.city",
"pk": 488,
"fields": {
"state": 11,
"name": "Tamluk"
}
},
{
"model": "stores.city",
"pk": 489,
"fields": {
"state": 16,
"name": "Jagraon"
}
},
{
"model": "stores.city",
"pk": 490,
"fields": {
"state": 11,
"name": "AlipurdUrban Agglomerationr"
}
},
{
"model": "stores.city",
"pk": 491,
"fields": {
"state": 14,
"name": "Alirajpur"
}
},
{
"model": "stores.city",
"pk": 492,
"fields": {
"state": 9,
"name": "Tandur"
}
},
{
"model": "stores.city",
"pk": 493,
"fields": {
"state": 15,
"name": "Naidupet"
}
},
{
"model": "stores.city",
"pk": 494,
"fields": {
"state": 10,
"name": "Tirupathur"
}
},
{
"model": "stores.city",
"pk": 495,
"fields": {
"state": 3,
"name": "Tohana"
}
},
{
"model": "stores.city",
"pk": 496,
"fields": {
"state": 12,
"name": "Ratangarh"
}
},
{
"model": "stores.city",
"pk": 497,
"fields": {
"state": 20,
"name": "Dhubri"
}
},
{
"model": "stores.city",
"pk": 498,
"fields": {
"state": 13,
"name": "Masaurhi"
}
},
{
"model": "stores.city",
"pk": 499,
"fields": {
"state": 8,
"name": "Visnagar"
}
},
{
"model": "stores.city",
"pk": 500,
"fields": {
"state": 2,
"name": "Vrindavan"
}
},
{
"model": "stores.city",
"pk": 501,
"fields": {
"state": 12,
"name": "Nokha"
}
},
{
"model": "stores.city",
"pk": 502,
"fields": {
"state": 15,
"name": "Nagari"
}
},
{
"model": "stores.city",
"pk": 503,
"fields": {
"state": 3,
"name": "Narwana"
}
},
{
"model": "stores.city",
"pk": 504,
"fields": {
"state": 10,
"name": "Ramanathapuram"
}
},
{
"model": "stores.city",
"pk": 505,
"fields": {
"state": 2,
"name": "Ujhani"
}
},
{
"model": "stores.city",
"pk": 506,
"fields": {
"state": 13,
"name": "Samastipur"
}
},
{
"model": "stores.city",
"pk": 507,
"fields": {
"state": 2,
"name": "Laharpur"
}
},
{
"model": "stores.city",
"pk": 508,
"fields": {
"state": 6,
"name": "Sangamner"
}
},
{
"model": "stores.city",
"pk": 509,
"fields": {
"state": 12,
"name": "Nimbahera"
}
},
{
"model": "stores.city",
"pk": 510,
"fields": {
"state": 9,
"name": "Siddipet"
}
},
{
"model": "stores.city",
"pk": 511,
"fields": {
"state": 11,
"name": "Suri"
}
},
{
"model": "stores.city",
"pk": 512,
"fields": {
"state": 20,
"name": "Diphu"
}
},
{
"model": "stores.city",
"pk": 513,
"fields": {
"state": 11,
"name": "Jhargram"
}
},
{
"model": "stores.city",
"pk": 514,
"fields": {
"state": 6,
"name": "Shirpur-Warwade"
}
},
{
"model": "stores.city",
"pk": 515,
"fields": {
"state": 2,
"name": "Tilhar"
}
},
{
"model": "stores.city",
"pk": 516,
"fields": {
"state": 7,
"name": "Sindhnur"
}
},
{
"model": "stores.city",
"pk": 517,
"fields": {
"state": 10,
"name": "Udumalaipettai"
}
},
{
"model": "stores.city",
"pk": 518,
"fields": {
"state": 6,
"name": "Malkapur"
}
},
{
"model": "stores.city",
"pk": 519,
"fields": {
"state": 9,
"name": "Wanaparthy"
}
},
{
"model": "stores.city",
"pk": 520,
"fields": {
"state": 15,
"name": "Gudur"
}
},
{
"model": "stores.city",
"pk": 521,
"fields": {
"state": 22,
"name": "Kendujhar"
}
},
{
"model": "stores.city",
"pk": 522,
"fields": {
"state": 14,
"name": "Mandla"
}
},
{
"model": "stores.city",
"pk": 523,
"fields": {
"state": 30,
"name": "Mandi"
}
},
{
"model": "stores.city",
"pk": 524,
"fields": {
"state": 23,
"name": "Nedumangad"
}
},
{
"model": "stores.city",
"pk": 525,
"fields": {
"state": 20,
"name": "North Lakhimpur"
}
},
{
"model": "stores.city",
"pk": 526,
"fields": {
"state": 15,
"name": "Vinukonda"
}
},
{
"model": "stores.city",
"pk": 527,
"fields": {
"state": 7,
"name": "Tiptur"
}
},
{
"model": "stores.city",
"pk": 528,
"fields": {
"state": 10,
"name": "Gobichettipalayam"
}
},
{
"model": "stores.city",
"pk": 529,
"fields": {
"state": 22,
"name": "Sunabeda"
}
},
{
"model": "stores.city",
"pk": 530,
"fields": {
"state": 6,
"name": "Wani"
}
},
{
"model": "stores.city",
"pk": 531,
"fields": {
"state": 8,
"name": "Upleta"
}
},
{
"model": "stores.city",
"pk": 532,
"fields": {
"state": 15,
"name": "Narasapuram"
}
},
{
"model": "stores.city",
"pk": 533,
"fields": {
"state": 15,
"name": "Nuzvid"
}
},
{
"model": "stores.city",
"pk": 534,
"fields": {
"state": 20,
"name": "Tezpur"
}
},
{
"model": "stores.city",
"pk": 535,
"fields": {
"state": 8,
"name": "Una"
}
},
{
"model": "stores.city",
"pk": 536,
"fields": {
"state": 15,
"name": "Markapur"
}
},
{
"model": "stores.city",
"pk": 537,
"fields": {
"state": 14,
"name": "Sheopur"
}
},
{
"model": "stores.city",
"pk": 538,
"fields": {
"state": 10,
"name": "Thiruvarur"
}
},
{
"model": "stores.city",
"pk": 539,
"fields": {
"state": 8,
"name": "Sidhpur"
}
},
{
"model": "stores.city",
"pk": 540,
"fields": {
"state": 2,
"name": "Sahaswan"
}
},
{
"model": "stores.city",
"pk": 541,
"fields": {
"state": 12,
"name": "Suratgarh"
}
},
{
"model": "stores.city",
"pk": 542,
"fields": {
"state": 14,
"name": "Shajapur"
}
},
{
"model": "stores.city",
"pk": 543,
"fields": {
"state": 22,
"name": "Rayagada"
}
},
{
"model": "stores.city",
"pk": 544,
"fields": {
"state": 6,
"name": "Lonavla"
}
},
{
"model": "stores.city",
"pk": 545,
"fields": {
"state": 15,
"name": "Ponnur"
}
},
{
"model": "stores.city",
"pk": 546,
"fields": {
"state": 9,
"name": "Kagaznagar"
}
},
{
"model": "stores.city",
"pk": 547,
"fields": {
"state": 9,
"name": "Gadwal"
}
},
{
"model": "stores.city",
"pk": 548,
"fields": {
"state": 19,
"name": "Bhatapara"
}
},
{
"model": "stores.city",
"pk": 549,
"fields": {
"state": 15,
"name": "Kandukur"
}
},
{
"model": "stores.city",
"pk": 550,
"fields": {
"state": 9,
"name": "Sangareddy"
}
},
{
"model": "stores.city",
"pk": 551,
"fields": {
"state": 8,
"name": "Unjha"
}
},
{
"model": "stores.city",
"pk": 552,
"fields": {
"state": 27,
"name": "Lunglei"
}
},
{
"model": "stores.city",
"pk": 553,
"fields": {
"state": 20,
"name": "Karimganj"
}
},
{
"model": "stores.city",
"pk": 554,
"fields": {
"state": 23,
"name": "Kannur"
}
},
{
"model": "stores.city",
"pk": 555,
"fields": {
"state": 15,
"name": "Bobbili"
}
},
{
"model": "stores.city",
"pk": 556,
"fields": {
"state": 13,
"name": "Mokameh"
}
},
{
"model": "stores.city",
"pk": 557,
"fields": {
"state": 6,
"name": "Talegaon Dabhade"
}
},
{
"model": "stores.city",
"pk": 558,
"fields": {
"state": 6,
"name": "Anjangaon"
}
},
{
"model": "stores.city",
"pk": 559,
"fields": {
"state": 8,
"name": "Mangrol"
}
},
{
"model": "stores.city",
"pk": 560,
"fields": {
"state": 16,
"name": "Sunam"
}
},
{
"model": "stores.city",
"pk": 561,
"fields": {
"state": 11,
"name": "Gangarampur"
}
},
{
"model": "stores.city",
"pk": 562,
"fields": {
"state": 10,
"name": "Thiruvallur"
}
},
{
"model": "stores.city",
"pk": 563,
"fields": {
"state": 23,
"name": "Tirur"
}
},
{
"model": "stores.city",
"pk": 564,
"fields": {
"state": 2,
"name": "Rath"
}
},
{
"model": "stores.city",
"pk": 565,
"fields": {
"state": 22,
"name": "Jatani"
}
},
{
"model": "stores.city",
"pk": 566,
"fields": {
"state": 8,
"name": "Viramgam"
}
},
{
"model": "stores.city",
"pk": 567,
"fields": {
"state": 12,
"name": "Rajsamand"
}
},
{
"model": "stores.city",
"pk": 568,
"fields": {
"state": 25,
"name": "Yanam"
}
},
{
"model": "stores.city",
"pk": 569,
"fields": {
"state": 23,
"name": "Kottayam"
}
},
{
"model": "stores.city",
"pk": 570,
"fields": {
"state": 10,
"name": "Panruti"
}
},
{
"model": "stores.city",
"pk": 571,
"fields": {
"state": 16,
"name": "Dhuri"
}
},
{
"model": "stores.city",
"pk": 572,
"fields": {
"state": 10,
"name": "Namakkal"
}
},
{
"model": "stores.city",
"pk": 573,
"fields": {
"state": 23,
"name": "Kasaragod"
}
},
{
"model": "stores.city",
"pk": 574,
"fields": {
"state": 8,
"name": "Modasa"
}
},
{
"model": "stores.city",
"pk": 575,
"fields": {
"state": 15,
"name": "Rayadurg"
}
},
{
"model": "stores.city",
"pk": 576,
"fields": {
"state": 13,
"name": "Supaul"
}
},
{
"model": "stores.city",
"pk": 577,
"fields": {
"state": 23,
"name": "Kunnamkulam"
}
},
{
"model": "stores.city",
"pk": 578,
"fields": {
"state": 6,
"name": "Umred"
}
},
{
"model": "stores.city",
"pk": 579,
"fields": {
"state": 9,
"name": "Bellampalle"
}
},
{
"model": "stores.city",
"pk": 580,
"fields": {
"state": 20,
"name": "Sibsagar"
}
},
{
"model": "stores.city",
"pk": 581,
"fields": {
"state": 3,
"name": "Mandi Dabwali"
}
},
{
"model": "stores.city",
"pk": 582,
"fields": {
"state": 23,
"name": "Ottappalam"
}
},
{
"model": "stores.city",
"pk": 583,
"fields": {
"state": 13,
"name": "Dumraon"
}
},
{
"model": "stores.city",
"pk": 584,
"fields": {
"state": 15,
"name": "Samalkot"
}
},
{
"model": "stores.city",
"pk": 585,
"fields": {
"state": 15,
"name": "Jaggaiahpet"
}
},
{
"model": "stores.city",
"pk": 586,
"fields": {
"state": 20,
"name": "Goalpara"
}
},
{
"model": "stores.city",
"pk": 587,
"fields": {
"state": 15,
"name": "Tuni"
}
},
{
"model": "stores.city",
"pk": 588,
"fields": {
"state": 12,
"name": "Lachhmangarh"
}
},
{
"model": "stores.city",
"pk": 589,
"fields": {
"state": 9,
"name": "Bhongir"
}
},
{
"model": "stores.city",
"pk": 590,
"fields": {
"state": 15,
"name": "Amalapuram"
}
},
{
"model": "stores.city",
"pk": 591,
"fields": {
"state": 16,
"name": "Firozpur Cantt."
}
},
{
"model": "stores.city",
"pk": 592,
"fields": {
"state": 9,
"name": "Vikarabad"
}
},
{
"model": "stores.city",
"pk": 593,
"fields": {
"state": 23,
"name": "Thiruvalla"
}
},
{
"model": "stores.city",
"pk": 594,
"fields": {
"state": 2,
"name": "Sherkot"
}
},
{
"model": "stores.city",
"pk": 595,
"fields": {
"state": 6,
"name": "Palghar"
}
},
{
"model": "stores.city",
"pk": 596,
"fields": {
"state": 6,
"name": "Shegaon"
}
},
{
"model": "stores.city",
"pk": 597,
"fields": {
"state": 9,
"name": "Jangaon"
}
},
{
"model": "stores.city",
"pk": 598,
"fields": {
"state": 15,
"name": "Bheemunipatnam"
}
},
{
"model": "stores.city",
"pk": 599,
"fields": {
"state": 14,
"name": "Panna"
}
},
{
"model": "stores.city",
"pk": 600,
"fields": {
"state": 23,
"name": "Thodupuzha"
}
},
{
"model": "stores.city",
"pk": 601,
"fields": {
"state": 17,
"name": "KathUrban Agglomeration"
}
},
{
"model": "stores.city",
"pk": 602,
"fields": {
"state": 8,
"name": "Palitana"
}
},
{
"model": "stores.city",
"pk": 603,
"fields": {
"state": 13,
"name": "Arwal"
}
},
{
"model": "stores.city",
"pk": 604,
"fields": {
"state": 15,
"name": "Venkatagiri"
}
},
{
"model": "stores.city",
"pk": 605,
"fields": {
"state": 2,
"name": "Kalpi"
}
},
{
"model": "stores.city",
"pk": 606,
"fields": {
"state": 12,
"name": "Rajgarh (Churu)"
}
},
{
"model": "stores.city",
"pk": 607,
"fields": {
"state": 15,
"name": "Sattenapalle"
}
},
{
"model": "stores.city",
"pk": 608,
"fields": {
"state": 7,
"name": "Arsikere"
}
},
{
"model": "stores.city",
"pk": 609,
"fields": {
"state": 6,
"name": "Ozar"
}
},
{
"model": "stores.city",
"pk": 610,
"fields": {
"state": 10,
"name": "Thirumangalam"
}
},
{
"model": "stores.city",
"pk": 611,
"fields": {
"state": 8,
"name": "Petlad"
}
},
{
"model": "stores.city",
"pk": 612,
"fields": {
"state": 12,
"name": "Nasirabad"
}
},
{
"model": "stores.city",
"pk": 613,
"fields": {
"state": 6,
"name": "Phaltan"
}
},
{
"model": "stores.city",
"pk": 614,
"fields": {
"state": 11,
"name": "Rampurhat"
}
},
{
"model": "stores.city",
"pk": 615,
"fields": {
"state": 7,
"name": "Nanjangud"
}
},
{
"model": "stores.city",
"pk": 616,
"fields": {
"state": 13,
"name": "Forbesganj"
}
},
{
"model": "stores.city",
"pk": 617,
"fields": {
"state": 2,
"name": "Tundla"
}
},
{
"model": "stores.city",
"pk": 618,
"fields": {
"state": 13,
"name": "BhabUrban Agglomeration"
}
},
{
"model": "stores.city",
"pk": 619,
"fields": {
"state": 7,
"name": "Sagara"
}
},
{
"model": "stores.city",
"pk": 620,
"fields": {
"state": 15,
"name": "Pithapuram"
}
},
{
"model": "stores.city",
"pk": 621,
"fields": {
"state": 7,
"name": "Sira"
}
},
{
"model": "stores.city",
"pk": 622,
"fields": {
"state": 9,
"name": "Bhadrachalam"
}
},
{
"model": "stores.city",
"pk": 623,
"fields": {
"state": 3,
"name": "Charkhi Dadri"
}
},
{
"model": "stores.city",
"pk": 624,
"fields": {
"state": 18,
"name": "Chatra"
}
},
{
"model": "stores.city",
"pk": 625,
"fields": {
"state": 15,
"name": "Palasa Kasibugga"
}
},
{
"model": "stores.city",
"pk": 626,
"fields": {
"state": 12,
"name": "Nohar"
}
},
{
"model": "stores.city",
"pk": 627,
"fields": {
"state": 6,
"name": "Yevla"
}
},
{
"model": "stores.city",
"pk": 628,
"fields": {
"state": 16,
"name": "Sirhind Fatehgarh Sahib"
}
},
{
"model": "stores.city",
"pk": 629,
"fields": {
"state": 9,
"name": "Bhainsa"
}
},
{
"model": "stores.city",
"pk": 630,
"fields": {
"state": 15,
"name": "Parvathipuram"
}
},
{
"model": "stores.city",
"pk": 631,
"fields": {
"state": 6,
"name": "Shahade"
}
},
{
"model": "stores.city",
"pk": 632,
"fields": {
"state": 23,
"name": "Chalakudy"
}
},
{
"model": "stores.city",
"pk": 633,
"fields": {
"state": 13,
"name": "Narkatiaganj"
}
},
{
"model": "stores.city",
"pk": 634,
"fields": {
"state": 8,
"name": "Kapadvanj"
}
},
{
"model": "stores.city",
"pk": 635,
"fields": {
"state": 15,
"name": "Macherla"
}
},
{
"model": "stores.city",
"pk": 636,
"fields": {
"state": 14,
"name": "Raghogarh-Vijaypur"
}
},
{
"model": "stores.city",
"pk": 637,
"fields": {
"state": 16,
"name": "Rupnagar"
}
},
{
"model": "stores.city",
"pk": 638,
"fields": {
"state": 13,
"name": "Naugachhia"
}
},
{
"model": "stores.city",
"pk": 639,
"fields": {
"state": 14,
"name": "Sendhwa"
}
},
{
"model": "stores.city",
"pk": 640,
"fields": {
"state": 22,
"name": "Byasanagar"
}
},
{
"model": "stores.city",
"pk": 641,
"fields": {
"state": 2,
"name": "Sandila"
}
},
{
"model": "stores.city",
"pk": 642,
"fields": {
"state": 15,
"name": "Gooty"
}
},
{
"model": "stores.city",
"pk": 643,
"fields": {
"state": 15,
"name": "Salur"
}
},
{
"model": "stores.city",
"pk": 644,
"fields": {
"state": 2,
"name": "Nanpara"
}
},
{
"model": "stores.city",
"pk": 645,
"fields": {
"state": 2,
"name": "Sardhana"
}
},
{
"model": "stores.city",
"pk": 646,
"fields": {
"state": 6,
"name": "Vita"
}
},
{
"model": "stores.city",
"pk": 647,
"fields": {
"state": 18,
"name": "Gumia"
}
},
{
"model": "stores.city",
"pk": 648,
"fields": {
"state": 7,
"name": "Puttur"
}
},
{
"model": "stores.city",
"pk": 649,
"fields": {
"state": 16,
"name": "Jalandhar Cantt."
}
},
{
"model": "stores.city",
"pk": 650,
"fields": {
"state": 2,
"name": "Nehtaur"
}
},
{
"model": "stores.city",
"pk": 651,
"fields": {
"state": 23,
"name": "Changanassery"
}
},
{
"model": "stores.city",
"pk": 652,
"fields": {
"state": 15,
"name": "Mandapeta"
}
},
{
"model": "stores.city",
"pk": 653,
"fields": {
"state": 18,
"name": "Dumka"
}
},
{
"model": "stores.city",
"pk": 654,
"fields": {
"state": 2,
"name": "Seohara"
}
},
{
"model": "stores.city",
"pk": 655,
"fields": {
"state": 6,
"name": "Umarkhed"
}
},
{
"model": "stores.city",
"pk": 656,
"fields": {
"state": 18,
"name": "Madhupur"
}
},
{
"model": "stores.city",
"pk": 657,
"fields": {
"state": 10,
"name": "Vikramasingapuram"
}
},
{
"model": "stores.city",
"pk": 658,
"fields": {
"state": 23,
"name": "Punalur"
}
},
{
"model": "stores.city",
"pk": 659,
"fields": {
"state": 22,
"name": "Kendrapara"
}
},
{
"model": "stores.city",
"pk": 660,
"fields": {
"state": 8,
"name": "Sihor"
}
},
{
"model": "stores.city",
"pk": 661,
"fields": {
"state": 10,
"name": "Nellikuppam"
}
},
{
"model": "stores.city",
"pk": 662,
"fields": {
"state": 16,
"name": "Samana"
}
},
{
"model": "stores.city",
"pk": 663,
"fields": {
"state": 6,
"name": "Warora"
}
},
{
"model": "stores.city",
"pk": 664,
"fields": {
"state": 23,
"name": "Nilambur"
}
},
{
"model": "stores.city",
"pk": 665,
"fields": {
"state": 10,
"name": "Rasipuram"
}
},
{
"model": "stores.city",
"pk": 666,
"fields": {
"state": 24,
"name": "Ramnagar"
}
},
{
"model": "stores.city",
"pk": 667,
"fields": {
"state": 15,
"name": "Jammalamadugu"
}
},
{
"model": "stores.city",
"pk": 668,
"fields": {
"state": 16,
"name": "Nawanshahr"
}
},
{
"model": "stores.city",
"pk": 669,
"fields": {
"state": 29,
"name": "Thoubal"
}
},
{
"model": "stores.city",
"pk": 670,
"fields": {
"state": 7,
"name": "Athni"
}
},
{
"model": "stores.city",
"pk": 671,
"fields": {
"state": 23,
"name": "Cherthala"
}
},
{
"model": "stores.city",
"pk": 672,
"fields": {
"state": 14,
"name": "Sidhi"
}
},
{
"model": "stores.city",
"pk": 673,
"fields": {
"state": 9,
"name": "Farooqnagar"
}
},
{
"model": "stores.city",
"pk": 674,
"fields": {
"state": 15,
"name": "Peddapuram"
}
},
{
"model": "stores.city",
"pk": 675,
"fields": {
"state": 18,
"name": "Chirkunda"
}
},
{
"model": "stores.city",
"pk": 676,
"fields": {
"state": 6,
"name": "Pachora"
}
},
{
"model": "stores.city",
"pk": 677,
"fields": {
"state": 13,
"name": "Madhepura"
}
},
{
"model": "stores.city",
"pk": 678,
"fields": {
"state": 24,
"name": "Pithoragarh"
}
},
{
"model": "stores.city",
"pk": 679,
"fields": {
"state": 6,
"name": "Tumsar"
}
},
{
"model": "stores.city",
"pk": 680,
"fields": {
"state": 12,
"name": "Phalodi"
}
},
{
"model": "stores.city",
"pk": 681,
"fields": {
"state": 10,
"name": "Tiruttani"
}
},
{
"model": "stores.city",
"pk": 682,
"fields": {
"state": 16,
"name": "Rampura Phul"
}
},
{
"model": "stores.city",
"pk": 683,
"fields": {
"state": 23,
"name": "Perinthalmanna"
}
},
{
"model": "stores.city",
"pk": 684,
"fields": {
"state": 2,
"name": "Padrauna"
}
},
{
"model": "stores.city",
"pk": 685,
"fields": {
"state": 14,
"name": "Pipariya"
}
},
{
"model": "stores.city",
"pk": 686,
"fields": {
"state": 19,
"name": "Dalli-Rajhara"
}
},
{
"model": "stores.city",
"pk": 687,
"fields": {
"state": 15,
"name": "Punganur"
}
},
{
"model": "stores.city",
"pk": 688,
"fields": {
"state": 23,
"name": "Mattannur"
}
},
{
"model": "stores.city",
"pk": 689,
"fields": {
"state": 2,
"name": "Mathura"
}
},
{
"model": "stores.city",
"pk": 690,
"fields": {
"state": 2,
"name": "Thakurdwara"
}
},
{
"model": "stores.city",
"pk": 691,
"fields": {
"state": 10,
"name": "Nandivaram-Guduvancheri"
}
},
{
"model": "stores.city",
"pk": 692,
"fields": {
"state": 7,
"name": "Mulbagal"
}
},
{
"model": "stores.city",
"pk": 693,
"fields": {
"state": 6,
"name": "Manjlegaon"
}
},
{
"model": "stores.city",
"pk": 694,
"fields": {
"state": 8,
"name": "Wankaner"
}
},
{
"model": "stores.city",
"pk": 695,
"fields": {
"state": 6,
"name": "Sillod"
}
},
{
"model": "stores.city",
"pk": 696,
"fields": {
"state": 15,
"name": "Nidadavole"
}
},
{
"model": "stores.city",
"pk": 697,
"fields": {
"state": 7,
"name": "Surapura"
}
},
{
"model": "stores.city",
"pk": 698,
"fields": {
"state": 22,
"name": "Rajagangapur"
}
},
{
"model": "stores.city",
"pk": 699,
"fields": {
"state": 13,
"name": "Sheikhpura"
}
},
{
"model": "stores.city",
"pk": 700,
"fields": {
"state": 22,
"name": "Parlakhemundi"
}
},
{
"model": "stores.city",
"pk": 701,
"fields": {
"state": 11,
"name": "Kalimpong"
}
},
{
"model": "stores.city",
"pk": 702,
"fields": {
"state": 7,
"name": "Siruguppa"
}
},
{
"model": "stores.city",
"pk": 703,
"fields": {
"state": 6,
"name": "Arvi"
}
},
{
"model": "stores.city",
"pk": 704,
"fields": {
"state": 8,
"name": "Limbdi"
}
},
{
"model": "stores.city",
"pk": 705,
"fields": {
"state": 20,
"name": "Barpeta"
}
},
{
"model": "stores.city",
"pk": 706,
"fields": {
"state": 24,
"name": "Manglaur"
}
},
{
"model": "stores.city",
"pk": 707,
"fields": {
"state": 15,
"name": "Repalle"
}
},
{
"model": "stores.city",
"pk": 708,
"fields": {
"state": 7,
"name": "Mudhol"
}
},
{
"model": "stores.city",
"pk": 709,
"fields": {
"state": 14,
"name": "Shujalpur"
}
},
{
"model": "stores.city",
"pk": 710,
"fields": {
"state": 8,
"name": "Mandvi"
}
},
{
"model": "stores.city",
"pk": 711,
"fields": {
"state": 8,
"name": "Thangadh"
}
},
{
"model": "stores.city",
"pk": 712,
"fields": {
"state": 14,
"name": "Sironj"
}
},
{
"model": "stores.city",
"pk": 713,
"fields": {
"state": 6,
"name": "Nandura"
}
},
{
"model": "stores.city",
"pk": 714,
"fields": {
"state": 23,
"name": "Shoranur"
}
},
{
"model": "stores.city",
"pk": 715,
"fields": {
"state": 12,
"name": "Nathdwara"
}
},
{
"model": "stores.city",
"pk": 716,
"fields": {
"state": 10,
"name": "Periyakulam"
}
},
{
"model": "stores.city",
"pk": 717,
"fields": {
"state": 13,
"name": "Sultanganj"
}
},
{
"model": "stores.city",
"pk": 718,
"fields": {
"state": 9,
"name": "Medak"
}
},
{
"model": "stores.city",
"pk": 719,
"fields": {
"state": 9,
"name": "Narayanpet"
}
},
{
"model": "stores.city",
"pk": 720,
"fields": {
"state": 13,
"name": "Raxaul Bazar"
}
},
{
"model": "stores.city",
"pk": 721,
"fields": {
"state": 17,
"name": "Rajauri"
}
},
{
"model": "stores.city",
"pk": 722,
"fields": {
"state": 10,
"name": "Pernampattu"
}
},
{
"model": "stores.city",
"pk": 723,
"fields": {
"state": 24,
"name": "Nainital"
}
},
{
"model": "stores.city",
"pk": 724,
"fields": {
"state": 15,
"name": "Ramachandrapuram"
}
},
{
"model": "stores.city",
"pk": 725,
"fields": {
"state": 6,
"name": "Vaijapur"
}
},
{
"model": "stores.city",
"pk": 726,
"fields": {
"state": 16,
"name": "Nangal"
}
},
{
"model": "stores.city",
"pk": 727,
"fields": {
"state": 7,
"name": "Sidlaghatta"
}
},
{
"model": "stores.city",
"pk": 728,
"fields": {
"state": 17,
"name": "Punch"
}
},
{
"model": "stores.city",
"pk": 729,
"fields": {
"state": 14,
"name": "Pandhurna"
}
},
{
"model": "stores.city",
"pk": 730,
"fields": {
"state": 6,
"name": "Wadgaon Road"
}
},
{
"model": "stores.city",
"pk": 731,
"fields": {
"state": 22,
"name": "Talcher"
}
},
{
"model": "stores.city",
"pk": 732,
"fields": {
"state": 23,
"name": "Varkala"
}
},
{
"model": "stores.city",
"pk": 733,
"fields": {
"state": 12,
"name": "Pilani"
}
},
{
"model": "stores.city",
"pk": 734,
"fields": {
"state": 14,
"name": "Nowgong"
}
},
{
"model": "stores.city",
"pk": 735,
"fields": {
"state": 19,
"name": "Naila Janjgir"
}
},
{
"model": "stores.city",
"pk": 736,
"fields": {
"state": 32,
"name": "Mapusa"
}
},
{
"model": "stores.city",
"pk": 737,
"fields": {
"state": 10,
"name": "Vellakoil"
}
},
{
"model": "stores.city",
"pk": 738,
"fields": {
"state": 12,
"name": "Merta City"
}
},
{
"model": "stores.city",
"pk": 739,
"fields": {
"state": 10,
"name": "Sivaganga"
}
},
{
"model": "stores.city",
"pk": 740,
"fields": {
"state": 14,
"name": "Mandideep"
}
},
{
"model": "stores.city",
"pk": 741,
"fields": {
"state": 6,
"name": "Sailu"
}
},
{
"model": "stores.city",
"pk": 742,
"fields": {
"state": 8,
"name": "Vyara"
}
},
{
"model": "stores.city",
"pk": 743,
"fields": {
"state": 15,
"name": "Kovvur"
}
},
{
"model": "stores.city",
"pk": 744,
"fields": {
"state": 10,
"name": "Vadalur"
}
},
{
"model": "stores.city",
"pk": 745,
"fields": {
"state": 2,
"name": "Nawabganj"
}
},
{
"model": "stores.city",
"pk": 746,
"fields": {
"state": 8,
"name": "Padra"
}
},
{
"model": "stores.city",
"pk": 747,
"fields": {
"state": 11,
"name": "Sainthia"
}
},
{
"model": "stores.city",
"pk": 748,
"fields": {
"state": 2,
"name": "Siana"
}
},
{
"model": "stores.city",
"pk": 749,
"fields": {
"state": 7,
"name": "Shahpur"
}
},
{
"model": "stores.city",
"pk": 750,
"fields": {
"state": 12,
"name": "Sojat"
}
},
{
"model": "stores.city",
"pk": 751,
"fields": {
"state": 2,
"name": "Noorpur"
}
},
{
"model": "stores.city",
"pk": 752,
"fields": {
"state": 23,
"name": "Paravoor"
}
},
{
"model": "stores.city",
"pk": 753,
"fields": {
"state": 6,
"name": "Murtijapur"
}
},
{
"model": "stores.city",
"pk": 754,
"fields": {
"state": 13,
"name": "Ramnagar"
}
},
{
"model": "stores.city",
"pk": 755,
"fields": {
"state": 22,
"name": "Sundargarh"
}
},
{
"model": "stores.city",
"pk": 756,
"fields": {
"state": 11,
"name": "Taki"
}
},
{
"model": "stores.city",
"pk": 757,
"fields": {
"state": 7,
"name": "Saundatti-Yellamma"
}
},
{
"model": "stores.city",
"pk": 758,
"fields": {
"state": 23,
"name": "Pathanamthitta"
}
},
{
"model": "stores.city",
"pk": 759,
"fields": {
"state": 7,
"name": "Wadi"
}
},
{
"model": "stores.city",
"pk": 760,
"fields": {
"state": 10,
"name": "Rameshwaram"
}
},
{
"model": "stores.city",
"pk": 761,
"fields": {
"state": 6,
"name": "Tasgaon"
}
},
{
"model": "stores.city",
"pk": 762,
"fields": {
"state": 2,
"name": "Sikandra Rao"
}
},
{
"model": "stores.city",
"pk": 763,
"fields": {
"state": 14,
"name": "Sihora"
}
},
{
"model": "stores.city",
"pk": 764,
"fields": {
"state": 10,
"name": "Tiruvethipuram"
}
},
{
"model": "stores.city",
"pk": 765,
"fields": {
"state": 15,
"name": "Tiruvuru"
}
},
{
"model": "stores.city",
"pk": 766,
"fields": {
"state": 6,
"name": "Mehkar"
}
},
{
"model": "stores.city",
"pk": 767,
"fields": {
"state": 23,
"name": "Peringathur"
}
},
{
"model": "stores.city",
"pk": 768,
"fields": {
"state": 10,
"name": "Perambalur"
}
},
{
"model": "stores.city",
"pk": 769,
"fields": {
"state": 7,
"name": "Manvi"
}
},
{
"model": "stores.city",
"pk": 770,
"fields": {
"state": 31,
"name": "Zunheboto"
}
},
{
"model": "stores.city",
"pk": 771,
"fields": {
"state": 13,
"name": "Mahnar Bazar"
}
},
{
"model": "stores.city",
"pk": 772,
"fields": {
"state": 23,
"name": "Attingal"
}
},
{
"model": "stores.city",
"pk": 773,
"fields": {
"state": 3,
"name": "Shahbad"
}
},
{
"model": "stores.city",
"pk": 774,
"fields": {
"state": 2,
"name": "Puranpur"
}
},
{
"model": "stores.city",
"pk": 775,
"fields": {
"state": 7,
"name": "Nelamangala"
}
},
{
"model": "stores.city",
"pk": 776,
"fields": {
"state": 16,
"name": "Nakodar"
}
},
{
"model": "stores.city",
"pk": 777,
"fields": {
"state": 8,
"name": "Lunawada"
}
},
{
"model": "stores.city",
"pk": 778,
"fields": {
"state": 11,
"name": "Murshidabad"
}
},
{
"model": "stores.city",
"pk": 779,
"fields": {
"state": 25,
"name": "Mahe"
}
},
{
"model": "stores.city",
"pk": 780,
"fields": {
"state": 20,
"name": "Lanka"
}
},
{
"model": "stores.city",
"pk": 781,
"fields": {
"state": 2,
"name": "Rudauli"
}
},
{
"model": "stores.city",
"pk": 782,
"fields": {
"state": 31,
"name": "Tuensang"
}
},
{
"model": "stores.city",
"pk": 783,
"fields": {
"state": 7,
"name": "Lakshmeshwar"
}
},
{
"model": "stores.city",
"pk": 784,
"fields": {
"state": 16,
"name": "Zira"
}
},
{
"model": "stores.city",
"pk": 785,
"fields": {
"state": 6,
"name": "Yawal"
}
},
{
"model": "stores.city",
"pk": 786,
"fields": {
"state": 2,
"name": "Thana Bhawan"
}
},
{
"model": "stores.city",
"pk": 787,
"fields": {
"state": 7,
"name": "Ramdurg"
}
},
{
"model": "stores.city",
"pk": 788,
"fields": {
"state": 6,
"name": "Pulgaon"
}
},
{
"model": "stores.city",
"pk": 789,
"fields": {
"state": 9,
"name": "Sadasivpet"
}
},
{
"model": "stores.city",
"pk": 790,
"fields": {
"state": 7,
"name": "Nargund"
}
},
{
"model": "stores.city",
"pk": 791,
"fields": {
"state": 12,
"name": "Neem-Ka-Thana"
}
},
{
"model": "stores.city",
"pk": 792,
"fields": {
"state": 11,
"name": "Memari"
}
},
{
"model": "stores.city",
"pk": 793,
"fields": {
"state": 6,
"name": "Nilanga"
}
},
{
"model": "stores.city",
"pk": 794,
"fields": {
"state": 34,
"name": "Naharlagun"
}
},
{
"model": "stores.city",
"pk": 795,
"fields": {
"state": 18,
"name": "Pakaur"
}
},
{
"model": "stores.city",
"pk": 796,
"fields": {
"state": 6,
"name": "Wai"
}
},
{
"model": "stores.city",
"pk": 797,
"fields": {
"state": 7,
"name": "Tarikere"
}
},
{
"model": "stores.city",
"pk": 798,
"fields": {
"state": 7,
"name": "Malavalli"
}
},
{
"model": "stores.city",
"pk": 799,
"fields": {
"state": 14,
"name": "Raisen"
}
},
{
"model": "stores.city",
"pk": 800,
"fields": {
"state": 14,
"name": "Lahar"
}
},
{
"model": "stores.city",
"pk": 801,
"fields": {
"state": 15,
"name": "Uravakonda"
}
},
{
"model": "stores.city",
"pk": 802,
"fields": {
"state": 7,
"name": "Savanur"
}
},
{
"model": "stores.city",
"pk": 803,
"fields": {
"state": 12,
"name": "Sirohi"
}
},
{
"model": "stores.city",
"pk": 804,
"fields": {
"state": 17,
"name": "Udhampur"
}
},
{
"model": "stores.city",
"pk": 805,
"fields": {
"state": 6,
"name": "Umarga"
}
},
{
"model": "stores.city",
"pk": 806,
"fields": {
"state": 12,
"name": "Pratapgarh"
}
},
{
"model": "stores.city",
"pk": 807,
"fields": {
"state": 7,
"name": "Lingsugur"
}
},
{
"model": "stores.city",
"pk": 808,
"fields": {
"state": 10,
"name": "Usilampatti"
}
},
{
"model": "stores.city",
"pk": 809,
"fields": {
"state": 2,
"name": "Palia Kalan"
}
},
{
"model": "stores.city",
"pk": 810,
"fields": {
"state": 31,
"name": "Wokha"
}
},
{
"model": "stores.city",
"pk": 811,
"fields": {
"state": 8,
"name": "Rajpipla"
}
},
{
"model": "stores.city",
"pk": 812,
"fields": {
"state": 7,
"name": "Vijayapura"
}
},
{
"model": "stores.city",
"pk": 813,
"fields": {
"state": 12,
"name": "Rawatbhata"
}
},
{
"model": "stores.city",
"pk": 814,
"fields": {
"state": 12,
"name": "Sangaria"
}
},
{
"model": "stores.city",
"pk": 815,
"fields": {
"state": 6,
"name": "Paithan"
}
},
{
"model": "stores.city",
"pk": 816,
"fields": {
"state": 6,
"name": "Rahuri"
}
},
{
"model": "stores.city",
"pk": 817,
"fields": {
"state": 16,
"name": "Patti"
}
},
{
"model": "stores.city",
"pk": 818,
"fields": {
"state": 2,
"name": "Zaidpur"
}
},
{
"model": "stores.city",
"pk": 819,
"fields": {
"state": 12,
"name": "Lalsot"
}
},
{
"model": "stores.city",
"pk": 820,
"fields": {
"state": 14,
"name": "Maihar"
}
},
{
"model": "stores.city",
"pk": 821,
"fields": {
"state": 10,
"name": "Vedaranyam"
}
},
{
"model": "stores.city",
"pk": 822,
"fields": {
"state": 6,
"name": "Nawapur"
}
},
{
"model": "stores.city",
"pk": 823,
"fields": {
"state": 30,
"name": "Solan"
}
},
{
"model": "stores.city",
"pk": 824,
"fields": {
"state": 14,
"name": "Sanawad"
}
},
{
"model": "stores.city",
"pk": 825,
"fields": {
"state": 13,
"name": "Warisaliganj"
}
},
{
"model": "stores.city",
"pk": 826,
"fields": {
"state": 13,
"name": "Revelganj"
}
},
{
"model": "stores.city",
"pk": 827,
"fields": {
"state": 14,
"name": "Sabalgarh"
}
},
{
"model": "stores.city",
"pk": 828,
"fields": {
"state": 6,
"name": "Tuljapur"
}
},
{
"model": "stores.city",
"pk": 829,
"fields": {
"state": 18,
"name": "Simdega"
}
},
{
"model": "stores.city",
"pk": 830,
"fields": {
"state": 18,
"name": "Musabani"
}
},
{
"model": "stores.city",
"pk": 831,
"fields": {
"state": 23,
"name": "Kodungallur"
}
},
{
"model": "stores.city",
"pk": 832,
"fields": {
"state": 22,
"name": "Phulabani"
}
},
{
"model": "stores.city",
"pk": 833,
"fields": {
"state": 8,
"name": "Umreth"
}
},
{
"model": "stores.city",
"pk": 834,
"fields": {
"state": 15,
"name": "Narsipatnam"
}
},
{
"model": "stores.city",
"pk": 835,
"fields": {
"state": 2,
"name": "Nautanwa"
}
},
{
"model": "stores.city",
"pk": 836,
"fields": {
"state": 13,
"name": "Rajgir"
}
},
{
"model": "stores.city",
"pk": 837,
"fields": {
"state": 9,
"name": "Yellandu"
}
},
{
"model": "stores.city",
"pk": 838,
"fields": {
"state": 10,
"name": "Sathyamangalam"
}
},
{
"model": "stores.city",
"pk": 839,
"fields": {
"state": 12,
"name": "Pilibanga"
}
},
{
"model": "stores.city",
"pk": 840,
"fields": {
"state": 6,
"name": "Morshi"
}
},
{
"model": "stores.city",
"pk": 841,
"fields": {
"state": 3,
"name": "Pehowa"
}
},
{
"model": "stores.city",
"pk": 842,
"fields": {
"state": 13,
"name": "Sonepur"
}
},
{
"model": "stores.city",
"pk": 843,
"fields": {
"state": 23,
"name": "Pappinisseri"
}
},
{
"model": "stores.city",
"pk": 844,
"fields": {
"state": 2,
"name": "Zamania"
}
},
{
"model": "stores.city",
"pk": 845,
"fields": {
"state": 18,
"name": "Mihijam"
}
},
{
"model": "stores.city",
"pk": 846,
"fields": {
"state": 6,
"name": "Purna"
}
},
{
"model": "stores.city",
"pk": 847,
"fields": {
"state": 10,
"name": "Puliyankudi"
}
},
{
"model": "stores.city",
"pk": 848,
"fields": {
"state": 2,
"name": "Shikarpur, Bulandshahr"
}
},
{
"model": "stores.city",
"pk": 849,
"fields": {
"state": 14,
"name": "Umaria"
}
},
{
"model": "stores.city",
"pk": 850,
"fields": {
"state": 14,
"name": "Porsa"
}
},
{
"model": "stores.city",
"pk": 851,
"fields": {
"state": 2,
"name": "Naugawan Sadat"
}
},
{
"model": "stores.city",
"pk": 852,
"fields": {
"state": 2,
"name": "Fatehpur Sikri"
}
},
{
"model": "stores.city",
"pk": 853,
"fields": {
"state": 9,
"name": "Manuguru"
}
},
{
"model": "stores.city",
"pk": 854,
"fields": {
"state": 26,
"name": "Udaipur"
}
},
{
"model": "stores.city",
"pk": 855,
"fields": {
"state": 12,
"name": "Pipar City"
}
},
{
"model": "stores.city",
"pk": 856,
"fields": {
"state": 22,
"name": "Pattamundai"
}
},
{
"model": "stores.city",
"pk": 857,
"fields": {
"state": 10,
"name": "Nanjikottai"
}
},
{
"model": "stores.city",
"pk": 858,
"fields": {
"state": 12,
"name": "Taranagar"
}
},
{
"model": "stores.city",
"pk": 859,
"fields": {
"state": 15,
"name": "Yerraguntla"
}
},
{
"model": "stores.city",
"pk": 860,
"fields": {
"state": 6,
"name": "Satana"
}
},
{
"model": "stores.city",
"pk": 861,
"fields": {
"state": 13,
"name": "Sherghati"
}
},
{
"model": "stores.city",
"pk": 862,
"fields": {
"state": 7,
"name": "Sankeshwara"
}
},
{
"model": "stores.city",
"pk": 863,
"fields": {
"state": 7,
"name": "Madikeri"
}
},
{
"model": "stores.city",
"pk": 864,
"fields": {
"state": 10,
"name": "Thuraiyur"
}
},
{
"model": "stores.city",
"pk": 865,
"fields": {
"state": 8,
"name": "Sanand"
}
},
{
"model": "stores.city",
"pk": 866,
"fields": {
"state": 8,
"name": "Rajula"
}
},
{
"model": "stores.city",
"pk": 867,
"fields": {
"state": 9,
"name": "Kyathampalle"
}
},
{
"model": "stores.city",
"pk": 868,
"fields": {
"state": 2,
"name": "Shahabad, Rampur"
}
},
{
"model": "stores.city",
"pk": 869,
"fields": {
"state": 19,
"name": "Tilda Newra"
}
},
{
"model": "stores.city",
"pk": 870,
"fields": {
"state": 14,
"name": "Narsinghgarh"
}
},
{
"model": "stores.city",
"pk": 871,
"fields": {
"state": 23,
"name": "Chittur-Thathamangalam"
}
},
{
"model": "stores.city",
"pk": 872,
"fields": {
"state": 14,
"name": "Malaj Khand"
}
},
{
"model": "stores.city",
"pk": 873,
"fields": {
"state": 14,
"name": "Sarangpur"
}
},
{
"model": "stores.city",
"pk": 874,
"fields": {
"state": 2,
"name": "Robertsganj"
}
},
{
"model": "stores.city",
"pk": 875,
"fields": {
"state": 10,
"name": "Sirkali"
}
},
{
"model": "stores.city",
"pk": 876,
"fields": {
"state": 8,
"name": "Radhanpur"
}
},
{
"model": "stores.city",
"pk": 877,
"fields": {
"state": 10,
"name": "Tiruchendur"
}
},
{
"model": "stores.city",
"pk": 878,
"fields": {
"state": 2,
"name": "Utraula"
}
},
{
"model": "stores.city",
"pk": 879,
"fields": {
"state": 18,
"name": "Patratu"
}
},
{
"model": "stores.city",
"pk": 880,
"fields": {
"state": 12,
"name": "Vijainagar, Ajmer"
}
},
{
"model": "stores.city",
"pk": 881,
"fields": {
"state": 10,
"name": "Periyasemur"
}
},
{
"model": "stores.city",
"pk": 882,
"fields": {
"state": 6,
"name": "Pathri"
}
},
{
"model": "stores.city",
"pk": 883,
"fields": {
"state": 2,
"name": "Sadabad"
}
},
{
"model": "stores.city",
"pk": 884,
"fields": {
"state": 7,
"name": "Talikota"
}
},
{
"model": "stores.city",
"pk": 885,
"fields": {
"state": 6,
"name": "Sinnar"
}
},
{
"model": "stores.city",
"pk": 886,
"fields": {
"state": 19,
"name": "Mungeli"
}
},
{
"model": "stores.city",
"pk": 887,
"fields": {
"state": 7,
"name": "Sedam"
}
},
{
"model": "stores.city",
"pk": 888,
"fields": {
"state": 7,
"name": "Shikaripur"
}
},
{
"model": "stores.city",
"pk": 889,
"fields": {
"state": 12,
"name": "Sumerpur"
}
},
{
"model": "stores.city",
"pk": 890,
"fields": {
"state": 10,
"name": "Sattur"
}
},
{
"model": "stores.city",
"pk": 891,
"fields": {
"state": 13,
"name": "Sugauli"
}
},
{
"model": "stores.city",
"pk": 892,
"fields": {
"state": 20,
"name": "Lumding"
}
},
{
"model": "stores.city",
"pk": 893,
"fields": {
"state": 10,
"name": "Vandavasi"
}
},
{
"model": "stores.city",
"pk": 894,
"fields": {
"state": 22,
"name": "Titlagarh"
}
},
{
"model": "stores.city",
"pk": 895,
"fields": {
"state": 6,
"name": "Uchgaon"
}
},
{
"model": "stores.city",
"pk": 896,
"fields": {
"state": 31,
"name": "Mokokchung"
}
},
{
"model": "stores.city",
"pk": 897,
"fields": {
"state": 11,
"name": "Paschim Punropara"
}
},
{
"model": "stores.city",
"pk": 898,
"fields": {
"state": 12,
"name": "Sagwara"
}
},
{
"model": "stores.city",
"pk": 899,
"fields": {
"state": 12,
"name": "Ramganj Mandi"
}
},
{
"model": "stores.city",
"pk": 900,
"fields": {
"state": 11,
"name": "Tarakeswar"
}
},
{
"model": "stores.city",
"pk": 901,
"fields": {
"state": 7,
"name": "Mahalingapura"
}
},
{
"model": "stores.city",
"pk": 902,
"fields": {
"state": 26,
"name": "Dharmanagar"
}
},
{
"model": "stores.city",
"pk": 903,
"fields": {
"state": 8,
"name": "Mahemdabad"
}
},
{
"model": "stores.city",
"pk": 904,
"fields": {
"state": 19,
"name": "Manendragarh"
}
},
{
"model": "stores.city",
"pk": 905,
"fields": {
"state": 6,
"name": "Uran"
}
},
{
"model": "stores.city",
"pk": 906,
"fields": {
"state": 10,
"name": "Tharamangalam"
}
},
{
"model": "stores.city",
"pk": 907,
"fields": {
"state": 10,
"name": "Tirukkoyilur"
}
},
{
"model": "stores.city",
"pk": 908,
"fields": {
"state": 6,
"name": "Pen"
}
},
{
"model": "stores.city",
"pk": 909,
"fields": {
"state": 13,
"name": "Makhdumpur"
}
},
{
"model": "stores.city",
"pk": 910,
"fields": {
"state": 13,
"name": "Maner"
}
},
{
"model": "stores.city",
"pk": 911,
"fields": {
"state": 10,
"name": "Oddanchatram"
}
},
{
"model": "stores.city",
"pk": 912,
"fields": {
"state": 10,
"name": "Palladam"
}
},
{
"model": "stores.city",
"pk": 913,
"fields": {
"state": 14,
"name": "Mundi"
}
},
{
"model": "stores.city",
"pk": 914,
"fields": {
"state": 22,
"name": "Nabarangapur"
}
},
{
"model": "stores.city",
"pk": 915,
"fields": {
"state": 7,
"name": "Mudalagi"
}
},
{
"model": "stores.city",
"pk": 916,
"fields": {
"state": 3,
"name": "Samalkha"
}
},
{
"model": "stores.city",
"pk": 917,
"fields": {
"state": 14,
"name": "Nepanagar"
}
},
{
"model": "stores.city",
"pk": 918,
"fields": {
"state": 6,
"name": "Karjat"
}
},
{
"model": "stores.city",
"pk": 919,
"fields": {
"state": 8,
"name": "Ranavav"
}
},
{
"model": "stores.city",
"pk": 920,
"fields": {
"state": 15,
"name": "Pedana"
}
},
{
"model": "stores.city",
"pk": 921,
"fields": {
"state": 3,
"name": "Pinjore"
}
},
{
"model": "stores.city",
"pk": 922,
"fields": {
"state": 12,
"name": "Lakheri"
}
},
{
"model": "stores.city",
"pk": 923,
"fields": {
"state": 14,
"name": "Pasan"
}
},
{
"model": "stores.city",
"pk": 924,
"fields": {
"state": 15,
"name": "Puttur"
}
},
{
"model": "stores.city",
"pk": 925,
"fields": {
"state": 10,
"name": "Vadakkuvalliyur"
}
},
{
"model": "stores.city",
"pk": 926,
"fields": {
"state": 10,
"name": "Tirukalukundram"
}
},
{
"model": "stores.city",
"pk": 927,
"fields": {
"state": 14,
"name": "Mahidpur"
}
},
{
"model": "stores.city",
"pk": 928,
"fields": {
"state": 24,
"name": "Mussoorie"
}
},
{
"model": "stores.city",
"pk": 929,
"fields": {
"state": 23,
"name": "Muvattupuzha"
}
},
{
"model": "stores.city",
"pk": 930,
"fields": {
"state": 2,
"name": "Rasra"
}
},
{
"model": "stores.city",
"pk": 931,
"fields": {
"state": 12,
"name": "Udaipurwati"
}
},
{
"model": "stores.city",
"pk": 932,
"fields": {
"state": 6,
"name": "Manwath"
}
},
{
"model": "stores.city",
"pk": 933,
"fields": {
"state": 23,
"name": "Adoor"
}
},
{
"model": "stores.city",
"pk": 934,
"fields": {
"state": 10,
"name": "Uthamapalayam"
}
},
{
"model": "stores.city",
"pk": 935,
"fields": {
"state": 6,
"name": "Partur"
}
},
{
"model": "stores.city",
"pk": 936,
"fields": {
"state": 30,
"name": "Nahan"
}
},
{
"model": "stores.city",
"pk": 937,
"fields": {
"state": 3,
"name": "Ladwa"
}
},
{
"model": "stores.city",
"pk": 938,
"fields": {
"state": 20,
"name": "Mankachar"
}
},
{
"model": "stores.city",
"pk": 939,
"fields": {
"state": 28,
"name": "Nongstoin"
}
},
{
"model": "stores.city",
"pk": 940,
"fields": {
"state": 12,
"name": "Losal"
}
},
{
"model": "stores.city",
"pk": 941,
"fields": {
"state": 12,
"name": "Sri Madhopur"
}
},
{
"model": "stores.city",
"pk": 942,
"fields": {
"state": 12,
"name": "Ramngarh"
}
},
{
"model": "stores.city",
"pk": 943,
"fields": {
"state": 23,
"name": "Mavelikkara"
}
},
{
"model": "stores.city",
"pk": 944,
"fields": {
"state": 12,
"name": "Rawatsar"
}
},
{
"model": "stores.city",
"pk": 945,
"fields": {
"state": 12,
"name": "Rajakhera"
}
},
{
"model": "stores.city",
"pk": 946,
"fields": {
"state": 2,
"name": "Lar"
}
},
{
"model": "stores.city",
"pk": 947,
"fields": {
"state": 2,
"name": "Lal Gopalganj Nindaura"
}
},
{
"model": "stores.city",
"pk": 948,
"fields": {
"state": 7,
"name": "Muddebihal"
}
},
{
"model": "stores.city",
"pk": 949,
"fields": {
"state": 2,
"name": "Sirsaganj"
}
},
{
"model": "stores.city",
"pk": 950,
"fields": {
"state": 12,
"name": "Shahpura"
}
},
{
"model": "stores.city",
"pk": 951,
"fields": {
"state": 10,
"name": "Surandai"
}
},
{
"model": "stores.city",
"pk": 952,
"fields": {
"state": 6,
"name": "Sangole"
}
},
{
"model": "stores.city",
"pk": 953,
"fields": {
"state": 7,
"name": "Pavagada"
}
},
{
"model": "stores.city",
"pk": 954,
"fields": {
"state": 8,
"name": "Tharad"
}
},
{
"model": "stores.city",
"pk": 955,
"fields": {
"state": 8,
"name": "Mansa"
}
},
{
"model": "stores.city",
"pk": 956,
"fields": {
"state": 8,
"name": "Umbergaon"
}
},
{
"model": "stores.city",
"pk": 957,
"fields": {
"state": 23,
"name": "Mavoor"
}
},
{
"model": "stores.city",
"pk": 958,
"fields": {
"state": 20,
"name": "Nalbari"
}
},
{
"model": "stores.city",
"pk": 959,
"fields": {
"state": 8,
"name": "Talaja"
}
},
{
"model": "stores.city",
"pk": 960,
"fields": {
"state": 7,
"name": "Malur"
}
},
{
"model": "stores.city",
"pk": 961,
"fields": {
"state": 6,
"name": "Mangrulpir"
}
},
{
"model": "stores.city",
"pk": 962,
"fields": {
"state": 22,
"name": "Soro"
}
},
{
"model": "stores.city",
"pk": 963,
"fields": {
"state": 8,
"name": "Vadnagar"
}
},
{
"model": "stores.city",
"pk": 964,
"fields": {
"state": 12,
"name": "Raisinghnagar"
}
},
{
"model": "stores.city",
"pk": 965,
"fields": {
"state": 7,
"name": "Sindhagi"
}
},
{
"model": "stores.city",
"pk": 966,
"fields": {
"state": 7,
"name": "Sanduru"
}
},
{
"model": "stores.city",
"pk": 967,
"fields": {
"state": 3,
"name": "Sohna"
}
},
{
"model": "stores.city",
"pk": 968,
"fields": {
"state": 8,
"name": "Manavadar"
}
},
{
"model": "stores.city",
"pk": 969,
"fields": {
"state": 2,
"name": "Pihani"
}
},
{
"model": "stores.city",
"pk": 970,
"fields": {
"state": 3,
"name": "Safidon"
}
},
{
"model": "stores.city",
"pk": 971,
"fields": {
"state": 6,
"name": "Risod"
}
},
{
"model": "stores.city",
"pk": 972,
"fields": {
"state": 13,
"name": "Rosera"
}
},
{
"model": "stores.city",
"pk": 973,
"fields": {
"state": 10,
"name": "Sankari"
}
},
{
"model": "stores.city",
"pk": 974,
"fields": {
"state": 12,
"name": "Malpura"
}
},
{
"model": "stores.city",
"pk": 975,
"fields": {
"state": 11,
"name": "Sonamukhi"
}
},
{
"model": "stores.city",
"pk": 976,
"fields": {
"state": 2,
"name": "Shamsabad, Agra"
}
},
{
"model": "stores.city",
"pk": 977,
"fields": {
"state": 13,
"name": "Nokha"
}
},
{
"model": "stores.city",
"pk": 978,
"fields": {
"state": 11,
"name": "PandUrban Agglomeration"
}
},
{
"model": "stores.city",
"pk": 979,
"fields": {
"state": 11,
"name": "Mainaguri"
}
},
{
"model": "stores.city",
"pk": 980,
"fields": {
"state": 7,
"name": "Afzalpur"
}
},
{
"model": "stores.city",
"pk": 981,
"fields": {
"state": 6,
"name": "Shirur"
}
},
{
"model": "stores.city",
"pk": 982,
"fields": {
"state": 8,
"name": "Salaya"
}
},
{
"model": "stores.city",
"pk": 983,
"fields": {
"state": 10,
"name": "Shenkottai"
}
},
{
"model": "stores.city",
"pk": 984,
"fields": {
"state": 26,
"name": "Pratapgarh"
}
},
{
"model": "stores.city",
"pk": 985,
"fields": {
"state": 10,
"name": "Vadipatti"
}
},
{
"model": "stores.city",
"pk": 986,
"fields": {
"state": 9,
"name": "Nagarkurnool"
}
},
{
"model": "stores.city",
"pk": 987,
"fields": {
"state": 6,
"name": "Savner"
}
},
{
"model": "stores.city",
"pk": 988,
"fields": {
"state": 6,
"name": "Sasvad"
}
},
{
"model": "stores.city",
"pk": 989,
"fields": {
"state": 2,
"name": "Rudrapur"
}
},
{
"model": "stores.city",
"pk": 990,
"fields": {
"state": 2,
"name": "Soron"
}
},
{
"model": "stores.city",
"pk": 991,
"fields": {
"state": 10,
"name": "Sholingur"
}
},
{
"model": "stores.city",
"pk": 992,
"fields": {
"state": 6,
"name": "Pandharkaoda"
}
},
{
"model": "stores.city",
"pk": 993,
"fields": {
"state": 23,
"name": "Perumbavoor"
}
},
{
"model": "stores.city",
"pk": 994,
"fields": {
"state": 7,
"name": "Maddur"
}
},
{
"model": "stores.city",
"pk": 995,
"fields": {
"state": 12,
"name": "Nadbai"
}
},
{
"model": "stores.city",
"pk": 996,
"fields": {
"state": 6,
"name": "Talode"
}
},
{
"model": "stores.city",
"pk": 997,
"fields": {
"state": 6,
"name": "Shrigonda"
}
},
{
"model": "stores.city",
"pk": 998,
"fields": {
"state": 7,
"name": "Madhugiri"
}
},
{
"model": "stores.city",
"pk": 999,
"fields": {
"state": 7,
"name": "Tekkalakote"
}
},
{
"model": "stores.city",
"pk": 1000,
"fields": {
"state": 14,
"name": "Seoni-Malwa"
}
},
{
"model": "stores.city",
"pk": 1001,
"fields": {
"state": 6,
"name": "Shirdi"
}
},
{
"model": "stores.city",
"pk": 1002,
"fields": {
"state": 2,
"name": "SUrban Agglomerationr"
}
},
{
"model": "stores.city",
"pk": 1003,
"fields": {
"state": 7,
"name": "Terdal"
}
},
{
"model": "stores.city",
"pk": 1004,
"fields": {
"state": 6,
"name": "Raver"
}
},
{
"model": "stores.city",
"pk": 1005,
"fields": {
"state": 3,
"name": "Taraori"
}
},
{
"model": "stores.city",
"pk": 1006,
"fields": {
"state": 6,
"name": "Mukhed"
}
},
{
"model": "stores.city",
"pk": 1007,
"fields": {
"state": 10,
"name": "Manachanallur"
}
},
{
"model": "stores.city",
"pk": 1008,
"fields": {
"state": 14,
"name": "Rehli"
}
},
{
"model": "stores.city",
"pk": 1009,
"fields": {
"state": 12,
"name": "Sanchore"
}
},
{
"model": "stores.city",
"pk": 1010,
"fields": {
"state": 6,
"name": "Rajura"
}
},
{
"model": "stores.city",
"pk": 1011,
"fields": {
"state": 13,
"name": "Piro"
}
},
{
"model": "stores.city",
"pk": 1012,
"fields": {
"state": 7,
"name": "Mudabidri"
}
},
{
"model": "stores.city",
"pk": 1013,
"fields": {
"state": 6,
"name": "Vadgaon Kasba"
}
},
{
"model": "stores.city",
"pk": 1014,
"fields": {
"state": 12,
"name": "Nagar"
}
},
{
"model": "stores.city",
"pk": 1015,
"fields": {
"state": 8,
"name": "Vijapur"
}
},
{
"model": "stores.city",
"pk": 1016,
"fields": {
"state": 10,
"name": "Viswanatham"
}
},
{
"model": "stores.city",
"pk": 1017,
"fields": {
"state": 10,
"name": "Polur"
}
},
{
"model": "stores.city",
"pk": 1018,
"fields": {
"state": 10,
"name": "Panagudi"
}
},
{
"model": "stores.city",
"pk": 1019,
"fields": {
"state": 14,
"name": "Manawar"
}
},
{
"model": "stores.city",
"pk": 1020,
"fields": {
"state": 24,
"name": "Tehri"
}
},
{
"model": "stores.city",
"pk": 1021,
"fields": {
"state": 2,
"name": "Samdhan"
}
},
{
"model": "stores.city",
"pk": 1022,
"fields": {
"state": 8,
"name": "Pardi"
}
},
{
"model": "stores.city",
"pk": 1023,
"fields": {
"state": 14,
"name": "Rahatgarh"
}
},
{
"model": "stores.city",
"pk": 1024,
"fields": {
"state": 14,
"name": "Panagar"
}
},
{
"model": "stores.city",
"pk": 1025,
"fields": {
"state": 10,
"name": "Uthiramerur"
}
},
{
"model": "stores.city",
"pk": 1026,
"fields": {
"state": 6,
"name": "Tirora"
}
},
{
"model": "stores.city",
"pk": 1027,
"fields": {
"state": 20,
"name": "Rangia"
}
},
{
"model": "stores.city",
"pk": 1028,
"fields": {
"state": 2,
"name": "Sahjanwa"
}
},
{
"model": "stores.city",
"pk": 1029,
"fields": {
"state": 14,
"name": "Wara Seoni"
}
},
{
"model": "stores.city",
"pk": 1030,
"fields": {
"state": 7,
"name": "Magadi"
}
},
{
"model": "stores.city",
"pk": 1031,
"fields": {
"state": 12,
"name": "Rajgarh (Alwar)"
}
},
{
"model": "stores.city",
"pk": 1032,
"fields": {
"state": 13,
"name": "Rafiganj"
}
},
{
"model": "stores.city",
"pk": 1033,
"fields": {
"state": 14,
"name": "Tarana"
}
},
{
"model": "stores.city",
"pk": 1034,
"fields": {
"state": 2,
"name": "Rampur Maniharan"
}
},
{
"model": "stores.city",
"pk": 1035,
"fields": {
"state": 12,
"name": "Sheoganj"
}
},
{
"model": "stores.city",
"pk": 1036,
"fields": {
"state": 16,
"name": "Raikot"
}
},
{
"model": "stores.city",
"pk": 1037,
"fields": {
"state": 24,
"name": "Pauri"
}
},
{
"model": "stores.city",
"pk": 1038,
"fields": {
"state": 2,
"name": "Sumerpur"
}
},
{
"model": "stores.city",
"pk": 1039,
"fields": {
"state": 7,
"name": "Navalgund"
}
},
{
"model": "stores.city",
"pk": 1040,
"fields": {
"state": 2,
"name": "Shahganj"
}
},
{
"model": "stores.city",
"pk": 1041,
"fields": {
"state": 13,
"name": "Marhaura"
}
},
{
"model": "stores.city",
"pk": 1042,
"fields": {
"state": 2,
"name": "Tulsipur"
}
},
{
"model": "stores.city",
"pk": 1043,
"fields": {
"state": 12,
"name": "Sadri"
}
},
{
"model": "stores.city",
"pk": 1044,
"fields": {
"state": 10,
"name": "Thiruthuraipoondi"
}
},
{
"model": "stores.city",
"pk": 1045,
"fields": {
"state": 7,
"name": "Shiggaon"
}
},
{
"model": "stores.city",
"pk": 1046,
"fields": {
"state": 10,
"name": "Pallapatti"
}
},
{
"model": "stores.city",
"pk": 1047,
"fields": {
"state": 3,
"name": "Mahendragarh"
}
},
{
"model": "stores.city",
"pk": 1048,
"fields": {
"state": 14,
"name": "Sausar"
}
},
{
"model": "stores.city",
"pk": 1049,
"fields": {
"state": 10,
"name": "Ponneri"
}
},
{
"model": "stores.city",
"pk": 1050,
"fields": {
"state": 6,
"name": "Mahad"
}
},
{
"model": "stores.city",
"pk": 1051,
"fields": {
"state": 18,
"name": "Lohardaga"
}
},
{
"model": "stores.city",
"pk": 1052,
"fields": {
"state": 2,
"name": "Tirwaganj"
}
},
{
"model": "stores.city",
"pk": 1053,
"fields": {
"state": 20,
"name": "Margherita"
}
},
{
"model": "stores.city",
"pk": 1054,
"fields": {
"state": 30,
"name": "Sundarnagar"
}
},
{
"model": "stores.city",
"pk": 1055,
"fields": {
"state": 14,
"name": "Rajgarh"
}
},
{
"model": "stores.city",
"pk": 1056,
"fields": {
"state": 20,
"name": "Mangaldoi"
}
},
{
"model": "stores.city",
"pk": 1057,
"fields": {
"state": 15,
"name": "Renigunta"
}
},
{
"model": "stores.city",
"pk": 1058,
"fields": {
"state": 16,
"name": "Longowal"
}
},
{
"model": "stores.city",
"pk": 1059,
"fields": {
"state": 3,
"name": "Ratia"
}
},
{
"model": "stores.city",
"pk": 1060,
"fields": {
"state": 10,
"name": "Lalgudi"
}
},
{
"model": "stores.city",
"pk": 1061,
"fields": {
"state": 7,
"name": "Shrirangapattana"
}
},
{
"model": "stores.city",
"pk": 1062,
"fields": {
"state": 14,
"name": "Niwari"
}
},
{
"model": "stores.city",
"pk": 1063,
"fields": {
"state": 10,
"name": "Natham"
}
},
{
"model": "stores.city",
"pk": 1064,
"fields": {
"state": 10,
"name": "Unnamalaikadai"
}
},
{
"model": "stores.city",
"pk": 1065,
"fields": {
"state": 2,
"name": "PurqUrban Agglomerationzi"
}
},
{
"model": "stores.city",
"pk": 1066,
"fields": {
"state": 2,
"name": "Shamsabad, Farrukhabad"
}
},
{
"model": "stores.city",
"pk": 1067,
"fields": {
"state": 13,
"name": "Mirganj"
}
},
{
"model": "stores.city",
"pk": 1068,
"fields": {
"state": 12,
"name": "Todaraisingh"
}
},
{
"model": "stores.city",
"pk": 1069,
"fields": {
"state": 2,
"name": "Warhapur"
}
},
{
"model": "stores.city",
"pk": 1070,
"fields": {
"state": 15,
"name": "Rajam"
}
},
{
"model": "stores.city",
"pk": 1071,
"fields": {
"state": 16,
"name": "Urmar Tanda"
}
},
{
"model": "stores.city",
"pk": 1072,
"fields": {
"state": 6,
"name": "Lonar"
}
},
{
"model": "stores.city",
"pk": 1073,
"fields": {
"state": 2,
"name": "Powayan"
}
},
{
"model": "stores.city",
"pk": 1074,
"fields": {
"state": 10,
"name": "P.N.Patti"
}
},
{
"model": "stores.city",
"pk": 1075,
"fields": {
"state": 30,
"name": "Palampur"
}
},
{
"model": "stores.city",
"pk": 1076,
"fields": {
"state": 15,
"name": "Srisailam Project (Right Flank Colony) Township"
}
},
{
"model": "stores.city",
"pk": 1077,
"fields": {
"state": 7,
"name": "Sindagi"
}
},
{
"model": "stores.city",
"pk": 1078,
"fields": {
"state": 2,
"name": "Sandi"
}
},
{
"model": "stores.city",
"pk": 1079,
"fields": {
"state": 23,
"name": "Vaikom"
}
},
{
"model": "stores.city",
"pk": 1080,
"fields": {
"state": 11,
"name": "Malda"
}
},
{
"model": "stores.city",
"pk": 1081,
"fields": {
"state": 10,
"name": "Tharangambadi"
}
},
{
"model": "stores.city",
"pk": 1082,
"fields": {
"state": 7,
"name": "Sakaleshapura"
}
},
{
"model": "stores.city",
"pk": 1083,
"fields": {
"state": 13,
"name": "Lalganj"
}
},
{
"model": "stores.city",
"pk": 1084,
"fields": {
"state": 22,
"name": "Malkangiri"
}
},
{
"model": "stores.city",
"pk": 1085,
"fields": {
"state": 8,
"name": "Rapar"
}
},
{
"model": "stores.city",
"pk": 1086,
"fields": {
"state": 14,
"name": "Mauganj"
}
},
{
"model": "stores.city",
"pk": 1087,
"fields": {
"state": 12,
"name": "Todabhim"
}
},
{
"model": "stores.city",
"pk": 1088,
"fields": {
"state": 7,
"name": "Srinivaspur"
}
},
{
"model": "stores.city",
"pk": 1089,
"fields": {
"state": 13,
"name": "Murliganj"
}
},
{
"model": "stores.city",
"pk": 1090,
"fields": {
"state": 12,
"name": "Reengus"
}
},
{
"model": "stores.city",
"pk": 1091,
"fields": {
"state": 6,
"name": "Sawantwadi"
}
},
{
"model": "stores.city",
"pk": 1092,
"fields": {
"state": 10,
"name": "Tittakudi"
}
},
{
"model": "stores.city",
"pk": 1093,
"fields": {
"state": 29,
"name": "Lilong"
}
},
{
"model": "stores.city",
"pk": 1094,
"fields": {
"state": 12,
"name": "Rajaldesar"
}
},
{
"model": "stores.city",
"pk": 1095,
"fields": {
"state": 6,
"name": "Pathardi"
}
},
{
"model": "stores.city",
"pk": 1096,
"fields": {
"state": 2,
"name": "Achhnera"
}
},
{
"model": "stores.city",
"pk": 1097,
"fields": {
"state": 10,
"name": "Pacode"
}
},
{
"model": "stores.city",
"pk": 1098,
"fields": {
"state": 2,
"name": "Naraura"
}
},
{
"model": "stores.city",
"pk": 1099,
"fields": {
"state": 2,
"name": "Nakur"
}
},
{
"model": "stores.city",
"pk": 1100,
"fields": {
"state": 23,
"name": "Palai"
}
},
{
"model": "stores.city",
"pk": 1101,
"fields": {
"state": 16,
"name": "Morinda, India"
}
},
{
"model": "stores.city",
"pk": 1102,
"fields": {
"state": 14,
"name": "Manasa"
}
},
{
"model": "stores.city",
"pk": 1103,
"fields": {
"state": 14,
"name": "Nainpur"
}
},
{
"model": "stores.city",
"pk": 1104,
"fields": {
"state": 2,
"name": "Sahaspur"
}
},
{
"model": "stores.city",
"pk": 1105,
"fields": {
"state": 6,
"name": "Pauni"
}
},
{
"model": "stores.city",
"pk": 1106,
"fields": {
"state": 14,
"name": "Prithvipur"
}
},
{
"model": "stores.city",
"pk": 1107,
"fields": {
"state": 6,
"name": "Ramtek"
}
},
{
"model": "stores.city",
"pk": 1108,
"fields": {
"state": 20,
"name": "Silapathar"
}
},
{
"model": "stores.city",
"pk": 1109,
"fields": {
"state": 8,
"name": "Songadh"
}
},
{
"model": "stores.city",
"pk": 1110,
"fields": {
"state": 2,
"name": "Safipur"
}
},
{
"model": "stores.city",
"pk": 1111,
"fields": {
"state": 14,
"name": "Sohagpur"
}
},
{
"model": "stores.city",
"pk": 1112,
"fields": {
"state": 6,
"name": "Mul"
}
},
{
"model": "stores.city",
"pk": 1113,
"fields": {
"state": 12,
"name": "Sadulshahar"
}
},
{
"model": "stores.city",
"pk": 1114,
"fields": {
"state": 16,
"name": "Phillaur"
}
},
{
"model": "stores.city",
"pk": 1115,
"fields": {
"state": 12,
"name": "Sambhar"
}
},
{
"model": "stores.city",
"pk": 1116,
"fields": {
"state": 12,
"name": "Prantij"
}
},
{
"model": "stores.city",
"pk": 1117,
"fields": {
"state": 24,
"name": "Nagla"
}
},
{
"model": "stores.city",
"pk": 1118,
"fields": {
"state": 16,
"name": "Pattran"
}
},
{
"model": "stores.city",
"pk": 1119,
"fields": {
"state": 12,
"name": "Mount Abu"
}
},
{
"model": "stores.city",
"pk": 1120,
"fields": {
"state": 2,
"name": "Reoti"
}
},
{
"model": "stores.city",
"pk": 1121,
"fields": {
"state": 18,
"name": "Tenu dam-cum-Kathhara"
}
},
{
"model": "stores.city",
"pk": 1122,
"fields": {
"state": 11,
"name": "Panchla"
}
},
{
"model": "stores.city",
"pk": 1123,
"fields": {
"state": 24,
"name": "Sitarganj"
}
},
{
"model": "stores.city",
"pk": 1124,
"fields": {
"state": 34,
"name": "Pasighat"
}
},
{
"model": "stores.city",
"pk": 1125,
"fields": {
"state": 13,
"name": "Motipur"
}
},
{
"model": "stores.city",
"pk": 1126,
"fields": {
"state": 10,
"name": "O' Valley"
}
},
{
"model": "stores.city",
"pk": 1127,
"fields": {
"state": 11,
"name": "Raghunathpur"
}
},
{
"model": "stores.city",
"pk": 1128,
"fields": {
"state": 10,
"name": "Suriyampalayam"
}
},
{
"model": "stores.city",
"pk": 1129,
"fields": {
"state": 16,
"name": "Qadian"
}
},
{
"model": "stores.city",
"pk": 1130,
"fields": {
"state": 22,
"name": "Rairangpur"
}
},
{
"model": "stores.city",
"pk": 1131,
"fields": {
"state": 35,
"name": "Silvassa"
}
},
{
"model": "stores.city",
"pk": 1132,
"fields": {
"state": 14,
"name": "Nowrozabad (Khodargama)"
}
},
{
"model": "stores.city",
"pk": 1133,
"fields": {
"state": 12,
"name": "Mangrol"
}
},
{
"model": "stores.city",
"pk": 1134,
"fields": {
"state": 6,
"name": "Soyagaon"
}
},
{
"model": "stores.city",
"pk": 1135,
"fields": {
"state": 16,
"name": "Sujanpur"
}
},
{
"model": "stores.city",
"pk": 1136,
"fields": {
"state": 13,
"name": "Manihari"
}
},
{
"model": "stores.city",
"pk": 1137,
"fields": {
"state": 2,
"name": "Sikanderpur"
}
},
{
"model": "stores.city",
"pk": 1138,
"fields": {
"state": 6,
"name": "Mangalvedhe"
}
},
{
"model": "stores.city",
"pk": 1139,
"fields": {
"state": 12,
"name": "Phulera"
}
},
{
"model": "stores.city",
"pk": 1140,
"fields": {
"state": 7,
"name": "Ron"
}
},
{
"model": "stores.city",
"pk": 1141,
"fields": {
"state": 10,
"name": "Sholavandan"
}
},
{
"model": "stores.city",
"pk": 1142,
"fields": {
"state": 2,
"name": "Saidpur"
}
},
{
"model": "stores.city",
"pk": 1143,
"fields": {
"state": 14,
"name": "Shamgarh"
}
},
{
"model": "stores.city",
"pk": 1144,
"fields": {
"state": 10,
"name": "Thammampatti"
}
},
{
"model": "stores.city",
"pk": 1145,
"fields": {
"state": 14,
"name": "Maharajpur"
}
},
{
"model": "stores.city",
"pk": 1146,
"fields": {
"state": 14,
"name": "Multai"
}
},
{
"model": "stores.city",
"pk": 1147,
"fields": {
"state": 16,
"name": "Mukerian"
}
},
{
"model": "stores.city",
"pk": 1148,
"fields": {
"state": 2,
"name": "Sirsi"
}
},
{
"model": "stores.city",
"pk": 1149,
"fields": {
"state": 2,
"name": "Purwa"
}
},
{
"model": "stores.city",
"pk": 1150,
"fields": {
"state": 13,
"name": "Sheohar"
}
},
{
"model": "stores.city",
"pk": 1151,
"fields": {
"state": 10,
"name": "Namagiripettai"
}
},
{
"model": "stores.city",
"pk": 1152,
"fields": {
"state": 2,
"name": "Parasi"
}
},
{
"model": "stores.city",
"pk": 1153,
"fields": {
"state": 8,
"name": "Lathi"
}
},
{
"model": "stores.city",
"pk": 1154,
"fields": {
"state": 2,
"name": "Lalganj"
}
},
{
"model": "stores.city",
"pk": 1155,
"fields": {
"state": 6,
"name": "Narkhed"
}
},
{
"model": "stores.city",
"pk": 1156,
"fields": {
"state": 11,
"name": "Mathabhanga"
}
},
{
"model": "stores.city",
"pk": 1157,
"fields": {
"state": 6,
"name": "Shendurjana"
}
},
{
"model": "stores.city",
"pk": 1158,
"fields": {
"state": 10,
"name": "Peravurani"
}
},
{
"model": "stores.city",
"pk": 1159,
"fields": {
"state": 20,
"name": "Mariani"
}
},
{
"model": "stores.city",
"pk": 1160,
"fields": {
"state": 2,
"name": "Phulpur"
}
},
{
"model": "stores.city",
"pk": 1161,
"fields": {
"state": 3,
"name": "Rania"
}
},
{
"model": "stores.city",
"pk": 1162,
"fields": {
"state": 14,
"name": "Pali"
}
},
{
"model": "stores.city",
"pk": 1163,
"fields": {
"state": 14,
"name": "Pachore"
}
},
{
"model": "stores.city",
"pk": 1164,
"fields": {
"state": 10,
"name": "Parangipettai"
}
},
{
"model": "stores.city",
"pk": 1165,
"fields": {
"state": 10,
"name": "Pudupattinam"
}
},
{
"model": "stores.city",
"pk": 1166,
"fields": {
"state": 23,
"name": "Panniyannur"
}
},
{
"model": "stores.city",
"pk": 1167,
"fields": {
"state": 13,
"name": "Maharajganj"
}
},
{
"model": "stores.city",
"pk": 1168,
"fields": {
"state": 14,
"name": "Rau"
}
},
{
"model": "stores.city",
"pk": 1169,
"fields": {
"state": 11,
"name": "Monoharpur"
}
},
{
"model": "stores.city",
"pk": 1170,
"fields": {
"state": 12,
"name": "Mandawa"
}
},
{
"model": "stores.city",
"pk": 1171,
"fields": {
"state": 20,
"name": "Marigaon"
}
},
{
"model": "stores.city",
"pk": 1172,
"fields": {
"state": 10,
"name": "Pallikonda"
}
},
{
"model": "stores.city",
"pk": 1173,
"fields": {
"state": 12,
"name": "Pindwara"
}
},
{
"model": "stores.city",
"pk": 1174,
"fields": {
"state": 2,
"name": "Shishgarh"
}
},
{
"model": "stores.city",
"pk": 1175,
"fields": {
"state": 6,
"name": "Patur"
}
},
{
"model": "stores.city",
"pk": 1176,
"fields": {
"state": 29,
"name": "Mayang Imphal"
}
},
{
"model": "stores.city",
"pk": 1177,
"fields": {
"state": 14,
"name": "Mhowgaon"
}
},
{
"model": "stores.city",
"pk": 1178,
"fields": {
"state": 23,
"name": "Guruvayoor"
}
},
{
"model": "stores.city",
"pk": 1179,
"fields": {
"state": 6,
"name": "Mhaswad"
}
},
{
"model": "stores.city",
"pk": 1180,
"fields": {
"state": 2,
"name": "Sahawar"
}
},
{
"model": "stores.city",
"pk": 1181,
"fields": {
"state": 10,
"name": "Sivagiri"
}
},
{
"model": "stores.city",
"pk": 1182,
"fields": {
"state": 7,
"name": "Mundargi"
}
},
{
"model": "stores.city",
"pk": 1183,
"fields": {
"state": 10,
"name": "Punjaipugalur"
}
},
{
"model": "stores.city",
"pk": 1184,
"fields": {
"state": 26,
"name": "Kailasahar"
}
},
{
"model": "stores.city",
"pk": 1185,
"fields": {
"state": 2,
"name": "Samthar"
}
},
{
"model": "stores.city",
"pk": 1186,
"fields": {
"state": 19,
"name": "Sakti"
}
},
{
"model": "stores.city",
"pk": 1187,
"fields": {
"state": 7,
"name": "Sadalagi"
}
},
{
"model": "stores.city",
"pk": 1188,
"fields": {
"state": 13,
"name": "Silao"
}
},
{
"model": "stores.city",
"pk": 1189,
"fields": {
"state": 12,
"name": "Mandalgarh"
}
},
{
"model": "stores.city",
"pk": 1190,
"fields": {
"state": 6,
"name": "Loha"
}
},
{
"model": "stores.city",
"pk": 1191,
"fields": {
"state": 2,
"name": "Pukhrayan"
}
},
{
"model": "stores.city",
"pk": 1192,
"fields": {
"state": 10,
"name": "Padmanabhapuram"
}
},
{
"model": "stores.city",
"pk": 1193,
"fields": {
"state": 26,
"name": "Belonia"
}
},
{
"model": "stores.city",
"pk": 1194,
"fields": {
"state": 27,
"name": "Saiha"
}
},
{
"model": "stores.city",
"pk": 1195,
"fields": {
"state": 11,
"name": "Srirampore"
}
},
{
"model": "stores.city",
"pk": 1196,
"fields": {
"state": 16,
"name": "Talwara"
}
},
{
"model": "stores.city",
"pk": 1197,
"fields": {
"state": 23,
"name": "Puthuppally"
}
},
{
"model": "stores.city",
"pk": 1198,
"fields": {
"state": 26,
"name": "Khowai"
}
},
{
"model": "stores.city",
"pk": 1199,
"fields": {
"state": 14,
"name": "Vijaypur"
}
},
{
"model": "stores.city",
"pk": 1200,
"fields": {
"state": 12,
"name": "Takhatgarh"
}
},
{
"model": "stores.city",
"pk": 1201,
"fields": {
"state": 10,
"name": "Thirupuvanam"
}
},
{
"model": "stores.city",
"pk": 1202,
"fields": {
"state": 11,
"name": "Adra"
}
},
{
"model": "stores.city",
"pk": 1203,
"fields": {
"state": 7,
"name": "Piriyapatna"
}
},
{
"model": "stores.city",
"pk": 1204,
"fields": {
"state": 2,
"name": "Obra"
}
},
{
"model": "stores.city",
"pk": 1205,
"fields": {
"state": 8,
"name": "Adalaj"
}
},
{
"model": "stores.city",
"pk": 1206,
"fields": {
"state": 6,
"name": "Nandgaon"
}
},
{
"model": "stores.city",
"pk": 1207,
"fields": {
"state": 13,
"name": "Barh"
}
},
{
"model": "stores.city",
"pk": 1208,
"fields": {
"state": 8,
"name": "Chhapra"
}
},
{
"model": "stores.city",
"pk": 1209,
"fields": {
"state": 23,
"name": "Panamattom"
}
},
{
"model": "stores.city",
"pk": 1210,
"fields": {
"state": 2,
"name": "Niwai"
}
},
{
"model": "stores.city",
"pk": 1211,
"fields": {
"state": 24,
"name": "Bageshwar"
}
},
{
"model": "stores.city",
"pk": 1212,
"fields": {
"state": 22,
"name": "Tarbha"
}
},
{
"model": "stores.city",
"pk": 1213,
"fields": {
"state": 7,
"name": "Adyar"
}
},
{
"model": "stores.city",
"pk": 1214,
"fields": {
"state": 6,
"name": "Warud"
}
},
{
"model": "stores.city",
"pk": 1215,
"fields": {
"state": 13,
"name": "Asarganj"
}
},
{
"model": "stores.city",
"pk": 1216,
"fields": {
"state": 3,
"name": "Sarsod"
}
},
{
"model": "stores.city",
"pk": 1217,
"fields": {
"state": 8,
"name": "Gandhinagar"
}
},
{
"model": "stores.city",
"pk": 1218,
"fields": {
"state": 30,
"name": "Kullu"
}
},
{
"model": "stores.city",
"pk": 1219,
"fields": {
"state": 36,
"name": "Manali"
}
},
{
"model": "stores.city",
"pk": 1220,
"fields": {
"state": 2,
"name": "Mirzapur"
}
},
{
"model": "stores.country",
"pk": 1,
"fields": {
"name": "India"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment