Skip to content

Instantly share code, notes, and snippets.

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

Might be helpful to add Puerto Rico:

"72": {
"abbreviation": "PR",
"name": "Puerto Rico"
}

@eupharis
Copy link
Author

@DaveSauce
Copy link

@eupharis thanks for setting this up!

It looks like Puerto Rico is on here twice now - 43 & 72. According to the USDA #72 is correct.

@eupharis
Copy link
Author

@DaveSauce Thanks! Updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment