Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhkeller/e50dd4719e6813fadd3f to your computer and use it in GitHub Desktop.
Save mhkeller/e50dd4719e6813fadd3f to your computer and use it in GitHub Desktop.
State abbreviation and fips codes
{
"AK": {
"fips": "02",
"name": "Alaska"
},
"AL": {
"fips": "01",
"name": "Alabama"
},
"AR": {
"fips": "05",
"name": "Arkansas"
},
"AS": {
"fips": "60",
"name": "American Samoa"
},
"AZ": {
"fips": "04",
"name": "Arizona"
},
"CA": {
"fips": "06",
"name": "California"
},
"CO": {
"fips": "08",
"name": "Colorado"
},
"CT": {
"fips": "09",
"name": "Connecticut"
},
"DC": {
"fips": "11",
"name": "District of Columbia"
},
"DE": {
"fips": "10",
"name": "Delaware"
},
"FL": {
"fips": "12",
"name": "Florida"
},
"GA": {
"fips": "13",
"name": "Georgia"
},
"GU": {
"fips": "66",
"name": "Guam"
},
"HI": {
"fips": "15",
"name": "Hawaii"
},
"IA": {
"fips": "19",
"name": "Iowa"
},
"ID": {
"fips": "16",
"name": "Idaho"
},
"IL": {
"fips": "17",
"name": "Illinois"
},
"IN": {
"fips": "18",
"name": "Indiana"
},
"KS": {
"fips": "20",
"name": "Kansas"
},
"KY": {
"fips": "21",
"name": "Kentucky"
},
"LA": {
"fips": "22",
"name": "Louisiana"
},
"MA": {
"fips": "25",
"name": "Massachusetts"
},
"MD": {
"fips": "24",
"name": "Maryland"
},
"ME": {
"fips": "23",
"name": "Maine"
},
"MI": {
"fips": "26",
"name": "Michigan"
},
"MN": {
"fips": "27",
"name": "Minnesota"
},
"MO": {
"fips": "29",
"name": "Missouri"
},
"MS": {
"fips": "28",
"name": "Mississippi"
},
"MT": {
"fips": "30",
"name": "Montana"
},
"NC": {
"fips": "37",
"name": "North Carolina"
},
"ND": {
"fips": "38",
"name": "North Dakota"
},
"NE": {
"fips": "31",
"name": "Nebraska"
},
"NH": {
"fips": "33",
"name": "New Hampshire"
},
"NJ": {
"fips": "34",
"name": "New Jersey"
},
"NM": {
"fips": "35",
"name": "New Mexico"
},
"NV": {
"fips": "32",
"name": "Nevada"
},
"NY": {
"fips": "36",
"name": "New York"
},
"OH": {
"fips": "39",
"name": "Ohio"
},
"OK": {
"fips": "40",
"name": "Oklahoma"
},
"OR": {
"fips": "41",
"name": "Oregon"
},
"PA": {
"fips": "42",
"name": "Pennsylvania"
},
"PR": {
"fips": "72",
"name": "Puerto Rico"
},
"RI": {
"fips": "44",
"name": "Rhode Island"
},
"SC": {
"fips": "45",
"name": "South Carolina"
},
"SD": {
"fips": "46",
"name": "South Dakota"
},
"TN": {
"fips": "47",
"name": "Tennessee"
},
"TX": {
"fips": "48",
"name": "Texas"
},
"UT": {
"fips": "49",
"name": "Utah"
},
"VA": {
"fips": "51",
"name": "Virginia"
},
"VI": {
"fips": "78",
"name": "Virgin Islands"
},
"VT": {
"fips": "50",
"name": "Vermont"
},
"WA": {
"fips": "53",
"name": "Washington"
},
"WI": {
"fips": "55",
"name": "Wisconsin"
},
"WV": {
"fips": "54",
"name": "West Virginia"
},
"WY": {
"fips": "56",
"name": "Wyoming"
}
}
{
"02": {
"name": "Alaska",
"abbreviation": "AK"
},
"01": {
"name": "Alabama",
"abbreviation": "AL"
},
"05": {
"name": "Arkansas",
"abbreviation": "AR"
},
"60": {
"name": "American Samoa",
"abbreviation": "AS"
},
"04": {
"name": "Arizona",
"abbreviation": "AZ"
},
"06": {
"name": "California",
"abbreviation": "CA"
},
"08": {
"name": "Colorado",
"abbreviation": "CO"
},
"09": {
"name": "Connecticut",
"abbreviation": "CT"
},
"11": {
"name": "District of Columbia",
"abbreviation": "DC"
},
"10": {
"name": "Delaware",
"abbreviation": "DE"
},
"12": {
"name": "Florida",
"abbreviation": "FL"
},
"13": {
"name": "Georgia",
"abbreviation": "GA"
},
"66": {
"name": "Guam",
"abbreviation": "GU"
},
"15": {
"name": "Hawaii",
"abbreviation": "HI"
},
"19": {
"name": "Iowa",
"abbreviation": "IA"
},
"16": {
"name": "Idaho",
"abbreviation": "ID"
},
"17": {
"name": "Illinois",
"abbreviation": "IL"
},
"18": {
"name": "Indiana",
"abbreviation": "IN"
},
"20": {
"name": "Kansas",
"abbreviation": "KS"
},
"21": {
"name": "Kentucky",
"abbreviation": "KY"
},
"22": {
"name": "Louisiana",
"abbreviation": "LA"
},
"25": {
"name": "Massachusetts",
"abbreviation": "MA"
},
"24": {
"name": "Maryland",
"abbreviation": "MD"
},
"23": {
"name": "Maine",
"abbreviation": "ME"
},
"26": {
"name": "Michigan",
"abbreviation": "MI"
},
"27": {
"name": "Minnesota",
"abbreviation": "MN"
},
"29": {
"name": "Missouri",
"abbreviation": "MO"
},
"28": {
"name": "Mississippi",
"abbreviation": "MS"
},
"30": {
"name": "Montana",
"abbreviation": "MT"
},
"37": {
"name": "North Carolina",
"abbreviation": "NC"
},
"38": {
"name": "North Dakota",
"abbreviation": "ND"
},
"31": {
"name": "Nebraska",
"abbreviation": "NE"
},
"33": {
"name": "New Hampshire",
"abbreviation": "NH"
},
"34": {
"name": "New Jersey",
"abbreviation": "NJ"
},
"35": {
"name": "New Mexico",
"abbreviation": "NM"
},
"32": {
"name": "Nevada",
"abbreviation": "NV"
},
"36": {
"name": "New York",
"abbreviation": "NY"
},
"39": {
"name": "Ohio",
"abbreviation": "OH"
},
"40": {
"name": "Oklahoma",
"abbreviation": "OK"
},
"41": {
"name": "Oregon",
"abbreviation": "OR"
},
"42": {
"name": "Pennsylvania",
"abbreviation": "PA"
},
"72": {
"name": "Puerto Rico",
"abbreviation": "PR"
},
"44": {
"name": "Rhode Island",
"abbreviation": "RI"
},
"45": {
"name": "South Carolina",
"abbreviation": "SC"
},
"46": {
"name": "South Dakota",
"abbreviation": "SD"
},
"47": {
"name": "Tennessee",
"abbreviation": "TN"
},
"48": {
"name": "Texas",
"abbreviation": "TX"
},
"49": {
"name": "Utah",
"abbreviation": "UT"
},
"51": {
"name": "Virginia",
"abbreviation": "VA"
},
"78": {
"name": "Virgin Islands",
"abbreviation": "VI"
},
"50": {
"name": "Vermont",
"abbreviation": "VT"
},
"53": {
"name": "Washington",
"abbreviation": "WA"
},
"55": {
"name": "Wisconsin",
"abbreviation": "WI"
},
"54": {
"name": "West Virginia",
"abbreviation": "WV"
},
"56": {
"name": "Wyoming",
"abbreviation": "WY"
}
}
{
"Alaska": {
"abbreviation": "AK",
"fips": "02"
},
"Alabama": {
"abbreviation": "AL",
"fips": "01"
},
"Arkansas": {
"abbreviation": "AR",
"fips": "05"
},
"American Samoa": {
"abbreviation": "AS",
"fips": "60"
},
"Arizona": {
"abbreviation": "AZ",
"fips": "04"
},
"California": {
"abbreviation": "CA",
"fips": "06"
},
"Colorado": {
"abbreviation": "CO",
"fips": "08"
},
"Connecticut": {
"abbreviation": "CT",
"fips": "09"
},
"District of Columbia": {
"abbreviation": "DC",
"fips": "11"
},
"Delaware": {
"abbreviation": "DE",
"fips": "10"
},
"Florida": {
"abbreviation": "FL",
"fips": "12"
},
"Georgia": {
"abbreviation": "GA",
"fips": "13"
},
"Guam": {
"abbreviation": "GU",
"fips": "66"
},
"Hawaii": {
"abbreviation": "HI",
"fips": "15"
},
"Iowa": {
"abbreviation": "IA",
"fips": "19"
},
"Idaho": {
"abbreviation": "ID",
"fips": "16"
},
"Illinois": {
"abbreviation": "IL",
"fips": "17"
},
"Indiana": {
"abbreviation": "IN",
"fips": "18"
},
"Kansas": {
"abbreviation": "KS",
"fips": "20"
},
"Kentucky": {
"abbreviation": "KY",
"fips": "21"
},
"Louisiana": {
"abbreviation": "LA",
"fips": "22"
},
"Massachusetts": {
"abbreviation": "MA",
"fips": "25"
},
"Maryland": {
"abbreviation": "MD",
"fips": "24"
},
"Maine": {
"abbreviation": "ME",
"fips": "23"
},
"Michigan": {
"abbreviation": "MI",
"fips": "26"
},
"Minnesota": {
"abbreviation": "MN",
"fips": "27"
},
"Missouri": {
"abbreviation": "MO",
"fips": "29"
},
"Mississippi": {
"abbreviation": "MS",
"fips": "28"
},
"Montana": {
"abbreviation": "MT",
"fips": "30"
},
"North Carolina": {
"abbreviation": "NC",
"fips": "37"
},
"North Dakota": {
"abbreviation": "ND",
"fips": "38"
},
"Nebraska": {
"abbreviation": "NE",
"fips": "31"
},
"New Hampshire": {
"abbreviation": "NH",
"fips": "33"
},
"New Jersey": {
"abbreviation": "NJ",
"fips": "34"
},
"New Mexico": {
"abbreviation": "NM",
"fips": "35"
},
"Nevada": {
"abbreviation": "NV",
"fips": "32"
},
"New York": {
"abbreviation": "NY",
"fips": "36"
},
"Ohio": {
"abbreviation": "OH",
"fips": "39"
},
"Oklahoma": {
"abbreviation": "OK",
"fips": "40"
},
"Oregon": {
"abbreviation": "OR",
"fips": "41"
},
"Pennsylvania": {
"abbreviation": "PA",
"fips": "42"
},
"Puerto Rico": {
"abbreviation": "PR",
"fips": "72"
},
"Rhode Island": {
"abbreviation": "RI",
"fips": "44"
},
"South Carolina": {
"abbreviation": "SC",
"fips": "45"
},
"South Dakota": {
"abbreviation": "SD",
"fips": "46"
},
"Tennessee": {
"abbreviation": "TN",
"fips": "47"
},
"Texas": {
"abbreviation": "TX",
"fips": "48"
},
"Utah": {
"abbreviation": "UT",
"fips": "49"
},
"Virginia": {
"abbreviation": "VA",
"fips": "51"
},
"Virgin Islands": {
"abbreviation": "VI",
"fips": "78"
},
"Vermont": {
"abbreviation": "VT",
"fips": "50"
},
"Washington": {
"abbreviation": "WA",
"fips": "53"
},
"Wisconsin": {
"abbreviation": "WI",
"fips": "55"
},
"West Virginia": {
"abbreviation": "WV",
"fips": "54"
},
"Wyoming": {
"abbreviation": "WY",
"fips": "56"
}
}
[
{
"name": "Alaska",
"abbreviation": "AK",
"fips": "02"
},
{
"name": "Alabama",
"abbreviation": "AL",
"fips": "01"
},
{
"name": "Arkansas",
"abbreviation": "AR",
"fips": "05"
},
{
"name": "American Samoa",
"abbreviation": "AS",
"fips": "60"
},
{
"name": "Arizona",
"abbreviation": "AZ",
"fips": "04"
},
{
"name": "California",
"abbreviation": "CA",
"fips": "06"
},
{
"name": "Colorado",
"abbreviation": "CO",
"fips": "08"
},
{
"name": "Connecticut",
"abbreviation": "CT",
"fips": "09"
},
{
"name": "District of Columbia",
"abbreviation": "DC",
"fips": "11"
},
{
"name": "Delaware",
"abbreviation": "DE",
"fips": "10"
},
{
"name": "Florida",
"abbreviation": "FL",
"fips": "12"
},
{
"name": "Georgia",
"abbreviation": "GA",
"fips": "13"
},
{
"name": "Guam",
"abbreviation": "GU",
"fips": "66"
},
{
"name": "Hawaii",
"abbreviation": "HI",
"fips": "15"
},
{
"name": "Iowa",
"abbreviation": "IA",
"fips": "19"
},
{
"name": "Idaho",
"abbreviation": "ID",
"fips": "16"
},
{
"name": "Illinois",
"abbreviation": "IL",
"fips": "17"
},
{
"name": "Indiana",
"abbreviation": "IN",
"fips": "18"
},
{
"name": "Kansas",
"abbreviation": "KS",
"fips": "20"
},
{
"name": "Kentucky",
"abbreviation": "KY",
"fips": "21"
},
{
"name": "Louisiana",
"abbreviation": "LA",
"fips": "22"
},
{
"name": "Massachusetts",
"abbreviation": "MA",
"fips": "25"
},
{
"name": "Maryland",
"abbreviation": "MD",
"fips": "24"
},
{
"name": "Maine",
"abbreviation": "ME",
"fips": "23"
},
{
"name": "Michigan",
"abbreviation": "MI",
"fips": "26"
},
{
"name": "Minnesota",
"abbreviation": "MN",
"fips": "27"
},
{
"name": "Missouri",
"abbreviation": "MO",
"fips": "29"
},
{
"name": "Mississippi",
"abbreviation": "MS",
"fips": "28"
},
{
"name": "Montana",
"abbreviation": "MT",
"fips": "30"
},
{
"name": "North Carolina",
"abbreviation": "NC",
"fips": "37"
},
{
"name": "North Dakota",
"abbreviation": "ND",
"fips": "38"
},
{
"name": "Nebraska",
"abbreviation": "NE",
"fips": "31"
},
{
"name": "New Hampshire",
"abbreviation": "NH",
"fips": "33"
},
{
"name": "New Jersey",
"abbreviation": "NJ",
"fips": "34"
},
{
"name": "New Mexico",
"abbreviation": "NM",
"fips": "35"
},
{
"name": "Nevada",
"abbreviation": "NV",
"fips": "32"
},
{
"name": "New York",
"abbreviation": "NY",
"fips": "36"
},
{
"name": "Ohio",
"abbreviation": "OH",
"fips": "39"
},
{
"name": "Oklahoma",
"abbreviation": "OK",
"fips": "40"
},
{
"name": "Oregon",
"abbreviation": "OR",
"fips": "41"
},
{
"name": "Pennsylvania",
"abbreviation": "PA",
"fips": "42"
},
{
"name": "Puerto Rico",
"abbreviation": "PR",
"fips": "72"
},
{
"name": "Rhode Island",
"abbreviation": "RI",
"fips": "44"
},
{
"name": "South Carolina",
"abbreviation": "SC",
"fips": "45"
},
{
"name": "South Dakota",
"abbreviation": "SD",
"fips": "46"
},
{
"name": "Tennessee",
"abbreviation": "TN",
"fips": "47"
},
{
"name": "Texas",
"abbreviation": "TX",
"fips": "48"
},
{
"name": "Utah",
"abbreviation": "UT",
"fips": "49"
},
{
"name": "Virginia",
"abbreviation": "VA",
"fips": "51"
},
{
"name": "Virgin Islands",
"abbreviation": "VI",
"fips": "78"
},
{
"name": "Vermont",
"abbreviation": "VT",
"fips": "50"
},
{
"name": "Washington",
"abbreviation": "WA",
"fips": "53"
},
{
"name": "Wisconsin",
"abbreviation": "WI",
"fips": "55"
},
{
"name": "West Virginia",
"abbreviation": "WV",
"fips": "54"
},
{
"name": "Wyoming",
"abbreviation": "WY",
"fips": "56"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment