Created
December 24, 2019 15:55
-
-
Save shiva0704/ad69837bec44c2653c602c7306e4092b to your computer and use it in GitHub Desktop.
Latest Indian States and Union Territories in JSON format Raw - Updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AN":"Andaman and Nicobar Islands", | |
"AP":"Andhra Pradesh", | |
"AR":"Arunachal Pradesh", | |
"AS":"Assam", | |
"BR":"Bihar", | |
"CG":"Chandigarh", | |
"CH":"Chhattisgarh", | |
"DN":"Dadra and Nagar Haveli", | |
"DD":"Daman and Diu", | |
"DL":"Delhi", | |
"GA":"Goa", | |
"GJ":"Gujarat", | |
"HR":"Haryana", | |
"HP":"Himachal Pradesh", | |
"JK":"Jammu and Kashmir", | |
"JH":"Jharkhand", | |
"KA":"Karnataka", | |
"KL":"Kerala", | |
"LA":"Ladakh", | |
"LD":"Lakshadweep", | |
"MP":"Madhya Pradesh", | |
"MH":"Maharashtra", | |
"MN":"Manipur", | |
"ML":"Meghalaya", | |
"MZ":"Mizoram", | |
"NL":"Nagaland", | |
"OR":"Odisha", | |
"PY":"Puducherry", | |
"PB":"Punjab", | |
"RJ":"Rajasthan", | |
"SK":"Sikkim", | |
"TN":"Tamil Nadu", | |
"TS":"Telangana", | |
"TR":"Tripura", | |
"UP":"Uttar Pradesh", | |
"UK":"Uttarakhand", | |
"WB":"West Bengal" | |
} |
Yes this is just State & Union Territories, as the gist describes, wt u mean by complete json, wt else data are you requesting
[
{
"slno": 0,
"abb": "AN",
"name": "Andaman and Nicobar Islands",
"state": "andaman-and-nicobar"
},
{
"slno": 1,
"abb": "AP",
"name": "Andhra Pradesh",
"state": "andhra-pradesh"
},
{
"slno": 2,
"abb": "AR",
"name": "Arunachal Pradesh",
"state": "arunachal-pradesh"
},
{
"slno": 3,
"abb": "AS",
"name": "Assam",
"state": "assam"
},
{
"slno": 4,
"abb": "BR",
"name": "Bihar",
"state": "bihar"
},
{
"slno": 5,
"abb": "CG",
"name": "Chandigarh",
"state": "chandigarh"
},
{
"slno": 6,
"abb": "CH",
"name": "Chhattisgarh",
"state": "chattishgarh"
},
{
"slno": 7,
"abb": "DH",
"name": "Dadra and Nagar Haveli",
"state": "dadra-and-nagar"
},
{
"slno": 8,
"abb": "DD",
"name": "Daman and Diu",
"state": "daman-and-diu"
},
{
"slno": 9,
"abb": "DL",
"name": "Delhi",
"state": "delhi"
},
{
"slno": 10,
"abb": "GA",
"name": "Goa",
"state": "goa"
},
{
"slno": 11,
"abb": "GJ",
"name": "Gujarat",
"state": "gujrat"
},
{
"slno": 12,
"abb": "HR",
"name": "Haryana",
"state": "haryana"
},
{
"slno": 13,
"abb": "HP",
"name": "Himachal Pradesh",
"state": "himachal-pradesh"
},
{
"slno": 14,
"abb": "JK",
"name": "Jammu and Kashmir",
"state": "jammu-and-kashmir"
},
{
"slno": 15,
"abb": "JH",
"name": "Jharkhand",
"state": "jharkhand"
},
{
"slno": 16,
"abb": "KA",
"name": "Karnataka",
"state": "karnataka"
},
{
"slno": 17,
"abb": "KL",
"name": "Kerala",
"state": "kerala"
},
{
"slno": 18,
"abb": "LD",
"name": "Lakshadweep",
"state": "lakshadweep"
},
{
"slno": 19,
"abb": "MP",
"name": "Madhya Pradesh",
"state": "madhya-pradesh"
},
{
"slno": 20,
"abb": "MH",
"name": "Maharashtra",
"state": "maharashtra"
},
{
"slno": 21,
"abb": "MN",
"name": "Manipur",
"state": "manipur"
},
{
"slno": 22,
"abb": "ML",
"name": "Meghalaya",
"state": "meghalaya"
},
{
"slno": 23,
"abb": "MZ",
"name": "Mizoram",
"state": "mizoram"
},
{
"slno": 24,
"abb": "NL",
"name": "Nagaland",
"state": "nagaland"
},
{
"slno": 25,
"abb": "OR",
"name": "Odisha",
"state": "odhisha"
},
{
"slno": 26,
"abb": "PY",
"name": "Puducherry",
"state": "puducherry"
},
{
"slno": 27,
"abb": "PB",
"name": "Punjab",
"state": "punjab"
},
{
"slno": 28,
"abb": "RJ",
"name": "Rajasthan",
"state": "rajasthan"
},
{
"slno": 29,
"abb": "SK",
"name": "Sikkim",
"state": "sikkim"
},
{
"slno": 30,
"abb": "TN",
"name": "Tamil Nadu",
"state": "tamil-nadu"
},
{
"slno": 31,
"abb": "TS",
"name": "Telangana",
"state": "telangana"
},
{
"slno": 32,
"abb": "TR",
"name": "Tripura",
"state": "tripura"
},
{
"slno": 33,
"abb": "UK",
"name": "Uttar Pradesh",
"state": "uttar-pradesh"
},
{
"slno": 34,
"abb": "UP",
"name": "Uttarakhand",
"state": "uttarakhand"
},
{
"slno": 35,
"abb": "WB",
"name": "West Bengal",
"state": "west-bengal"
}
]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Shiva, this is just state name. which can't be used directly. So, can you please share a complete json file so that it could be used for visualization purposes.