Last active
December 18, 2024 08:36
-
-
Save shubhamjain/35ed77154f577295707a to your computer and use it in GitHub Desktop.
Indian States and Union Territories in JSON format
This file contains 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" | |
} |
Hey! Update the list:
To Update: Dadra and Nagar Haveli and Daman and Diu UT's are merged together into one UT i.e. Dadra and Nagar Haveli and Daman and Diu. The short form is DNHDD.
Reference: wikipedia and official Gazette: https://www.mha.gov.in/sites/default/files/2022-08/UTdiv_Act_3112019%5B1%5D.pdf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does anyone know of an API or JSON dataset that provides information based on pin code, such as country name, state, district, etc.? Thank you!