| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- return [
- "country" => "India",
- "subdivisions" => [
- "AN" => "Andaman and Nicobar Islands",
- "AP" => "Andhra Pradesh",
- "AR" => "Arunāchal Pradesh",
- "AS" => "Assam",
- "BR" => "Bihār",
- "CH" => "Chandīgarh",
- "CT" => "Chhattīsgarh",
- "DH" => "Dādra and Nagar Haveli and Damān and Diu",
- "DL" => "Delhi",
- "GA" => "Goa",
- "GJ" => "Gujarāt",
- "HP" => "Himāchal Pradesh",
- "HR" => "Haryāna",
- "JH" => "Jhārkhand",
- "JK" => "Jammu and Kashmīr",
- "KA" => "Karnātaka",
- "KL" => "Kerala",
- "LA" => "Ladākh",
- "LD" => "Lakshadweep",
- "MH" => "Mahārāshtra",
- "ML" => "Meghālaya",
- "MN" => "Manipur",
- "MP" => "Madhya Pradesh",
- "MZ" => "Mizoram",
- "NL" => "Nāgāland",
- "OR" => "Odisha",
- "PB" => "Punjab",
- "PY" => "Puducherry",
- "RJ" => "Rājasthān",
- "SK" => "Sikkim",
- "TG" => "Telangāna",
- "TN" => "Tamil Nādu",
- "TR" => "Tripura",
- "UP" => "Uttar Pradesh",
- "UT" => "Uttarākhand",
- "WB" => "West Bengal"
- ]
- ];
|