Created
July 9, 2015 13:17
-
-
Save applecool/20237c5cf8d0f0eb2c8c to your computer and use it in GitHub Desktop.
Indian States and Union Territories in JSON format
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
{ | |
"AP": "Andhra Pradesh", | |
"AR": "Arunachal Pradesh", | |
"AS": "Assam", | |
"BR": "Bihar", | |
"CT": "Chhattisgarh", | |
"GA": "Goa", | |
"GJ": "Gujarat", | |
"HR": "Haryana", | |
"HP": "Himachal Pradesh", | |
"JK": "Jammu and Kashmir", | |
"JH": "Jharkhand", | |
"KA": "Karnataka", | |
"KL": "Kerala", | |
"MP": "Madhya Pradesh", | |
"MH": "Maharashtra", | |
"MN": "Manipur", | |
"ML": "Meghalaya", | |
"MZ": "Mizoram", | |
"NL": "Nagaland", | |
"OR": "Odisha", | |
"PB": "Punjab", | |
"RJ": "Rajasthan", | |
"SK": "Sikkim", | |
"TN": "Tamil Nadu", | |
"TG": "Telangana", | |
"TR": "Tripura", | |
"UP": "Uttar Pradesh", | |
"UT": "Uttarakhand", | |
"WB": "West Bengal" | |
} |
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
[ | |
{ | |
"name": "Andhra Pradesh", | |
"abbreviation": "AP" | |
}, | |
{ | |
"name": "Arunachal Pradesh", | |
"abbreviation": "AR" | |
}, | |
{ | |
"name": "Assam", | |
"abbreviation": "AS" | |
}, | |
{ | |
"name": "Bihar", | |
"abbreviation": "BR" | |
}, | |
{ | |
"name": "Chhattisgarh", | |
"abbreviation": "CT" | |
}, | |
{ | |
"name": "Goa", | |
"abbreviation": "GA" | |
}, | |
{ | |
"name": "Gujarat", | |
"abbreviation": "GJ" | |
}, | |
{ | |
"name": "Haryana", | |
"abbreviation": "HR" | |
}, | |
{ | |
"name": "Himachal Pradesh", | |
"abbreviation": "HP" | |
}, | |
{ | |
"name": "Jammu and Kashmir", | |
"abbreviation": "JK" | |
}, | |
{ | |
"name": "Jharkhand", | |
"abbreviation": "JH" | |
}, | |
{ | |
"name": "Karnataka", | |
"abbreviation": "KA" | |
}, | |
{ | |
"name": "Kerala", | |
"abbreviation": "KL" | |
}, | |
{ | |
"name": "Madhya Pradesh", | |
"abbreviation": "MP" | |
}, | |
{ | |
"name": "Maharashtra", | |
"abbreviation": "MH" | |
}, | |
{ | |
"name": "Manipur", | |
"abbreviation": "MN" | |
}, | |
{ | |
"name": "Meghalaya", | |
"abbreviation": "ML" | |
}, | |
{ | |
"name": "Mizoram", | |
"abbreviation": "MZ" | |
}, | |
{ | |
"name": "Nagaland", | |
"abbreviation": "NL" | |
}, | |
{ | |
"name": "Odisha", | |
"abbreviation": "OR" | |
}, | |
{ | |
"name": "Punjab", | |
"abbreviation": "PB" | |
}, | |
{ | |
"name": "Rajasthan", | |
"abbreviation": "RJ" | |
}, | |
{ | |
"name": "Sikkim", | |
"abbreviation": "SK" | |
}, | |
{ | |
"name": "Tamil Nadu", | |
"abbreviation": "TN" | |
}, | |
{ | |
"name": "Telangana", | |
"abbreviation": "TG" | |
}, | |
{ | |
"name": "Tripura", | |
"abbreviation": "TR" | |
}, | |
{ | |
"name": "Uttar Pradesh", | |
"abbreviation": "UP" | |
}, | |
{ | |
"name": "Uttarakhand", | |
"abbreviation": "UT" | |
}, | |
{ | |
"name": "West Bengal", | |
"abbreviation": "WB" | |
} | |
] |
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", | |
"CH": "Chandigarh", | |
"DN": "Dadra and Nagar Haveli", | |
"DD": "Daman and Diu", | |
"LD": "Lakshadweep", | |
"DL": "National Capital Territory of Delhi", | |
"PY": "Puducherry" | |
} |
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
[ | |
{ | |
"name": "Andaman and Nicobar Islands", | |
"abbreviation": "AN" | |
}, | |
{ | |
"name": "Chandigarh", | |
"abbreviation": "CH" | |
}, | |
{ | |
"name": "Dadra and Nagar Haveli", | |
"abbreviation": "DN" | |
}, | |
{ | |
"name": "Daman and Diu", | |
"abbreviation": "DD" | |
}, | |
{ | |
"name": "Lakshadweep", | |
"abbreviation": "LD" | |
}, | |
{ | |
"name": "National Capital Territory of Delhi", | |
"abbreviation": "DL" | |
}, | |
{ | |
"name": "Puducherry", | |
"abbreviation": "PY" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment