Skip to content

Instantly share code, notes, and snippets.

@rsettlage
Forked from hyperknot/fips_counties_population.md
Created March 27, 2020 13:56
Show Gist options
  • Save rsettlage/068075dbc2a443806fd2092cf0063470 to your computer and use it in GitHub Desktop.
Save rsettlage/068075dbc2a443806fd2092cf0063470 to your computer and use it in GitHub Desktop.
FIPS codes with population data parsed from US Census. GeoJSONs at https://github.com/hyperknot/country-levels
Parsed from
all geocodes XMLS: https://www2.census.gov/programs-surveys/popest/geographies/2018/all-geocodes-v2018.xlsx
population CSV: https://www2.census.gov/programs-surveys/popest/datasets/2010-2019/counties/totals/co-est2019-alldata.csv
All counties except Puerto Rico has population data.
{
"01001": {
"county_code": 1,
"full_code_int": 1001,
"full_code_str": "01001",
"name": "Autauga County",
"population": 55869,
"state_code": 1
},
"01003": {
"county_code": 3,
"full_code_int": 1003,
"full_code_str": "01003",
"name": "Baldwin County",
"population": 223234,
"state_code": 1
},
"01005": {
"county_code": 5,
"full_code_int": 1005,
"full_code_str": "01005",
"name": "Barbour County",
"population": 24686,
"state_code": 1
},
"01007": {
"county_code": 7,
"full_code_int": 1007,
"full_code_str": "01007",
"name": "Bibb County",
"population": 22394,
"state_code": 1
},
"01009": {
"county_code": 9,
"full_code_int": 1009,
"full_code_str": "01009",
"name": "Blount County",
"population": 57826,
"state_code": 1
},
"01011": {
"county_code": 11,
"full_code_int": 1011,
"full_code_str": "01011",
"name": "Bullock County",
"population": 10101,
"state_code": 1
},
"01013": {
"county_code": 13,
"full_code_int": 1013,
"full_code_str": "01013",
"name": "Butler County",
"population": 19448,
"state_code": 1
},
"01015": {
"county_code": 15,
"full_code_int": 1015,
"full_code_str": "01015",
"name": "Calhoun County",
"population": 113605,
"state_code": 1
},
"01017": {
"county_code": 17,
"full_code_int": 1017,
"full_code_str": "01017",
"name": "Chambers County",
"population": 33254,
"state_code": 1
},
"01019": {
"county_code": 19,
"full_code_int": 1019,
"full_code_str": "01019",
"name": "Cherokee County",
"population": 26196,
"state_code": 1
},
"01021": {
"county_code": 21,
"full_code_int": 1021,
"full_code_str": "01021",
"name": "Chilton County",
"population": 44428,
"state_code": 1
},
"01023": {
"county_code": 23,
"full_code_int": 1023,
"full_code_str": "01023",
"name": "Choctaw County",
"population": 12589,
"state_code": 1
},
"01025": {
"county_code": 25,
"full_code_int": 1025,
"full_code_str": "01025",
"name": "Clarke County",
"population": 23622,
"state_code": 1
},
"01027": {
"county_code": 27,
"full_code_int": 1027,
"full_code_str": "01027",
"name": "Clay County",
"population": 13235,
"state_code": 1
},
"01029": {
"county_code": 29,
"full_code_int": 1029,
"full_code_str": "01029",
"name": "Cleburne County",
"population": 14910,
"state_code": 1
},
"01031": {
"county_code": 31,
"full_code_int": 1031,
"full_code_str": "01031",
"name": "Coffee County",
"population": 52342,
"state_code": 1
},
"01033": {
"county_code": 33,
"full_code_int": 1033,
"full_code_str": "01033",
"name": "Colbert County",
"population": 55241,
"state_code": 1
},
"01035": {
"county_code": 35,
"full_code_int": 1035,
"full_code_str": "01035",
"name": "Conecuh County",
"population": 12067,
"state_code": 1
},
"01037": {
"county_code": 37,
"full_code_int": 1037,
"full_code_str": "01037",
"name": "Coosa County",
"population": 10663,
"state_code": 1
},
"01039": {
"county_code": 39,
"full_code_int": 1039,
"full_code_str": "01039",
"name": "Covington County",
"population": 37049,
"state_code": 1
},
"01041": {
"county_code": 41,
"full_code_int": 1041,
"full_code_str": "01041",
"name": "Crenshaw County",
"population": 13772,
"state_code": 1
},
"01043": {
"county_code": 43,
"full_code_int": 1043,
"full_code_str": "01043",
"name": "Cullman County",
"population": 83768,
"state_code": 1
},
"01045": {
"county_code": 45,
"full_code_int": 1045,
"full_code_str": "01045",
"name": "Dale County",
"population": 49172,
"state_code": 1
},
"01047": {
"county_code": 47,
"full_code_int": 1047,
"full_code_str": "01047",
"name": "Dallas County",
"population": 37196,
"state_code": 1
},
"01049": {
"county_code": 49,
"full_code_int": 1049,
"full_code_str": "01049",
"name": "DeKalb County",
"population": 71513,
"state_code": 1
},
"01051": {
"county_code": 51,
"full_code_int": 1051,
"full_code_str": "01051",
"name": "Elmore County",
"population": 81209,
"state_code": 1
},
"01053": {
"county_code": 53,
"full_code_int": 1053,
"full_code_str": "01053",
"name": "Escambia County",
"population": 36633,
"state_code": 1
},
"01055": {
"county_code": 55,
"full_code_int": 1055,
"full_code_str": "01055",
"name": "Etowah County",
"population": 102268,
"state_code": 1
},
"01057": {
"county_code": 57,
"full_code_int": 1057,
"full_code_str": "01057",
"name": "Fayette County",
"population": 16302,
"state_code": 1
},
"01059": {
"county_code": 59,
"full_code_int": 1059,
"full_code_str": "01059",
"name": "Franklin County",
"population": 31362,
"state_code": 1
},
"01061": {
"county_code": 61,
"full_code_int": 1061,
"full_code_str": "01061",
"name": "Geneva County",
"population": 26271,
"state_code": 1
},
"01063": {
"county_code": 63,
"full_code_int": 1063,
"full_code_str": "01063",
"name": "Greene County",
"population": 8111,
"state_code": 1
},
"01065": {
"county_code": 65,
"full_code_int": 1065,
"full_code_str": "01065",
"name": "Hale County",
"population": 14651,
"state_code": 1
},
"01067": {
"county_code": 67,
"full_code_int": 1067,
"full_code_str": "01067",
"name": "Henry County",
"population": 17205,
"state_code": 1
},
"01069": {
"county_code": 69,
"full_code_int": 1069,
"full_code_str": "01069",
"name": "Houston County",
"population": 105882,
"state_code": 1
},
"01071": {
"county_code": 71,
"full_code_int": 1071,
"full_code_str": "01071",
"name": "Jackson County",
"population": 51626,
"state_code": 1
},
"01073": {
"county_code": 73,
"full_code_int": 1073,
"full_code_str": "01073",
"name": "Jefferson County",
"population": 658573,
"state_code": 1
},
"01075": {
"county_code": 75,
"full_code_int": 1075,
"full_code_str": "01075",
"name": "Lamar County",
"population": 13805,
"state_code": 1
},
"01077": {
"county_code": 77,
"full_code_int": 1077,
"full_code_str": "01077",
"name": "Lauderdale County",
"population": 92729,
"state_code": 1
},
"01079": {
"county_code": 79,
"full_code_int": 1079,
"full_code_str": "01079",
"name": "Lawrence County",
"population": 32924,
"state_code": 1
},
"01081": {
"county_code": 81,
"full_code_int": 1081,
"full_code_str": "01081",
"name": "Lee County",
"population": 164542,
"state_code": 1
},
"01083": {
"county_code": 83,
"full_code_int": 1083,
"full_code_str": "01083",
"name": "Limestone County",
"population": 98915,
"state_code": 1
},
"01085": {
"county_code": 85,
"full_code_int": 1085,
"full_code_str": "01085",
"name": "Lowndes County",
"population": 9726,
"state_code": 1
},
"01087": {
"county_code": 87,
"full_code_int": 1087,
"full_code_str": "01087",
"name": "Macon County",
"population": 18068,
"state_code": 1
},
"01089": {
"county_code": 89,
"full_code_int": 1089,
"full_code_str": "01089",
"name": "Madison County",
"population": 372909,
"state_code": 1
},
"01091": {
"county_code": 91,
"full_code_int": 1091,
"full_code_str": "01091",
"name": "Marengo County",
"population": 18863,
"state_code": 1
},
"01093": {
"county_code": 93,
"full_code_int": 1093,
"full_code_str": "01093",
"name": "Marion County",
"population": 29709,
"state_code": 1
},
"01095": {
"county_code": 95,
"full_code_int": 1095,
"full_code_str": "01095",
"name": "Marshall County",
"population": 96774,
"state_code": 1
},
"01097": {
"county_code": 97,
"full_code_int": 1097,
"full_code_str": "01097",
"name": "Mobile County",
"population": 413210,
"state_code": 1
},
"01099": {
"county_code": 99,
"full_code_int": 1099,
"full_code_str": "01099",
"name": "Monroe County",
"population": 20733,
"state_code": 1
},
"01101": {
"county_code": 101,
"full_code_int": 1101,
"full_code_str": "01101",
"name": "Montgomery County",
"population": 226486,
"state_code": 1
},
"01103": {
"county_code": 103,
"full_code_int": 1103,
"full_code_str": "01103",
"name": "Morgan County",
"population": 119679,
"state_code": 1
},
"01105": {
"county_code": 105,
"full_code_int": 1105,
"full_code_str": "01105",
"name": "Perry County",
"population": 8923,
"state_code": 1
},
"01107": {
"county_code": 107,
"full_code_int": 1107,
"full_code_str": "01107",
"name": "Pickens County",
"population": 19930,
"state_code": 1
},
"01109": {
"county_code": 109,
"full_code_int": 1109,
"full_code_str": "01109",
"name": "Pike County",
"population": 33114,
"state_code": 1
},
"01111": {
"county_code": 111,
"full_code_int": 1111,
"full_code_str": "01111",
"name": "Randolph County",
"population": 22722,
"state_code": 1
},
"01113": {
"county_code": 113,
"full_code_int": 1113,
"full_code_str": "01113",
"name": "Russell County",
"population": 57961,
"state_code": 1
},
"01115": {
"county_code": 115,
"full_code_int": 1115,
"full_code_str": "01115",
"name": "St. Clair County",
"population": 89512,
"state_code": 1
},
"01117": {
"county_code": 117,
"full_code_int": 1117,
"full_code_str": "01117",
"name": "Shelby County",
"population": 217702,
"state_code": 1
},
"01119": {
"county_code": 119,
"full_code_int": 1119,
"full_code_str": "01119",
"name": "Sumter County",
"population": 12427,
"state_code": 1
},
"01121": {
"county_code": 121,
"full_code_int": 1121,
"full_code_str": "01121",
"name": "Talladega County",
"population": 79978,
"state_code": 1
},
"01123": {
"county_code": 123,
"full_code_int": 1123,
"full_code_str": "01123",
"name": "Tallapoosa County",
"population": 40367,
"state_code": 1
},
"01125": {
"county_code": 125,
"full_code_int": 1125,
"full_code_str": "01125",
"name": "Tuscaloosa County",
"population": 209355,
"state_code": 1
},
"01127": {
"county_code": 127,
"full_code_int": 1127,
"full_code_str": "01127",
"name": "Walker County",
"population": 63521,
"state_code": 1
},
"01129": {
"county_code": 129,
"full_code_int": 1129,
"full_code_str": "01129",
"name": "Washington County",
"population": 16326,
"state_code": 1
},
"01131": {
"county_code": 131,
"full_code_int": 1131,
"full_code_str": "01131",
"name": "Wilcox County",
"population": 10373,
"state_code": 1
},
"01133": {
"county_code": 133,
"full_code_int": 1133,
"full_code_str": "01133",
"name": "Winston County",
"population": 23629,
"state_code": 1
},
"02013": {
"county_code": 13,
"full_code_int": 2013,
"full_code_str": "02013",
"name": "Aleutians East Borough",
"population": 3337,
"state_code": 2
},
"02016": {
"county_code": 16,
"full_code_int": 2016,
"full_code_str": "02016",
"name": "Aleutians West Census Area",
"population": 5634,
"state_code": 2
},
"02020": {
"county_code": 20,
"full_code_int": 2020,
"full_code_str": "02020",
"name": "Anchorage Municipality",
"population": 288000,
"state_code": 2
},
"02050": {
"county_code": 50,
"full_code_int": 2050,
"full_code_str": "02050",
"name": "Bethel Census Area",
"population": 18386,
"state_code": 2
},
"02060": {
"county_code": 60,
"full_code_int": 2060,
"full_code_str": "02060",
"name": "Bristol Bay Borough",
"population": 836,
"state_code": 2
},
"02068": {
"county_code": 68,
"full_code_int": 2068,
"full_code_str": "02068",
"name": "Denali Borough",
"population": 2097,
"state_code": 2
},
"02070": {
"county_code": 70,
"full_code_int": 2070,
"full_code_str": "02070",
"name": "Dillingham Census Area",
"population": 4916,
"state_code": 2
},
"02090": {
"county_code": 90,
"full_code_int": 2090,
"full_code_str": "02090",
"name": "Fairbanks North Star Borough",
"population": 96849,
"state_code": 2
},
"02100": {
"county_code": 100,
"full_code_int": 2100,
"full_code_str": "02100",
"name": "Haines Borough",
"population": 2530,
"state_code": 2
},
"02105": {
"county_code": 105,
"full_code_int": 2105,
"full_code_str": "02105",
"name": "Hoonah-Angoon Census Area",
"population": 2148,
"state_code": 2
},
"02110": {
"county_code": 110,
"full_code_int": 2110,
"full_code_str": "02110",
"name": "Juneau City and Borough",
"population": 31974,
"state_code": 2
},
"02122": {
"county_code": 122,
"full_code_int": 2122,
"full_code_str": "02122",
"name": "Kenai Peninsula Borough",
"population": 58708,
"state_code": 2
},
"02130": {
"county_code": 130,
"full_code_int": 2130,
"full_code_str": "02130",
"name": "Ketchikan Gateway Borough",
"population": 13901,
"state_code": 2
},
"02150": {
"county_code": 150,
"full_code_int": 2150,
"full_code_str": "02150",
"name": "Kodiak Island Borough",
"population": 12998,
"state_code": 2
},
"02158": {
"county_code": 158,
"full_code_int": 2158,
"full_code_str": "02158",
"name": "Kusilvak Census Area",
"population": 8314,
"state_code": 2
},
"02164": {
"county_code": 164,
"full_code_int": 2164,
"full_code_str": "02164",
"name": "Lake and Peninsula Borough",
"population": 1592,
"state_code": 2
},
"02170": {
"county_code": 170,
"full_code_int": 2170,
"full_code_str": "02170",
"name": "Matanuska-Susitna Borough",
"population": 108317,
"state_code": 2
},
"02180": {
"county_code": 180,
"full_code_int": 2180,
"full_code_str": "02180",
"name": "Nome Census Area",
"population": 10004,
"state_code": 2
},
"02185": {
"county_code": 185,
"full_code_int": 2185,
"full_code_str": "02185",
"name": "North Slope Borough",
"population": 9832,
"state_code": 2
},
"02188": {
"county_code": 188,
"full_code_int": 2188,
"full_code_str": "02188",
"name": "Northwest Arctic Borough",
"population": 7621,
"state_code": 2
},
"02195": {
"county_code": 195,
"full_code_int": 2195,
"full_code_str": "02195",
"name": "Petersburg Borough",
"population": 3266,
"state_code": 2
},
"02198": {
"county_code": 198,
"full_code_int": 2198,
"full_code_str": "02198",
"name": "Prince of Wales-Hyder Census Area",
"population": 6203,
"state_code": 2
},
"02220": {
"county_code": 220,
"full_code_int": 2220,
"full_code_str": "02220",
"name": "Sitka City and Borough",
"population": 8493,
"state_code": 2
},
"02230": {
"county_code": 230,
"full_code_int": 2230,
"full_code_str": "02230",
"name": "Skagway Municipality",
"population": 1183,
"state_code": 2
},
"02240": {
"county_code": 240,
"full_code_int": 2240,
"full_code_str": "02240",
"name": "Southeast Fairbanks Census Area",
"population": 6893,
"state_code": 2
},
"02261": {
"county_code": 261,
"full_code_int": 2261,
"full_code_str": "02261",
"name": "Valdez-Cordova Census Area",
"population": 9202,
"state_code": 2
},
"02275": {
"county_code": 275,
"full_code_int": 2275,
"full_code_str": "02275",
"name": "Wrangell City and Borough",
"population": 2502,
"state_code": 2
},
"02282": {
"county_code": 282,
"full_code_int": 2282,
"full_code_str": "02282",
"name": "Yakutat City and Borough",
"population": 579,
"state_code": 2
},
"02290": {
"county_code": 290,
"full_code_int": 2290,
"full_code_str": "02290",
"name": "Yukon-Koyukuk Census Area",
"population": 5230,
"state_code": 2
},
"04001": {
"county_code": 1,
"full_code_int": 4001,
"full_code_str": "04001",
"name": "Apache County",
"population": 71887,
"state_code": 4
},
"04003": {
"county_code": 3,
"full_code_int": 4003,
"full_code_str": "04003",
"name": "Cochise County",
"population": 125922,
"state_code": 4
},
"04005": {
"county_code": 5,
"full_code_int": 4005,
"full_code_str": "04005",
"name": "Coconino County",
"population": 143476,
"state_code": 4
},
"04007": {
"county_code": 7,
"full_code_int": 4007,
"full_code_str": "04007",
"name": "Gila County",
"population": 54018,
"state_code": 4
},
"04009": {
"county_code": 9,
"full_code_int": 4009,
"full_code_str": "04009",
"name": "Graham County",
"population": 38837,
"state_code": 4
},
"04011": {
"county_code": 11,
"full_code_int": 4011,
"full_code_str": "04011",
"name": "Greenlee County",
"population": 9498,
"state_code": 4
},
"04012": {
"county_code": 12,
"full_code_int": 4012,
"full_code_str": "04012",
"name": "La Paz County",
"population": 21108,
"state_code": 4
},
"04013": {
"county_code": 13,
"full_code_int": 4013,
"full_code_str": "04013",
"name": "Maricopa County",
"population": 4485414,
"state_code": 4
},
"04015": {
"county_code": 15,
"full_code_int": 4015,
"full_code_str": "04015",
"name": "Mohave County",
"population": 212181,
"state_code": 4
},
"04017": {
"county_code": 17,
"full_code_int": 4017,
"full_code_str": "04017",
"name": "Navajo County",
"population": 110924,
"state_code": 4
},
"04019": {
"county_code": 19,
"full_code_int": 4019,
"full_code_str": "04019",
"name": "Pima County",
"population": 1047279,
"state_code": 4
},
"04021": {
"county_code": 21,
"full_code_int": 4021,
"full_code_str": "04021",
"name": "Pinal County",
"population": 462789,
"state_code": 4
},
"04023": {
"county_code": 23,
"full_code_int": 4023,
"full_code_str": "04023",
"name": "Santa Cruz County",
"population": 46498,
"state_code": 4
},
"04025": {
"county_code": 25,
"full_code_int": 4025,
"full_code_str": "04025",
"name": "Yavapai County",
"population": 235099,
"state_code": 4
},
"04027": {
"county_code": 27,
"full_code_int": 4027,
"full_code_str": "04027",
"name": "Yuma County",
"population": 213787,
"state_code": 4
},
"05001": {
"county_code": 1,
"full_code_int": 5001,
"full_code_str": "05001",
"name": "Arkansas County",
"population": 17486,
"state_code": 5
},
"05003": {
"county_code": 3,
"full_code_int": 5003,
"full_code_str": "05003",
"name": "Ashley County",
"population": 19657,
"state_code": 5
},
"05005": {
"county_code": 5,
"full_code_int": 5005,
"full_code_str": "05005",
"name": "Baxter County",
"population": 41932,
"state_code": 5
},
"05007": {
"county_code": 7,
"full_code_int": 5007,
"full_code_str": "05007",
"name": "Benton County",
"population": 279141,
"state_code": 5
},
"05009": {
"county_code": 9,
"full_code_int": 5009,
"full_code_str": "05009",
"name": "Boone County",
"population": 37432,
"state_code": 5
},
"05011": {
"county_code": 11,
"full_code_int": 5011,
"full_code_str": "05011",
"name": "Bradley County",
"population": 10763,
"state_code": 5
},
"05013": {
"county_code": 13,
"full_code_int": 5013,
"full_code_str": "05013",
"name": "Calhoun County",
"population": 5189,
"state_code": 5
},
"05015": {
"county_code": 15,
"full_code_int": 5015,
"full_code_str": "05015",
"name": "Carroll County",
"population": 28380,
"state_code": 5
},
"05017": {
"county_code": 17,
"full_code_int": 5017,
"full_code_str": "05017",
"name": "Chicot County",
"population": 10118,
"state_code": 5
},
"05019": {
"county_code": 19,
"full_code_int": 5019,
"full_code_str": "05019",
"name": "Clark County",
"population": 22320,
"state_code": 5
},
"05021": {
"county_code": 21,
"full_code_int": 5021,
"full_code_str": "05021",
"name": "Clay County",
"population": 14551,
"state_code": 5
},
"05023": {
"county_code": 23,
"full_code_int": 5023,
"full_code_str": "05023",
"name": "Cleburne County",
"population": 24919,
"state_code": 5
},
"05025": {
"county_code": 25,
"full_code_int": 5025,
"full_code_str": "05025",
"name": "Cleveland County",
"population": 7956,
"state_code": 5
},
"05027": {
"county_code": 27,
"full_code_int": 5027,
"full_code_str": "05027",
"name": "Columbia County",
"population": 23457,
"state_code": 5
},
"05029": {
"county_code": 29,
"full_code_int": 5029,
"full_code_str": "05029",
"name": "Conway County",
"population": 20846,
"state_code": 5
},
"05031": {
"county_code": 31,
"full_code_int": 5031,
"full_code_str": "05031",
"name": "Craighead County",
"population": 110332,
"state_code": 5
},
"05033": {
"county_code": 33,
"full_code_int": 5033,
"full_code_str": "05033",
"name": "Crawford County",
"population": 63257,
"state_code": 5
},
"05035": {
"county_code": 35,
"full_code_int": 5035,
"full_code_str": "05035",
"name": "Crittenden County",
"population": 47955,
"state_code": 5
},
"05037": {
"county_code": 37,
"full_code_int": 5037,
"full_code_str": "05037",
"name": "Cross County",
"population": 16419,
"state_code": 5
},
"05039": {
"county_code": 39,
"full_code_int": 5039,
"full_code_str": "05039",
"name": "Dallas County",
"population": 7009,
"state_code": 5
},
"05041": {
"county_code": 41,
"full_code_int": 5041,
"full_code_str": "05041",
"name": "Desha County",
"population": 11361,
"state_code": 5
},
"05043": {
"county_code": 43,
"full_code_int": 5043,
"full_code_str": "05043",
"name": "Drew County",
"population": 18219,
"state_code": 5
},
"05045": {
"county_code": 45,
"full_code_int": 5045,
"full_code_str": "05045",
"name": "Faulkner County",
"population": 126007,
"state_code": 5
},
"05047": {
"county_code": 47,
"full_code_int": 5047,
"full_code_str": "05047",
"name": "Franklin County",
"population": 17715,
"state_code": 5
},
"05049": {
"county_code": 49,
"full_code_int": 5049,
"full_code_str": "05049",
"name": "Fulton County",
"population": 12477,
"state_code": 5
},
"05051": {
"county_code": 51,
"full_code_int": 5051,
"full_code_str": "05051",
"name": "Garland County",
"population": 99386,
"state_code": 5
},
"05053": {
"county_code": 53,
"full_code_int": 5053,
"full_code_str": "05053",
"name": "Grant County",
"population": 18265,
"state_code": 5
},
"05055": {
"county_code": 55,
"full_code_int": 5055,
"full_code_str": "05055",
"name": "Greene County",
"population": 45325,
"state_code": 5
},
"05057": {
"county_code": 57,
"full_code_int": 5057,
"full_code_str": "05057",
"name": "Hempstead County",
"population": 21532,
"state_code": 5
},
"05059": {
"county_code": 59,
"full_code_int": 5059,
"full_code_str": "05059",
"name": "Hot Spring County",
"population": 33771,
"state_code": 5
},
"05061": {
"county_code": 61,
"full_code_int": 5061,
"full_code_str": "05061",
"name": "Howard County",
"population": 13202,
"state_code": 5
},
"05063": {
"county_code": 63,
"full_code_int": 5063,
"full_code_str": "05063",
"name": "Independence County",
"population": 37825,
"state_code": 5
},
"05065": {
"county_code": 65,
"full_code_int": 5065,
"full_code_str": "05065",
"name": "Izard County",
"population": 13629,
"state_code": 5
},
"05067": {
"county_code": 67,
"full_code_int": 5067,
"full_code_str": "05067",
"name": "Jackson County",
"population": 16719,
"state_code": 5
},
"05069": {
"county_code": 69,
"full_code_int": 5069,
"full_code_str": "05069",
"name": "Jefferson County",
"population": 66824,
"state_code": 5
},
"05071": {
"county_code": 71,
"full_code_int": 5071,
"full_code_str": "05071",
"name": "Johnson County",
"population": 26578,
"state_code": 5
},
"05073": {
"county_code": 73,
"full_code_int": 5073,
"full_code_str": "05073",
"name": "Lafayette County",
"population": 6624,
"state_code": 5
},
"05075": {
"county_code": 75,
"full_code_int": 5075,
"full_code_str": "05075",
"name": "Lawrence County",
"population": 16406,
"state_code": 5
},
"05077": {
"county_code": 77,
"full_code_int": 5077,
"full_code_str": "05077",
"name": "Lee County",
"population": 8857,
"state_code": 5
},
"05079": {
"county_code": 79,
"full_code_int": 5079,
"full_code_str": "05079",
"name": "Lincoln County",
"population": 13024,
"state_code": 5
},
"05081": {
"county_code": 81,
"full_code_int": 5081,
"full_code_str": "05081",
"name": "Little River County",
"population": 12259,
"state_code": 5
},
"05083": {
"county_code": 83,
"full_code_int": 5083,
"full_code_str": "05083",
"name": "Logan County",
"population": 21466,
"state_code": 5
},
"05085": {
"county_code": 85,
"full_code_int": 5085,
"full_code_str": "05085",
"name": "Lonoke County",
"population": 73309,
"state_code": 5
},
"05087": {
"county_code": 87,
"full_code_int": 5087,
"full_code_str": "05087",
"name": "Madison County",
"population": 16576,
"state_code": 5
},
"05089": {
"county_code": 89,
"full_code_int": 5089,
"full_code_str": "05089",
"name": "Marion County",
"population": 16694,
"state_code": 5
},
"05091": {
"county_code": 91,
"full_code_int": 5091,
"full_code_str": "05091",
"name": "Miller County",
"population": 43257,
"state_code": 5
},
"05093": {
"county_code": 93,
"full_code_int": 5093,
"full_code_str": "05093",
"name": "Mississippi County",
"population": 40651,
"state_code": 5
},
"05095": {
"county_code": 95,
"full_code_int": 5095,
"full_code_str": "05095",
"name": "Monroe County",
"population": 6701,
"state_code": 5
},
"05097": {
"county_code": 97,
"full_code_int": 5097,
"full_code_str": "05097",
"name": "Montgomery County",
"population": 8986,
"state_code": 5
},
"05099": {
"county_code": 99,
"full_code_int": 5099,
"full_code_str": "05099",
"name": "Nevada County",
"population": 8252,
"state_code": 5
},
"05101": {
"county_code": 101,
"full_code_int": 5101,
"full_code_str": "05101",
"name": "Newton County",
"population": 7753,
"state_code": 5
},
"05103": {
"county_code": 103,
"full_code_int": 5103,
"full_code_str": "05103",
"name": "Ouachita County",
"population": 23382,
"state_code": 5
},
"05105": {
"county_code": 105,
"full_code_int": 5105,
"full_code_str": "05105",
"name": "Perry County",
"population": 10455,
"state_code": 5
},
"05107": {
"county_code": 107,
"full_code_int": 5107,
"full_code_str": "05107",
"name": "Phillips County",
"population": 17782,
"state_code": 5
},
"05109": {
"county_code": 109,
"full_code_int": 5109,
"full_code_str": "05109",
"name": "Pike County",
"population": 10718,
"state_code": 5
},
"05111": {
"county_code": 111,
"full_code_int": 5111,
"full_code_str": "05111",
"name": "Poinsett County",
"population": 23528,
"state_code": 5
},
"05113": {
"county_code": 113,
"full_code_int": 5113,
"full_code_str": "05113",
"name": "Polk County",
"population": 19964,
"state_code": 5
},
"05115": {
"county_code": 115,
"full_code_int": 5115,
"full_code_str": "05115",
"name": "Pope County",
"population": 64072,
"state_code": 5
},
"05117": {
"county_code": 117,
"full_code_int": 5117,
"full_code_str": "05117",
"name": "Prairie County",
"population": 8062,
"state_code": 5
},
"05119": {
"county_code": 119,
"full_code_int": 5119,
"full_code_str": "05119",
"name": "Pulaski County",
"population": 391911,
"state_code": 5
},
"05121": {
"county_code": 121,
"full_code_int": 5121,
"full_code_str": "05121",
"name": "Randolph County",
"population": 17958,
"state_code": 5
},
"05123": {
"county_code": 123,
"full_code_int": 5123,
"full_code_str": "05123",
"name": "St. Francis County",
"population": 24994,
"state_code": 5
},
"05125": {
"county_code": 125,
"full_code_int": 5125,
"full_code_str": "05125",
"name": "Saline County",
"population": 122437,
"state_code": 5
},
"05127": {
"county_code": 127,
"full_code_int": 5127,
"full_code_str": "05127",
"name": "Scott County",
"population": 10281,
"state_code": 5
},
"05129": {
"county_code": 129,
"full_code_int": 5129,
"full_code_str": "05129",
"name": "Searcy County",
"population": 7881,
"state_code": 5
},
"05131": {
"county_code": 131,
"full_code_int": 5131,
"full_code_str": "05131",
"name": "Sebastian County",
"population": 127827,
"state_code": 5
},
"05133": {
"county_code": 133,
"full_code_int": 5133,
"full_code_str": "05133",
"name": "Sevier County",
"population": 17007,
"state_code": 5
},
"05135": {
"county_code": 135,
"full_code_int": 5135,
"full_code_str": "05135",
"name": "Sharp County",
"population": 17442,
"state_code": 5
},
"05137": {
"county_code": 137,
"full_code_int": 5137,
"full_code_str": "05137",
"name": "Stone County",
"population": 12506,
"state_code": 5
},
"05139": {
"county_code": 139,
"full_code_int": 5139,
"full_code_str": "05139",
"name": "Union County",
"population": 38682,
"state_code": 5
},
"05141": {
"county_code": 141,
"full_code_int": 5141,
"full_code_str": "05141",
"name": "Van Buren County",
"population": 16545,
"state_code": 5
},
"05143": {
"county_code": 143,
"full_code_int": 5143,
"full_code_str": "05143",
"name": "Washington County",
"population": 239187,
"state_code": 5
},
"05145": {
"county_code": 145,
"full_code_int": 5145,
"full_code_str": "05145",
"name": "White County",
"population": 78753,
"state_code": 5
},
"05147": {
"county_code": 147,
"full_code_int": 5147,
"full_code_str": "05147",
"name": "Woodruff County",
"population": 6320,
"state_code": 5
},
"05149": {
"county_code": 149,
"full_code_int": 5149,
"full_code_str": "05149",
"name": "Yell County",
"population": 21341,
"state_code": 5
},
"06001": {
"county_code": 1,
"full_code_int": 6001,
"full_code_str": "06001",
"name": "Alameda County",
"population": 1671329,
"state_code": 6
},
"06003": {
"county_code": 3,
"full_code_int": 6003,
"full_code_str": "06003",
"name": "Alpine County",
"population": 1129,
"state_code": 6
},
"06005": {
"county_code": 5,
"full_code_int": 6005,
"full_code_str": "06005",
"name": "Amador County",
"population": 39752,
"state_code": 6
},
"06007": {
"county_code": 7,
"full_code_int": 6007,
"full_code_str": "06007",
"name": "Butte County",
"population": 219186,
"state_code": 6
},
"06009": {
"county_code": 9,
"full_code_int": 6009,
"full_code_str": "06009",
"name": "Calaveras County",
"population": 45905,
"state_code": 6
},
"06011": {
"county_code": 11,
"full_code_int": 6011,
"full_code_str": "06011",
"name": "Colusa County",
"population": 21547,
"state_code": 6
},
"06013": {
"county_code": 13,
"full_code_int": 6013,
"full_code_str": "06013",
"name": "Contra Costa County",
"population": 1153526,
"state_code": 6
},
"06015": {
"county_code": 15,
"full_code_int": 6015,
"full_code_str": "06015",
"name": "Del Norte County",
"population": 27812,
"state_code": 6
},
"06017": {
"county_code": 17,
"full_code_int": 6017,
"full_code_str": "06017",
"name": "El Dorado County",
"population": 192843,
"state_code": 6
},
"06019": {
"county_code": 19,
"full_code_int": 6019,
"full_code_str": "06019",
"name": "Fresno County",
"population": 999101,
"state_code": 6
},
"06021": {
"county_code": 21,
"full_code_int": 6021,
"full_code_str": "06021",
"name": "Glenn County",
"population": 28393,
"state_code": 6
},
"06023": {
"county_code": 23,
"full_code_int": 6023,
"full_code_str": "06023",
"name": "Humboldt County",
"population": 135558,
"state_code": 6
},
"06025": {
"county_code": 25,
"full_code_int": 6025,
"full_code_str": "06025",
"name": "Imperial County",
"population": 181215,
"state_code": 6
},
"06027": {
"county_code": 27,
"full_code_int": 6027,
"full_code_str": "06027",
"name": "Inyo County",
"population": 18039,
"state_code": 6
},
"06029": {
"county_code": 29,
"full_code_int": 6029,
"full_code_str": "06029",
"name": "Kern County",
"population": 900202,
"state_code": 6
},
"06031": {
"county_code": 31,
"full_code_int": 6031,
"full_code_str": "06031",
"name": "Kings County",
"population": 152940,
"state_code": 6
},
"06033": {
"county_code": 33,
"full_code_int": 6033,
"full_code_str": "06033",
"name": "Lake County",
"population": 64386,
"state_code": 6
},
"06035": {
"county_code": 35,
"full_code_int": 6035,
"full_code_str": "06035",
"name": "Lassen County",
"population": 30573,
"state_code": 6
},
"06037": {
"county_code": 37,
"full_code_int": 6037,
"full_code_str": "06037",
"name": "Los Angeles County",
"population": 10039107,
"state_code": 6
},
"06039": {
"county_code": 39,
"full_code_int": 6039,
"full_code_str": "06039",
"name": "Madera County",
"population": 157327,
"state_code": 6
},
"06041": {
"county_code": 41,
"full_code_int": 6041,
"full_code_str": "06041",
"name": "Marin County",
"population": 258826,
"state_code": 6
},
"06043": {
"county_code": 43,
"full_code_int": 6043,
"full_code_str": "06043",
"name": "Mariposa County",
"population": 17203,
"state_code": 6
},
"06045": {
"county_code": 45,
"full_code_int": 6045,
"full_code_str": "06045",
"name": "Mendocino County",
"population": 86749,
"state_code": 6
},
"06047": {
"county_code": 47,
"full_code_int": 6047,
"full_code_str": "06047",
"name": "Merced County",
"population": 277680,
"state_code": 6
},
"06049": {
"county_code": 49,
"full_code_int": 6049,
"full_code_str": "06049",
"name": "Modoc County",
"population": 8841,
"state_code": 6
},
"06051": {
"county_code": 51,
"full_code_int": 6051,
"full_code_str": "06051",
"name": "Mono County",
"population": 14444,
"state_code": 6
},
"06053": {
"county_code": 53,
"full_code_int": 6053,
"full_code_str": "06053",
"name": "Monterey County",
"population": 434061,
"state_code": 6
},
"06055": {
"county_code": 55,
"full_code_int": 6055,
"full_code_str": "06055",
"name": "Napa County",
"population": 137744,
"state_code": 6
},
"06057": {
"county_code": 57,
"full_code_int": 6057,
"full_code_str": "06057",
"name": "Nevada County",
"population": 99755,
"state_code": 6
},
"06059": {
"county_code": 59,
"full_code_int": 6059,
"full_code_str": "06059",
"name": "Orange County",
"population": 3175692,
"state_code": 6
},
"06061": {
"county_code": 61,
"full_code_int": 6061,
"full_code_str": "06061",
"name": "Placer County",
"population": 398329,
"state_code": 6
},
"06063": {
"county_code": 63,
"full_code_int": 6063,
"full_code_str": "06063",
"name": "Plumas County",
"population": 18807,
"state_code": 6
},
"06065": {
"county_code": 65,
"full_code_int": 6065,
"full_code_str": "06065",
"name": "Riverside County",
"population": 2470546,
"state_code": 6
},
"06067": {
"county_code": 67,
"full_code_int": 6067,
"full_code_str": "06067",
"name": "Sacramento County",
"population": 1552058,
"state_code": 6
},
"06069": {
"county_code": 69,
"full_code_int": 6069,
"full_code_str": "06069",
"name": "San Benito County",
"population": 62808,
"state_code": 6
},
"06071": {
"county_code": 71,
"full_code_int": 6071,
"full_code_str": "06071",
"name": "San Bernardino County",
"population": 2180085,
"state_code": 6
},
"06073": {
"county_code": 73,
"full_code_int": 6073,
"full_code_str": "06073",
"name": "San Diego County",
"population": 3338330,
"state_code": 6
},
"06075": {
"county_code": 75,
"full_code_int": 6075,
"full_code_str": "06075",
"name": "San Francisco County",
"population": 881549,
"state_code": 6
},
"06077": {
"county_code": 77,
"full_code_int": 6077,
"full_code_str": "06077",
"name": "San Joaquin County",
"population": 762148,
"state_code": 6
},
"06079": {
"county_code": 79,
"full_code_int": 6079,
"full_code_str": "06079",
"name": "San Luis Obispo County",
"population": 283111,
"state_code": 6
},
"06081": {
"county_code": 81,
"full_code_int": 6081,
"full_code_str": "06081",
"name": "San Mateo County",
"population": 766573,
"state_code": 6
},
"06083": {
"county_code": 83,
"full_code_int": 6083,
"full_code_str": "06083",
"name": "Santa Barbara County",
"population": 446499,
"state_code": 6
},
"06085": {
"county_code": 85,
"full_code_int": 6085,
"full_code_str": "06085",
"name": "Santa Clara County",
"population": 1927852,
"state_code": 6
},
"06087": {
"county_code": 87,
"full_code_int": 6087,
"full_code_str": "06087",
"name": "Santa Cruz County",
"population": 273213,
"state_code": 6
},
"06089": {
"county_code": 89,
"full_code_int": 6089,
"full_code_str": "06089",
"name": "Shasta County",
"population": 180080,
"state_code": 6
},
"06091": {
"county_code": 91,
"full_code_int": 6091,
"full_code_str": "06091",
"name": "Sierra County",
"population": 3005,
"state_code": 6
},
"06093": {
"county_code": 93,
"full_code_int": 6093,
"full_code_str": "06093",
"name": "Siskiyou County",
"population": 43539,
"state_code": 6
},
"06095": {
"county_code": 95,
"full_code_int": 6095,
"full_code_str": "06095",
"name": "Solano County",
"population": 447643,
"state_code": 6
},
"06097": {
"county_code": 97,
"full_code_int": 6097,
"full_code_str": "06097",
"name": "Sonoma County",
"population": 494336,
"state_code": 6
},
"06099": {
"county_code": 99,
"full_code_int": 6099,
"full_code_str": "06099",
"name": "Stanislaus County",
"population": 550660,
"state_code": 6
},
"06101": {
"county_code": 101,
"full_code_int": 6101,
"full_code_str": "06101",
"name": "Sutter County",
"population": 96971,
"state_code": 6
},
"06103": {
"county_code": 103,
"full_code_int": 6103,
"full_code_str": "06103",
"name": "Tehama County",
"population": 65084,
"state_code": 6
},
"06105": {
"county_code": 105,
"full_code_int": 6105,
"full_code_str": "06105",
"name": "Trinity County",
"population": 12285,
"state_code": 6
},
"06107": {
"county_code": 107,
"full_code_int": 6107,
"full_code_str": "06107",
"name": "Tulare County",
"population": 466195,
"state_code": 6
},
"06109": {
"county_code": 109,
"full_code_int": 6109,
"full_code_str": "06109",
"name": "Tuolumne County",
"population": 54478,
"state_code": 6
},
"06111": {
"county_code": 111,
"full_code_int": 6111,
"full_code_str": "06111",
"name": "Ventura County",
"population": 846006,
"state_code": 6
},
"06113": {
"county_code": 113,
"full_code_int": 6113,
"full_code_str": "06113",
"name": "Yolo County",
"population": 220500,
"state_code": 6
},
"06115": {
"county_code": 115,
"full_code_int": 6115,
"full_code_str": "06115",
"name": "Yuba County",
"population": 78668,
"state_code": 6
},
"08001": {
"county_code": 1,
"full_code_int": 8001,
"full_code_str": "08001",
"name": "Adams County",
"population": 517421,
"state_code": 8
},
"08003": {
"county_code": 3,
"full_code_int": 8003,
"full_code_str": "08003",
"name": "Alamosa County",
"population": 16233,
"state_code": 8
},
"08005": {
"county_code": 5,
"full_code_int": 8005,
"full_code_str": "08005",
"name": "Arapahoe County",
"population": 656590,
"state_code": 8
},
"08007": {
"county_code": 7,
"full_code_int": 8007,
"full_code_str": "08007",
"name": "Archuleta County",
"population": 14029,
"state_code": 8
},
"08009": {
"county_code": 9,
"full_code_int": 8009,
"full_code_str": "08009",
"name": "Baca County",
"population": 3581,
"state_code": 8
},
"08011": {
"county_code": 11,
"full_code_int": 8011,
"full_code_str": "08011",
"name": "Bent County",
"population": 5577,
"state_code": 8
},
"08013": {
"county_code": 13,
"full_code_int": 8013,
"full_code_str": "08013",
"name": "Boulder County",
"population": 326196,
"state_code": 8
},
"08014": {
"county_code": 14,
"full_code_int": 8014,
"full_code_str": "08014",
"name": "Broomfield County",
"population": 70465,
"state_code": 8
},
"08015": {
"county_code": 15,
"full_code_int": 8015,
"full_code_str": "08015",
"name": "Chaffee County",
"population": 20356,
"state_code": 8
},
"08017": {
"county_code": 17,
"full_code_int": 8017,
"full_code_str": "08017",
"name": "Cheyenne County",
"population": 1831,
"state_code": 8
},
"08019": {
"county_code": 19,
"full_code_int": 8019,
"full_code_str": "08019",
"name": "Clear Creek County",
"population": 9700,
"state_code": 8
},
"08021": {
"county_code": 21,
"full_code_int": 8021,
"full_code_str": "08021",
"name": "Conejos County",
"population": 8205,
"state_code": 8
},
"08023": {
"county_code": 23,
"full_code_int": 8023,
"full_code_str": "08023",
"name": "Costilla County",
"population": 3887,
"state_code": 8
},
"08025": {
"county_code": 25,
"full_code_int": 8025,
"full_code_str": "08025",
"name": "Crowley County",
"population": 6061,
"state_code": 8
},
"08027": {
"county_code": 27,
"full_code_int": 8027,
"full_code_str": "08027",
"name": "Custer County",
"population": 5068,
"state_code": 8
},
"08029": {
"county_code": 29,
"full_code_int": 8029,
"full_code_str": "08029",
"name": "Delta County",
"population": 31162,
"state_code": 8
},
"08031": {
"county_code": 31,
"full_code_int": 8031,
"full_code_str": "08031",
"name": "Denver County",
"population": 727211,
"state_code": 8
},
"08033": {
"county_code": 33,
"full_code_int": 8033,
"full_code_str": "08033",
"name": "Dolores County",
"population": 2055,
"state_code": 8
},
"08035": {
"county_code": 35,
"full_code_int": 8035,
"full_code_str": "08035",
"name": "Douglas County",
"population": 351154,
"state_code": 8
},
"08037": {
"county_code": 37,
"full_code_int": 8037,
"full_code_str": "08037",
"name": "Eagle County",
"population": 55127,
"state_code": 8
},
"08039": {
"county_code": 39,
"full_code_int": 8039,
"full_code_str": "08039",
"name": "Elbert County",
"population": 26729,
"state_code": 8
},
"08041": {
"county_code": 41,
"full_code_int": 8041,
"full_code_str": "08041",
"name": "El Paso County",
"population": 720403,
"state_code": 8
},
"08043": {
"county_code": 43,
"full_code_int": 8043,
"full_code_str": "08043",
"name": "Fremont County",
"population": 47839,
"state_code": 8
},
"08045": {
"county_code": 45,
"full_code_int": 8045,
"full_code_str": "08045",
"name": "Garfield County",
"population": 60061,
"state_code": 8
},
"08047": {
"county_code": 47,
"full_code_int": 8047,
"full_code_str": "08047",
"name": "Gilpin County",
"population": 6243,
"state_code": 8
},
"08049": {
"county_code": 49,
"full_code_int": 8049,
"full_code_str": "08049",
"name": "Grand County",
"population": 15734,
"state_code": 8
},
"08051": {
"county_code": 51,
"full_code_int": 8051,
"full_code_str": "08051",
"name": "Gunnison County",
"population": 17462,
"state_code": 8
},
"08053": {
"county_code": 53,
"full_code_int": 8053,
"full_code_str": "08053",
"name": "Hinsdale County",
"population": 820,
"state_code": 8
},
"08055": {
"county_code": 55,
"full_code_int": 8055,
"full_code_str": "08055",
"name": "Huerfano County",
"population": 6897,
"state_code": 8
},
"08057": {
"county_code": 57,
"full_code_int": 8057,
"full_code_str": "08057",
"name": "Jackson County",
"population": 1392,
"state_code": 8
},
"08059": {
"county_code": 59,
"full_code_int": 8059,
"full_code_str": "08059",
"name": "Jefferson County",
"population": 582881,
"state_code": 8
},
"08061": {
"county_code": 61,
"full_code_int": 8061,
"full_code_str": "08061",
"name": "Kiowa County",
"population": 1406,
"state_code": 8
},
"08063": {
"county_code": 63,
"full_code_int": 8063,
"full_code_str": "08063",
"name": "Kit Carson County",
"population": 7097,
"state_code": 8
},
"08065": {
"county_code": 65,
"full_code_int": 8065,
"full_code_str": "08065",
"name": "Lake County",
"population": 8127,
"state_code": 8
},
"08067": {
"county_code": 67,
"full_code_int": 8067,
"full_code_str": "08067",
"name": "La Plata County",
"population": 56221,
"state_code": 8
},
"08069": {
"county_code": 69,
"full_code_int": 8069,
"full_code_str": "08069",
"name": "Larimer County",
"population": 356899,
"state_code": 8
},
"08071": {
"county_code": 71,
"full_code_int": 8071,
"full_code_str": "08071",
"name": "Las Animas County",
"population": 14506,
"state_code": 8
},
"08073": {
"county_code": 73,
"full_code_int": 8073,
"full_code_str": "08073",
"name": "Lincoln County",
"population": 5701,
"state_code": 8
},
"08075": {
"county_code": 75,
"full_code_int": 8075,
"full_code_str": "08075",
"name": "Logan County",
"population": 22409,
"state_code": 8
},
"08077": {
"county_code": 77,
"full_code_int": 8077,
"full_code_str": "08077",
"name": "Mesa County",
"population": 154210,
"state_code": 8
},
"08079": {
"county_code": 79,
"full_code_int": 8079,
"full_code_str": "08079",
"name": "Mineral County",
"population": 769,
"state_code": 8
},
"08081": {
"county_code": 81,
"full_code_int": 8081,
"full_code_str": "08081",
"name": "Moffat County",
"population": 13283,
"state_code": 8
},
"08083": {
"county_code": 83,
"full_code_int": 8083,
"full_code_str": "08083",
"name": "Montezuma County",
"population": 26183,
"state_code": 8
},
"08085": {
"county_code": 85,
"full_code_int": 8085,
"full_code_str": "08085",
"name": "Montrose County",
"population": 42758,
"state_code": 8
},
"08087": {
"county_code": 87,
"full_code_int": 8087,
"full_code_str": "08087",
"name": "Morgan County",
"population": 29068,
"state_code": 8
},
"08089": {
"county_code": 89,
"full_code_int": 8089,
"full_code_str": "08089",
"name": "Otero County",
"population": 18278,
"state_code": 8
},
"08091": {
"county_code": 91,
"full_code_int": 8091,
"full_code_str": "08091",
"name": "Ouray County",
"population": 4952,
"state_code": 8
},
"08093": {
"county_code": 93,
"full_code_int": 8093,
"full_code_str": "08093",
"name": "Park County",
"population": 18845,
"state_code": 8
},
"08095": {
"county_code": 95,
"full_code_int": 8095,
"full_code_str": "08095",
"name": "Phillips County",
"population": 4265,
"state_code": 8
},
"08097": {
"county_code": 97,
"full_code_int": 8097,
"full_code_str": "08097",
"name": "Pitkin County",
"population": 17767,
"state_code": 8
},
"08099": {
"county_code": 99,
"full_code_int": 8099,
"full_code_str": "08099",
"name": "Prowers County",
"population": 12172,
"state_code": 8
},
"08101": {
"county_code": 101,
"full_code_int": 8101,
"full_code_str": "08101",
"name": "Pueblo County",
"population": 168424,
"state_code": 8
},
"08103": {
"county_code": 103,
"full_code_int": 8103,
"full_code_str": "08103",
"name": "Rio Blanco County",
"population": 6324,
"state_code": 8
},
"08105": {
"county_code": 105,
"full_code_int": 8105,
"full_code_str": "08105",
"name": "Rio Grande County",
"population": 11267,
"state_code": 8
},
"08107": {
"county_code": 107,
"full_code_int": 8107,
"full_code_str": "08107",
"name": "Routt County",
"population": 25638,
"state_code": 8
},
"08109": {
"county_code": 109,
"full_code_int": 8109,
"full_code_str": "08109",
"name": "Saguache County",
"population": 6824,
"state_code": 8
},
"08111": {
"county_code": 111,
"full_code_int": 8111,
"full_code_str": "08111",
"name": "San Juan County",
"population": 728,
"state_code": 8
},
"08113": {
"county_code": 113,
"full_code_int": 8113,
"full_code_str": "08113",
"name": "San Miguel County",
"population": 8179,
"state_code": 8
},
"08115": {
"county_code": 115,
"full_code_int": 8115,
"full_code_str": "08115",
"name": "Sedgwick County",
"population": 2248,
"state_code": 8
},
"08117": {
"county_code": 117,
"full_code_int": 8117,
"full_code_str": "08117",
"name": "Summit County",
"population": 31011,
"state_code": 8
},
"08119": {
"county_code": 119,
"full_code_int": 8119,
"full_code_str": "08119",
"name": "Teller County",
"population": 25388,
"state_code": 8
},
"08121": {
"county_code": 121,
"full_code_int": 8121,
"full_code_str": "08121",
"name": "Washington County",
"population": 4908,
"state_code": 8
},
"08123": {
"county_code": 123,
"full_code_int": 8123,
"full_code_str": "08123",
"name": "Weld County",
"population": 324492,
"state_code": 8
},
"08125": {
"county_code": 125,
"full_code_int": 8125,
"full_code_str": "08125",
"name": "Yuma County",
"population": 10019,
"state_code": 8
},
"09001": {
"county_code": 1,
"full_code_int": 9001,
"full_code_str": "09001",
"name": "Fairfield County",
"population": 943332,
"state_code": 9
},
"09003": {
"county_code": 3,
"full_code_int": 9003,
"full_code_str": "09003",
"name": "Hartford County",
"population": 891720,
"state_code": 9
},
"09005": {
"county_code": 5,
"full_code_int": 9005,
"full_code_str": "09005",
"name": "Litchfield County",
"population": 180333,
"state_code": 9
},
"09007": {
"county_code": 7,
"full_code_int": 9007,
"full_code_str": "09007",
"name": "Middlesex County",
"population": 162436,
"state_code": 9
},
"09009": {
"county_code": 9,
"full_code_int": 9009,
"full_code_str": "09009",
"name": "New Haven County",
"population": 854757,
"state_code": 9
},
"09011": {
"county_code": 11,
"full_code_int": 9011,
"full_code_str": "09011",
"name": "New London County",
"population": 265206,
"state_code": 9
},
"09013": {
"county_code": 13,
"full_code_int": 9013,
"full_code_str": "09013",
"name": "Tolland County",
"population": 150721,
"state_code": 9
},
"09015": {
"county_code": 15,
"full_code_int": 9015,
"full_code_str": "09015",
"name": "Windham County",
"population": 116782,
"state_code": 9
},
"10001": {
"county_code": 1,
"full_code_int": 10001,
"full_code_str": "10001",
"name": "Kent County",
"population": 180786,
"state_code": 10
},
"10003": {
"county_code": 3,
"full_code_int": 10003,
"full_code_str": "10003",
"name": "New Castle County",
"population": 558753,
"state_code": 10
},
"10005": {
"county_code": 5,
"full_code_int": 10005,
"full_code_str": "10005",
"name": "Sussex County",
"population": 234225,
"state_code": 10
},
"11001": {
"county_code": 1,
"full_code_int": 11001,
"full_code_str": "11001",
"name": "District of Columbia",
"population": 705749,
"state_code": 11
},
"12001": {
"county_code": 1,
"full_code_int": 12001,
"full_code_str": "12001",
"name": "Alachua County",
"population": 269043,
"state_code": 12
},
"12003": {
"county_code": 3,
"full_code_int": 12003,
"full_code_str": "12003",
"name": "Baker County",
"population": 29210,
"state_code": 12
},
"12005": {
"county_code": 5,
"full_code_int": 12005,
"full_code_str": "12005",
"name": "Bay County",
"population": 174705,
"state_code": 12
},
"12007": {
"county_code": 7,
"full_code_int": 12007,
"full_code_str": "12007",
"name": "Bradford County",
"population": 28201,
"state_code": 12
},
"12009": {
"county_code": 9,
"full_code_int": 12009,
"full_code_str": "12009",
"name": "Brevard County",
"population": 601942,
"state_code": 12
},
"12011": {
"county_code": 11,
"full_code_int": 12011,
"full_code_str": "12011",
"name": "Broward County",
"population": 1952778,
"state_code": 12
},
"12013": {
"county_code": 13,
"full_code_int": 12013,
"full_code_str": "12013",
"name": "Calhoun County",
"population": 14105,
"state_code": 12
},
"12015": {
"county_code": 15,
"full_code_int": 12015,
"full_code_str": "12015",
"name": "Charlotte County",
"population": 188910,
"state_code": 12
},
"12017": {
"county_code": 17,
"full_code_int": 12017,
"full_code_str": "12017",
"name": "Citrus County",
"population": 149657,
"state_code": 12
},
"12019": {
"county_code": 19,
"full_code_int": 12019,
"full_code_str": "12019",
"name": "Clay County",
"population": 219252,
"state_code": 12
},
"12021": {
"county_code": 21,
"full_code_int": 12021,
"full_code_str": "12021",
"name": "Collier County",
"population": 384902,
"state_code": 12
},
"12023": {
"county_code": 23,
"full_code_int": 12023,
"full_code_str": "12023",
"name": "Columbia County",
"population": 71686,
"state_code": 12
},
"12027": {
"county_code": 27,
"full_code_int": 12027,
"full_code_str": "12027",
"name": "DeSoto County",
"population": 38001,
"state_code": 12
},
"12029": {
"county_code": 29,
"full_code_int": 12029,
"full_code_str": "12029",
"name": "Dixie County",
"population": 16826,
"state_code": 12
},
"12031": {
"county_code": 31,
"full_code_int": 12031,
"full_code_str": "12031",
"name": "Duval County",
"population": 957755,
"state_code": 12
},
"12033": {
"county_code": 33,
"full_code_int": 12033,
"full_code_str": "12033",
"name": "Escambia County",
"population": 318316,
"state_code": 12
},
"12035": {
"county_code": 35,
"full_code_int": 12035,
"full_code_str": "12035",
"name": "Flagler County",
"population": 115081,
"state_code": 12
},
"12037": {
"county_code": 37,
"full_code_int": 12037,
"full_code_str": "12037",
"name": "Franklin County",
"population": 12125,
"state_code": 12
},
"12039": {
"county_code": 39,
"full_code_int": 12039,
"full_code_str": "12039",
"name": "Gadsden County",
"population": 45660,
"state_code": 12
},
"12041": {
"county_code": 41,
"full_code_int": 12041,
"full_code_str": "12041",
"name": "Gilchrist County",
"population": 18582,
"state_code": 12
},
"12043": {
"county_code": 43,
"full_code_int": 12043,
"full_code_str": "12043",
"name": "Glades County",
"population": 13811,
"state_code": 12
},
"12045": {
"county_code": 45,
"full_code_int": 12045,
"full_code_str": "12045",
"name": "Gulf County",
"population": 13639,
"state_code": 12
},
"12047": {
"county_code": 47,
"full_code_int": 12047,
"full_code_str": "12047",
"name": "Hamilton County",
"population": 14428,
"state_code": 12
},
"12049": {
"county_code": 49,
"full_code_int": 12049,
"full_code_str": "12049",
"name": "Hardee County",
"population": 26937,
"state_code": 12
},
"12051": {
"county_code": 51,
"full_code_int": 12051,
"full_code_str": "12051",
"name": "Hendry County",
"population": 42022,
"state_code": 12
},
"12053": {
"county_code": 53,
"full_code_int": 12053,
"full_code_str": "12053",
"name": "Hernando County",
"population": 193920,
"state_code": 12
},
"12055": {
"county_code": 55,
"full_code_int": 12055,
"full_code_str": "12055",
"name": "Highlands County",
"population": 106221,
"state_code": 12
},
"12057": {
"county_code": 57,
"full_code_int": 12057,
"full_code_str": "12057",
"name": "Hillsborough County",
"population": 1471968,
"state_code": 12
},
"12059": {
"county_code": 59,
"full_code_int": 12059,
"full_code_str": "12059",
"name": "Holmes County",
"population": 19617,
"state_code": 12
},
"12061": {
"county_code": 61,
"full_code_int": 12061,
"full_code_str": "12061",
"name": "Indian River County",
"population": 159923,
"state_code": 12
},
"12063": {
"county_code": 63,
"full_code_int": 12063,
"full_code_str": "12063",
"name": "Jackson County",
"population": 46414,
"state_code": 12
},
"12065": {
"county_code": 65,
"full_code_int": 12065,
"full_code_str": "12065",
"name": "Jefferson County",
"population": 14246,
"state_code": 12
},
"12067": {
"county_code": 67,
"full_code_int": 12067,
"full_code_str": "12067",
"name": "Lafayette County",
"population": 8422,
"state_code": 12
},
"12069": {
"county_code": 69,
"full_code_int": 12069,
"full_code_str": "12069",
"name": "Lake County",
"population": 367118,
"state_code": 12
},
"12071": {
"county_code": 71,
"full_code_int": 12071,
"full_code_str": "12071",
"name": "Lee County",
"population": 770577,
"state_code": 12
},
"12073": {
"county_code": 73,
"full_code_int": 12073,
"full_code_str": "12073",
"name": "Leon County",
"population": 293582,
"state_code": 12
},
"12075": {
"county_code": 75,
"full_code_int": 12075,
"full_code_str": "12075",
"name": "Levy County",
"population": 41503,
"state_code": 12
},
"12077": {
"county_code": 77,
"full_code_int": 12077,
"full_code_str": "12077",
"name": "Liberty County",
"population": 8354,
"state_code": 12
},
"12079": {
"county_code": 79,
"full_code_int": 12079,
"full_code_str": "12079",
"name": "Madison County",
"population": 18493,
"state_code": 12
},
"12081": {
"county_code": 81,
"full_code_int": 12081,
"full_code_str": "12081",
"name": "Manatee County",
"population": 403253,
"state_code": 12
},
"12083": {
"county_code": 83,
"full_code_int": 12083,
"full_code_str": "12083",
"name": "Marion County",
"population": 365579,
"state_code": 12
},
"12085": {
"county_code": 85,
"full_code_int": 12085,
"full_code_str": "12085",
"name": "Martin County",
"population": 161000,
"state_code": 12
},
"12086": {
"county_code": 86,
"full_code_int": 12086,
"full_code_str": "12086",
"name": "Miami-Dade County",
"population": 2716940,
"state_code": 12
},
"12087": {
"county_code": 87,
"full_code_int": 12087,
"full_code_str": "12087",
"name": "Monroe County",
"population": 74228,
"state_code": 12
},
"12089": {
"county_code": 89,
"full_code_int": 12089,
"full_code_str": "12089",
"name": "Nassau County",
"population": 88625,
"state_code": 12
},
"12091": {
"county_code": 91,
"full_code_int": 12091,
"full_code_str": "12091",
"name": "Okaloosa County",
"population": 210738,
"state_code": 12
},
"12093": {
"county_code": 93,
"full_code_int": 12093,
"full_code_str": "12093",
"name": "Okeechobee County",
"population": 42168,
"state_code": 12
},
"12095": {
"county_code": 95,
"full_code_int": 12095,
"full_code_str": "12095",
"name": "Orange County",
"population": 1393452,
"state_code": 12
},
"12097": {
"county_code": 97,
"full_code_int": 12097,
"full_code_str": "12097",
"name": "Osceola County",
"population": 375751,
"state_code": 12
},
"12099": {
"county_code": 99,
"full_code_int": 12099,
"full_code_str": "12099",
"name": "Palm Beach County",
"population": 1496770,
"state_code": 12
},
"12101": {
"county_code": 101,
"full_code_int": 12101,
"full_code_str": "12101",
"name": "Pasco County",
"population": 553947,
"state_code": 12
},
"12103": {
"county_code": 103,
"full_code_int": 12103,
"full_code_str": "12103",
"name": "Pinellas County",
"population": 974996,
"state_code": 12
},
"12105": {
"county_code": 105,
"full_code_int": 12105,
"full_code_str": "12105",
"name": "Polk County",
"population": 724777,
"state_code": 12
},
"12107": {
"county_code": 107,
"full_code_int": 12107,
"full_code_str": "12107",
"name": "Putnam County",
"population": 74521,
"state_code": 12
},
"12109": {
"county_code": 109,
"full_code_int": 12109,
"full_code_str": "12109",
"name": "St. Johns County",
"population": 264672,
"state_code": 12
},
"12111": {
"county_code": 111,
"full_code_int": 12111,
"full_code_str": "12111",
"name": "St. Lucie County",
"population": 328297,
"state_code": 12
},
"12113": {
"county_code": 113,
"full_code_int": 12113,
"full_code_str": "12113",
"name": "Santa Rosa County",
"population": 184313,
"state_code": 12
},
"12115": {
"county_code": 115,
"full_code_int": 12115,
"full_code_str": "12115",
"name": "Sarasota County",
"population": 433742,
"state_code": 12
},
"12117": {
"county_code": 117,
"full_code_int": 12117,
"full_code_str": "12117",
"name": "Seminole County",
"population": 471826,
"state_code": 12
},
"12119": {
"county_code": 119,
"full_code_int": 12119,
"full_code_str": "12119",
"name": "Sumter County",
"population": 132420,
"state_code": 12
},
"12121": {
"county_code": 121,
"full_code_int": 12121,
"full_code_str": "12121",
"name": "Suwannee County",
"population": 44417,
"state_code": 12
},
"12123": {
"county_code": 123,
"full_code_int": 12123,
"full_code_str": "12123",
"name": "Taylor County",
"population": 21569,
"state_code": 12
},
"12125": {
"county_code": 125,
"full_code_int": 12125,
"full_code_str": "12125",
"name": "Union County",
"population": 15237,
"state_code": 12
},
"12127": {
"county_code": 127,
"full_code_int": 12127,
"full_code_str": "12127",
"name": "Volusia County",
"population": 553284,
"state_code": 12
},
"12129": {
"county_code": 129,
"full_code_int": 12129,
"full_code_str": "12129",
"name": "Wakulla County",
"population": 33739,
"state_code": 12
},
"12131": {
"county_code": 131,
"full_code_int": 12131,
"full_code_str": "12131",
"name": "Walton County",
"population": 74071,
"state_code": 12
},
"12133": {
"county_code": 133,
"full_code_int": 12133,
"full_code_str": "12133",
"name": "Washington County",
"population": 25473,
"state_code": 12
},
"13001": {
"county_code": 1,
"full_code_int": 13001,
"full_code_str": "13001",
"name": "Appling County",
"population": 18386,
"state_code": 13
},
"13003": {
"county_code": 3,
"full_code_int": 13003,
"full_code_str": "13003",
"name": "Atkinson County",
"population": 8165,
"state_code": 13
},
"13005": {
"county_code": 5,
"full_code_int": 13005,
"full_code_str": "13005",
"name": "Bacon County",
"population": 11164,
"state_code": 13
},
"13007": {
"county_code": 7,
"full_code_int": 13007,
"full_code_str": "13007",
"name": "Baker County",
"population": 3038,
"state_code": 13
},
"13009": {
"county_code": 9,
"full_code_int": 13009,
"full_code_str": "13009",
"name": "Baldwin County",
"population": 44890,
"state_code": 13
},
"13011": {
"county_code": 11,
"full_code_int": 13011,
"full_code_str": "13011",
"name": "Banks County",
"population": 19234,
"state_code": 13
},
"13013": {
"county_code": 13,
"full_code_int": 13013,
"full_code_str": "13013",
"name": "Barrow County",
"population": 83240,
"state_code": 13
},
"13015": {
"county_code": 15,
"full_code_int": 13015,
"full_code_str": "13015",
"name": "Bartow County",
"population": 107738,
"state_code": 13
},
"13017": {
"county_code": 17,
"full_code_int": 13017,
"full_code_str": "13017",
"name": "Ben Hill County",
"population": 16700,
"state_code": 13
},
"13019": {
"county_code": 19,
"full_code_int": 13019,
"full_code_str": "13019",
"name": "Berrien County",
"population": 19397,
"state_code": 13
},
"13021": {
"county_code": 21,
"full_code_int": 13021,
"full_code_str": "13021",
"name": "Bibb County",
"population": 153159,
"state_code": 13
},
"13023": {
"county_code": 23,
"full_code_int": 13023,
"full_code_str": "13023",
"name": "Bleckley County",
"population": 12873,
"state_code": 13
},
"13025": {
"county_code": 25,
"full_code_int": 13025,
"full_code_str": "13025",
"name": "Brantley County",
"population": 19109,
"state_code": 13
},
"13027": {
"county_code": 27,
"full_code_int": 13027,
"full_code_str": "13027",
"name": "Brooks County",
"population": 15457,
"state_code": 13
},
"13029": {
"county_code": 29,
"full_code_int": 13029,
"full_code_str": "13029",
"name": "Bryan County",
"population": 39627,
"state_code": 13
},
"13031": {
"county_code": 31,
"full_code_int": 13031,
"full_code_str": "13031",
"name": "Bulloch County",
"population": 79608,
"state_code": 13
},
"13033": {
"county_code": 33,
"full_code_int": 13033,
"full_code_str": "13033",
"name": "Burke County",
"population": 22383,
"state_code": 13
},
"13035": {
"county_code": 35,
"full_code_int": 13035,
"full_code_str": "13035",
"name": "Butts County",
"population": 24936,
"state_code": 13
},
"13037": {
"county_code": 37,
"full_code_int": 13037,
"full_code_str": "13037",
"name": "Calhoun County",
"population": 6189,
"state_code": 13
},
"13039": {
"county_code": 39,
"full_code_int": 13039,
"full_code_str": "13039",
"name": "Camden County",
"population": 54666,
"state_code": 13
},
"13043": {
"county_code": 43,
"full_code_int": 13043,
"full_code_str": "13043",
"name": "Candler County",
"population": 10803,
"state_code": 13
},
"13045": {
"county_code": 45,
"full_code_int": 13045,
"full_code_str": "13045",
"name": "Carroll County",
"population": 119992,
"state_code": 13
},
"13047": {
"county_code": 47,
"full_code_int": 13047,
"full_code_str": "13047",
"name": "Catoosa County",
"population": 67580,
"state_code": 13
},
"13049": {
"county_code": 49,
"full_code_int": 13049,
"full_code_str": "13049",
"name": "Charlton County",
"population": 13392,
"state_code": 13
},
"13051": {
"county_code": 51,
"full_code_int": 13051,
"full_code_str": "13051",
"name": "Chatham County",
"population": 289430,
"state_code": 13
},
"13053": {
"county_code": 53,
"full_code_int": 13053,
"full_code_str": "13053",
"name": "Chattahoochee County",
"population": 10907,
"state_code": 13
},
"13055": {
"county_code": 55,
"full_code_int": 13055,
"full_code_str": "13055",
"name": "Chattooga County",
"population": 24789,
"state_code": 13
},
"13057": {
"county_code": 57,
"full_code_int": 13057,
"full_code_str": "13057",
"name": "Cherokee County",
"population": 258773,
"state_code": 13
},
"13059": {
"county_code": 59,
"full_code_int": 13059,
"full_code_str": "13059",
"name": "Clarke County",
"population": 128331,
"state_code": 13
},
"13061": {
"county_code": 61,
"full_code_int": 13061,
"full_code_str": "13061",
"name": "Clay County",
"population": 2834,
"state_code": 13
},
"13063": {
"county_code": 63,
"full_code_int": 13063,
"full_code_str": "13063",
"name": "Clayton County",
"population": 292256,
"state_code": 13
},
"13065": {
"county_code": 65,
"full_code_int": 13065,
"full_code_str": "13065",
"name": "Clinch County",
"population": 6618,
"state_code": 13
},
"13067": {
"county_code": 67,
"full_code_int": 13067,
"full_code_str": "13067",
"name": "Cobb County",
"population": 760141,
"state_code": 13
},
"13069": {
"county_code": 69,
"full_code_int": 13069,
"full_code_str": "13069",
"name": "Coffee County",
"population": 43273,
"state_code": 13
},
"13071": {
"county_code": 71,
"full_code_int": 13071,
"full_code_str": "13071",
"name": "Colquitt County",
"population": 45600,
"state_code": 13
},
"13073": {
"county_code": 73,
"full_code_int": 13073,
"full_code_str": "13073",
"name": "Columbia County",
"population": 156714,
"state_code": 13
},
"13075": {
"county_code": 75,
"full_code_int": 13075,
"full_code_str": "13075",
"name": "Cook County",
"population": 17270,
"state_code": 13
},
"13077": {
"county_code": 77,
"full_code_int": 13077,
"full_code_str": "13077",
"name": "Coweta County",
"population": 148509,
"state_code": 13
},
"13079": {
"county_code": 79,
"full_code_int": 13079,
"full_code_str": "13079",
"name": "Crawford County",
"population": 12404,
"state_code": 13
},
"13081": {
"county_code": 81,
"full_code_int": 13081,
"full_code_str": "13081",
"name": "Crisp County",
"population": 22372,
"state_code": 13
},
"13083": {
"county_code": 83,
"full_code_int": 13083,
"full_code_str": "13083",
"name": "Dade County",
"population": 16116,
"state_code": 13
},
"13085": {
"county_code": 85,
"full_code_int": 13085,
"full_code_str": "13085",
"name": "Dawson County",
"population": 26108,
"state_code": 13
},
"13087": {
"county_code": 87,
"full_code_int": 13087,
"full_code_str": "13087",
"name": "Decatur County",
"population": 26404,
"state_code": 13
},
"13089": {
"county_code": 89,
"full_code_int": 13089,
"full_code_str": "13089",
"name": "DeKalb County",
"population": 759297,
"state_code": 13
},
"13091": {
"county_code": 91,
"full_code_int": 13091,
"full_code_str": "13091",
"name": "Dodge County",
"population": 20605,
"state_code": 13
},
"13093": {
"county_code": 93,
"full_code_int": 13093,
"full_code_str": "13093",
"name": "Dooly County",
"population": 13390,
"state_code": 13
},
"13095": {
"county_code": 95,
"full_code_int": 13095,
"full_code_str": "13095",
"name": "Dougherty County",
"population": 87956,
"state_code": 13
},
"13097": {
"county_code": 97,
"full_code_int": 13097,
"full_code_str": "13097",
"name": "Douglas County",
"population": 146343,
"state_code": 13
},
"13099": {
"county_code": 99,
"full_code_int": 13099,
"full_code_str": "13099",
"name": "Early County",
"population": 10190,
"state_code": 13
},
"13101": {
"county_code": 101,
"full_code_int": 13101,
"full_code_str": "13101",
"name": "Echols County",
"population": 4006,
"state_code": 13
},
"13103": {
"county_code": 103,
"full_code_int": 13103,
"full_code_str": "13103",
"name": "Effingham County",
"population": 64296,
"state_code": 13
},
"13105": {
"county_code": 105,
"full_code_int": 13105,
"full_code_str": "13105",
"name": "Elbert County",
"population": 19194,
"state_code": 13
},
"13107": {
"county_code": 107,
"full_code_int": 13107,
"full_code_str": "13107",
"name": "Emanuel County",
"population": 22646,
"state_code": 13
},
"13109": {
"county_code": 109,
"full_code_int": 13109,
"full_code_str": "13109",
"name": "Evans County",
"population": 10654,
"state_code": 13
},
"13111": {
"county_code": 111,
"full_code_int": 13111,
"full_code_str": "13111",
"name": "Fannin County",
"population": 26188,
"state_code": 13
},
"13113": {
"county_code": 113,
"full_code_int": 13113,
"full_code_str": "13113",
"name": "Fayette County",
"population": 114421,
"state_code": 13
},
"13115": {
"county_code": 115,
"full_code_int": 13115,
"full_code_str": "13115",
"name": "Floyd County",
"population": 98498,
"state_code": 13
},
"13117": {
"county_code": 117,
"full_code_int": 13117,
"full_code_str": "13117",
"name": "Forsyth County",
"population": 244252,
"state_code": 13
},
"13119": {
"county_code": 119,
"full_code_int": 13119,
"full_code_str": "13119",
"name": "Franklin County",
"population": 23349,
"state_code": 13
},
"13121": {
"county_code": 121,
"full_code_int": 13121,
"full_code_str": "13121",
"name": "Fulton County",
"population": 1063937,
"state_code": 13
},
"13123": {
"county_code": 123,
"full_code_int": 13123,
"full_code_str": "13123",
"name": "Gilmer County",
"population": 31369,
"state_code": 13
},
"13125": {
"county_code": 125,
"full_code_int": 13125,
"full_code_str": "13125",
"name": "Glascock County",
"population": 2971,
"state_code": 13
},
"13127": {
"county_code": 127,
"full_code_int": 13127,
"full_code_str": "13127",
"name": "Glynn County",
"population": 85292,
"state_code": 13
},
"13129": {
"county_code": 129,
"full_code_int": 13129,
"full_code_str": "13129",
"name": "Gordon County",
"population": 57963,
"state_code": 13
},
"13131": {
"county_code": 131,
"full_code_int": 13131,
"full_code_str": "13131",
"name": "Grady County",
"population": 24633,
"state_code": 13
},
"13133": {
"county_code": 133,
"full_code_int": 13133,
"full_code_str": "13133",
"name": "Greene County",
"population": 18324,
"state_code": 13
},
"13135": {
"county_code": 135,
"full_code_int": 13135,
"full_code_str": "13135",
"name": "Gwinnett County",
"population": 936250,
"state_code": 13
},
"13137": {
"county_code": 137,
"full_code_int": 13137,
"full_code_str": "13137",
"name": "Habersham County",
"population": 45328,
"state_code": 13
},
"13139": {
"county_code": 139,
"full_code_int": 13139,
"full_code_str": "13139",
"name": "Hall County",
"population": 204441,
"state_code": 13
},
"13141": {
"county_code": 141,
"full_code_int": 13141,
"full_code_str": "13141",
"name": "Hancock County",
"population": 8457,
"state_code": 13
},
"13143": {
"county_code": 143,
"full_code_int": 13143,
"full_code_str": "13143",
"name": "Haralson County",
"population": 29792,
"state_code": 13
},
"13145": {
"county_code": 145,
"full_code_int": 13145,
"full_code_str": "13145",
"name": "Harris County",
"population": 35236,
"state_code": 13
},
"13147": {
"county_code": 147,
"full_code_int": 13147,
"full_code_str": "13147",
"name": "Hart County",
"population": 26205,
"state_code": 13
},
"13149": {
"county_code": 149,
"full_code_int": 13149,
"full_code_str": "13149",
"name": "Heard County",
"population": 11923,
"state_code": 13
},
"13151": {
"county_code": 151,
"full_code_int": 13151,
"full_code_str": "13151",
"name": "Henry County",
"population": 234561,
"state_code": 13
},
"13153": {
"county_code": 153,
"full_code_int": 13153,
"full_code_str": "13153",
"name": "Houston County",
"population": 157863,
"state_code": 13
},
"13155": {
"county_code": 155,
"full_code_int": 13155,
"full_code_str": "13155",
"name": "Irwin County",
"population": 9416,
"state_code": 13
},
"13157": {
"county_code": 157,
"full_code_int": 13157,
"full_code_str": "13157",
"name": "Jackson County",
"population": 72977,
"state_code": 13
},
"13159": {
"county_code": 159,
"full_code_int": 13159,
"full_code_str": "13159",
"name": "Jasper County",
"population": 14219,
"state_code": 13
},
"13161": {
"county_code": 161,
"full_code_int": 13161,
"full_code_str": "13161",
"name": "Jeff Davis County",
"population": 15115,
"state_code": 13
},
"13163": {
"county_code": 163,
"full_code_int": 13163,
"full_code_str": "13163",
"name": "Jefferson County",
"population": 15362,
"state_code": 13
},
"13165": {
"county_code": 165,
"full_code_int": 13165,
"full_code_str": "13165",
"name": "Jenkins County",
"population": 8676,
"state_code": 13
},
"13167": {
"county_code": 167,
"full_code_int": 13167,
"full_code_str": "13167",
"name": "Johnson County",
"population": 9643,
"state_code": 13
},
"13169": {
"county_code": 169,
"full_code_int": 13169,
"full_code_str": "13169",
"name": "Jones County",
"population": 28735,
"state_code": 13
},
"13171": {
"county_code": 171,
"full_code_int": 13171,
"full_code_str": "13171",
"name": "Lamar County",
"population": 19077,
"state_code": 13
},
"13173": {
"county_code": 173,
"full_code_int": 13173,
"full_code_str": "13173",
"name": "Lanier County",
"population": 10423,
"state_code": 13
},
"13175": {
"county_code": 175,
"full_code_int": 13175,
"full_code_str": "13175",
"name": "Laurens County",
"population": 47546,
"state_code": 13
},
"13177": {
"county_code": 177,
"full_code_int": 13177,
"full_code_str": "13177",
"name": "Lee County",
"population": 29992,
"state_code": 13
},
"13179": {
"county_code": 179,
"full_code_int": 13179,
"full_code_str": "13179",
"name": "Liberty County",
"population": 61435,
"state_code": 13
},
"13181": {
"county_code": 181,
"full_code_int": 13181,
"full_code_str": "13181",
"name": "Lincoln County",
"population": 7921,
"state_code": 13
},
"13183": {
"county_code": 183,
"full_code_int": 13183,
"full_code_str": "13183",
"name": "Long County",
"population": 19559,
"state_code": 13
},
"13185": {
"county_code": 185,
"full_code_int": 13185,
"full_code_str": "13185",
"name": "Lowndes County",
"population": 117406,
"state_code": 13
},
"13187": {
"county_code": 187,
"full_code_int": 13187,
"full_code_str": "13187",
"name": "Lumpkin County",
"population": 33610,
"state_code": 13
},
"13189": {
"county_code": 189,
"full_code_int": 13189,
"full_code_str": "13189",
"name": "McDuffie County",
"population": 21312,
"state_code": 13
},
"13191": {
"county_code": 191,
"full_code_int": 13191,
"full_code_str": "13191",
"name": "McIntosh County",
"population": 14378,
"state_code": 13
},
"13193": {
"county_code": 193,
"full_code_int": 13193,
"full_code_str": "13193",
"name": "Macon County",
"population": 12947,
"state_code": 13
},
"13195": {
"county_code": 195,
"full_code_int": 13195,
"full_code_str": "13195",
"name": "Madison County",
"population": 29880,
"state_code": 13
},
"13197": {
"county_code": 197,
"full_code_int": 13197,
"full_code_str": "13197",
"name": "Marion County",
"population": 8359,
"state_code": 13
},
"13199": {
"county_code": 199,
"full_code_int": 13199,
"full_code_str": "13199",
"name": "Meriwether County",
"population": 21167,
"state_code": 13
},
"13201": {
"county_code": 201,
"full_code_int": 13201,
"full_code_str": "13201",
"name": "Miller County",
"population": 5718,
"state_code": 13
},
"13205": {
"county_code": 205,
"full_code_int": 13205,
"full_code_str": "13205",
"name": "Mitchell County",
"population": 21863,
"state_code": 13
},
"13207": {
"county_code": 207,
"full_code_int": 13207,
"full_code_str": "13207",
"name": "Monroe County",
"population": 27578,
"state_code": 13
},
"13209": {
"county_code": 209,
"full_code_int": 13209,
"full_code_str": "13209",
"name": "Montgomery County",
"population": 9172,
"state_code": 13
},
"13211": {
"county_code": 211,
"full_code_int": 13211,
"full_code_str": "13211",
"name": "Morgan County",
"population": 19276,
"state_code": 13
},
"13213": {
"county_code": 213,
"full_code_int": 13213,
"full_code_str": "13213",
"name": "Murray County",
"population": 40096,
"state_code": 13
},
"13215": {
"county_code": 215,
"full_code_int": 13215,
"full_code_str": "13215",
"name": "Muscogee County",
"population": 195769,
"state_code": 13
},
"13217": {
"county_code": 217,
"full_code_int": 13217,
"full_code_str": "13217",
"name": "Newton County",
"population": 111744,
"state_code": 13
},
"13219": {
"county_code": 219,
"full_code_int": 13219,
"full_code_str": "13219",
"name": "Oconee County",
"population": 40280,
"state_code": 13
},
"13221": {
"county_code": 221,
"full_code_int": 13221,
"full_code_str": "13221",
"name": "Oglethorpe County",
"population": 15259,
"state_code": 13
},
"13223": {
"county_code": 223,
"full_code_int": 13223,
"full_code_str": "13223",
"name": "Paulding County",
"population": 168667,
"state_code": 13
},
"13225": {
"county_code": 225,
"full_code_int": 13225,
"full_code_str": "13225",
"name": "Peach County",
"population": 27546,
"state_code": 13
},
"13227": {
"county_code": 227,
"full_code_int": 13227,
"full_code_str": "13227",
"name": "Pickens County",
"population": 32591,
"state_code": 13
},
"13229": {
"county_code": 229,
"full_code_int": 13229,
"full_code_str": "13229",
"name": "Pierce County",
"population": 19465,
"state_code": 13
},
"13231": {
"county_code": 231,
"full_code_int": 13231,
"full_code_str": "13231",
"name": "Pike County",
"population": 18962,
"state_code": 13
},
"13233": {
"county_code": 233,
"full_code_int": 13233,
"full_code_str": "13233",
"name": "Polk County",
"population": 42613,
"state_code": 13
},
"13235": {
"county_code": 235,
"full_code_int": 13235,
"full_code_str": "13235",
"name": "Pulaski County",
"population": 11137,
"state_code": 13
},
"13237": {
"county_code": 237,
"full_code_int": 13237,
"full_code_str": "13237",
"name": "Putnam County",
"population": 22119,
"state_code": 13
},
"13239": {
"county_code": 239,
"full_code_int": 13239,
"full_code_str": "13239",
"name": "Quitman County",
"population": 2299,
"state_code": 13
},
"13241": {
"county_code": 241,
"full_code_int": 13241,
"full_code_str": "13241",
"name": "Rabun County",
"population": 17137,
"state_code": 13
},
"13243": {
"county_code": 243,
"full_code_int": 13243,
"full_code_str": "13243",
"name": "Randolph County",
"population": 6778,
"state_code": 13
},
"13245": {
"county_code": 245,
"full_code_int": 13245,
"full_code_str": "13245",
"name": "Richmond County",
"population": 202518,
"state_code": 13
},
"13247": {
"county_code": 247,
"full_code_int": 13247,
"full_code_str": "13247",
"name": "Rockdale County",
"population": 90896,
"state_code": 13
},
"13249": {
"county_code": 249,
"full_code_int": 13249,
"full_code_str": "13249",
"name": "Schley County",
"population": 5257,
"state_code": 13
},
"13251": {
"county_code": 251,
"full_code_int": 13251,
"full_code_str": "13251",
"name": "Screven County",
"population": 13966,
"state_code": 13
},
"13253": {
"county_code": 253,
"full_code_int": 13253,
"full_code_str": "13253",
"name": "Seminole County",
"population": 8090,
"state_code": 13
},
"13255": {
"county_code": 255,
"full_code_int": 13255,
"full_code_str": "13255",
"name": "Spalding County",
"population": 66703,
"state_code": 13
},
"13257": {
"county_code": 257,
"full_code_int": 13257,
"full_code_str": "13257",
"name": "Stephens County",
"population": 25925,
"state_code": 13
},
"13259": {
"county_code": 259,
"full_code_int": 13259,
"full_code_str": "13259",
"name": "Stewart County",
"population": 6621,
"state_code": 13
},
"13261": {
"county_code": 261,
"full_code_int": 13261,
"full_code_str": "13261",
"name": "Sumter County",
"population": 29524,
"state_code": 13
},
"13263": {
"county_code": 263,
"full_code_int": 13263,
"full_code_str": "13263",
"name": "Talbot County",
"population": 6195,
"state_code": 13
},
"13265": {
"county_code": 265,
"full_code_int": 13265,
"full_code_str": "13265",
"name": "Taliaferro County",
"population": 1537,
"state_code": 13
},
"13267": {
"county_code": 267,
"full_code_int": 13267,
"full_code_str": "13267",
"name": "Tattnall County",
"population": 25286,
"state_code": 13
},
"13269": {
"county_code": 269,
"full_code_int": 13269,
"full_code_str": "13269",
"name": "Taylor County",
"population": 8020,
"state_code": 13
},
"13271": {
"county_code": 271,
"full_code_int": 13271,
"full_code_str": "13271",
"name": "Telfair County",
"population": 15860,
"state_code": 13
},
"13273": {
"county_code": 273,
"full_code_int": 13273,
"full_code_str": "13273",
"name": "Terrell County",
"population": 8531,
"state_code": 13
},
"13275": {
"county_code": 275,
"full_code_int": 13275,
"full_code_str": "13275",
"name": "Thomas County",
"population": 44451,
"state_code": 13
},
"13277": {
"county_code": 277,
"full_code_int": 13277,
"full_code_str": "13277",
"name": "Tift County",
"population": 40644,
"state_code": 13
},
"13279": {
"county_code": 279,
"full_code_int": 13279,
"full_code_str": "13279",
"name": "Toombs County",
"population": 26830,
"state_code": 13
},
"13281": {
"county_code": 281,
"full_code_int": 13281,
"full_code_str": "13281",
"name": "Towns County",
"population": 12037,
"state_code": 13
},
"13283": {
"county_code": 283,
"full_code_int": 13283,
"full_code_str": "13283",
"name": "Treutlen County",
"population": 6901,
"state_code": 13
},
"13285": {
"county_code": 285,
"full_code_int": 13285,
"full_code_str": "13285",
"name": "Troup County",
"population": 69922,
"state_code": 13
},
"13287": {
"county_code": 287,
"full_code_int": 13287,
"full_code_str": "13287",
"name": "Turner County",
"population": 7985,
"state_code": 13
},
"13289": {
"county_code": 289,
"full_code_int": 13289,
"full_code_str": "13289",
"name": "Twiggs County",
"population": 8120,
"state_code": 13
},
"13291": {
"county_code": 291,
"full_code_int": 13291,
"full_code_str": "13291",
"name": "Union County",
"population": 24511,
"state_code": 13
},
"13293": {
"county_code": 293,
"full_code_int": 13293,
"full_code_str": "13293",
"name": "Upson County",
"population": 26320,
"state_code": 13
},
"13295": {
"county_code": 295,
"full_code_int": 13295,
"full_code_str": "13295",
"name": "Walker County",
"population": 69761,
"state_code": 13
},
"13297": {
"county_code": 297,
"full_code_int": 13297,
"full_code_str": "13297",
"name": "Walton County",
"population": 94593,
"state_code": 13
},
"13299": {
"county_code": 299,
"full_code_int": 13299,
"full_code_str": "13299",
"name": "Ware County",
"population": 35734,
"state_code": 13
},
"13301": {
"county_code": 301,
"full_code_int": 13301,
"full_code_str": "13301",
"name": "Warren County",
"population": 5254,
"state_code": 13
},
"13303": {
"county_code": 303,
"full_code_int": 13303,
"full_code_str": "13303",
"name": "Washington County",
"population": 20374,
"state_code": 13
},
"13305": {
"county_code": 305,
"full_code_int": 13305,
"full_code_str": "13305",
"name": "Wayne County",
"population": 29927,
"state_code": 13
},
"13307": {
"county_code": 307,
"full_code_int": 13307,
"full_code_str": "13307",
"name": "Webster County",
"population": 2607,
"state_code": 13
},
"13309": {
"county_code": 309,
"full_code_int": 13309,
"full_code_str": "13309",
"name": "Wheeler County",
"population": 7855,
"state_code": 13
},
"13311": {
"county_code": 311,
"full_code_int": 13311,
"full_code_str": "13311",
"name": "White County",
"population": 30798,
"state_code": 13
},
"13313": {
"county_code": 313,
"full_code_int": 13313,
"full_code_str": "13313",
"name": "Whitfield County",
"population": 104628,
"state_code": 13
},
"13315": {
"county_code": 315,
"full_code_int": 13315,
"full_code_str": "13315",
"name": "Wilcox County",
"population": 8635,
"state_code": 13
},
"13317": {
"county_code": 317,
"full_code_int": 13317,
"full_code_str": "13317",
"name": "Wilkes County",
"population": 9777,
"state_code": 13
},
"13319": {
"county_code": 319,
"full_code_int": 13319,
"full_code_str": "13319",
"name": "Wilkinson County",
"population": 8954,
"state_code": 13
},
"13321": {
"county_code": 321,
"full_code_int": 13321,
"full_code_str": "13321",
"name": "Worth County",
"population": 20247,
"state_code": 13
},
"15001": {
"county_code": 1,
"full_code_int": 15001,
"full_code_str": "15001",
"name": "Hawaii County",
"population": 201513,
"state_code": 15
},
"15003": {
"county_code": 3,
"full_code_int": 15003,
"full_code_str": "15003",
"name": "Honolulu County",
"population": 974563,
"state_code": 15
},
"15005": {
"county_code": 5,
"full_code_int": 15005,
"full_code_str": "15005",
"name": "Kalawao County",
"population": 86,
"state_code": 15
},
"15007": {
"county_code": 7,
"full_code_int": 15007,
"full_code_str": "15007",
"name": "Kauai County",
"population": 72293,
"state_code": 15
},
"15009": {
"county_code": 9,
"full_code_int": 15009,
"full_code_str": "15009",
"name": "Maui County",
"population": 167417,
"state_code": 15
},
"16001": {
"county_code": 1,
"full_code_int": 16001,
"full_code_str": "16001",
"name": "Ada County",
"population": 481587,
"state_code": 16
},
"16003": {
"county_code": 3,
"full_code_int": 16003,
"full_code_str": "16003",
"name": "Adams County",
"population": 4294,
"state_code": 16
},
"16005": {
"county_code": 5,
"full_code_int": 16005,
"full_code_str": "16005",
"name": "Bannock County",
"population": 87808,
"state_code": 16
},
"16007": {
"county_code": 7,
"full_code_int": 16007,
"full_code_str": "16007",
"name": "Bear Lake County",
"population": 6125,
"state_code": 16
},
"16009": {
"county_code": 9,
"full_code_int": 16009,
"full_code_str": "16009",
"name": "Benewah County",
"population": 9298,
"state_code": 16
},
"16011": {
"county_code": 11,
"full_code_int": 16011,
"full_code_str": "16011",
"name": "Bingham County",
"population": 46811,
"state_code": 16
},
"16013": {
"county_code": 13,
"full_code_int": 16013,
"full_code_str": "16013",
"name": "Blaine County",
"population": 23021,
"state_code": 16
},
"16015": {
"county_code": 15,
"full_code_int": 16015,
"full_code_str": "16015",
"name": "Boise County",
"population": 7831,
"state_code": 16
},
"16017": {
"county_code": 17,
"full_code_int": 16017,
"full_code_str": "16017",
"name": "Bonner County",
"population": 45739,
"state_code": 16
},
"16019": {
"county_code": 19,
"full_code_int": 16019,
"full_code_str": "16019",
"name": "Bonneville County",
"population": 119062,
"state_code": 16
},
"16021": {
"county_code": 21,
"full_code_int": 16021,
"full_code_str": "16021",
"name": "Boundary County",
"population": 12245,
"state_code": 16
},
"16023": {
"county_code": 23,
"full_code_int": 16023,
"full_code_str": "16023",
"name": "Butte County",
"population": 2597,
"state_code": 16
},
"16025": {
"county_code": 25,
"full_code_int": 16025,
"full_code_str": "16025",
"name": "Camas County",
"population": 1106,
"state_code": 16
},
"16027": {
"county_code": 27,
"full_code_int": 16027,
"full_code_str": "16027",
"name": "Canyon County",
"population": 229849,
"state_code": 16
},
"16029": {
"county_code": 29,
"full_code_int": 16029,
"full_code_str": "16029",
"name": "Caribou County",
"population": 7155,
"state_code": 16
},
"16031": {
"county_code": 31,
"full_code_int": 16031,
"full_code_str": "16031",
"name": "Cassia County",
"population": 24030,
"state_code": 16
},
"16033": {
"county_code": 33,
"full_code_int": 16033,
"full_code_str": "16033",
"name": "Clark County",
"population": 845,
"state_code": 16
},
"16035": {
"county_code": 35,
"full_code_int": 16035,
"full_code_str": "16035",
"name": "Clearwater County",
"population": 8756,
"state_code": 16
},
"16037": {
"county_code": 37,
"full_code_int": 16037,
"full_code_str": "16037",
"name": "Custer County",
"population": 4315,
"state_code": 16
},
"16039": {
"county_code": 39,
"full_code_int": 16039,
"full_code_str": "16039",
"name": "Elmore County",
"population": 27511,
"state_code": 16
},
"16041": {
"county_code": 41,
"full_code_int": 16041,
"full_code_str": "16041",
"name": "Franklin County",
"population": 13876,
"state_code": 16
},
"16043": {
"county_code": 43,
"full_code_int": 16043,
"full_code_str": "16043",
"name": "Fremont County",
"population": 13099,
"state_code": 16
},
"16045": {
"county_code": 45,
"full_code_int": 16045,
"full_code_str": "16045",
"name": "Gem County",
"population": 18112,
"state_code": 16
},
"16047": {
"county_code": 47,
"full_code_int": 16047,
"full_code_str": "16047",
"name": "Gooding County",
"population": 15179,
"state_code": 16
},
"16049": {
"county_code": 49,
"full_code_int": 16049,
"full_code_str": "16049",
"name": "Idaho County",
"population": 16667,
"state_code": 16
},
"16051": {
"county_code": 51,
"full_code_int": 16051,
"full_code_str": "16051",
"name": "Jefferson County",
"population": 29871,
"state_code": 16
},
"16053": {
"county_code": 53,
"full_code_int": 16053,
"full_code_str": "16053",
"name": "Jerome County",
"population": 24412,
"state_code": 16
},
"16055": {
"county_code": 55,
"full_code_int": 16055,
"full_code_str": "16055",
"name": "Kootenai County",
"population": 165697,
"state_code": 16
},
"16057": {
"county_code": 57,
"full_code_int": 16057,
"full_code_str": "16057",
"name": "Latah County",
"population": 40108,
"state_code": 16
},
"16059": {
"county_code": 59,
"full_code_int": 16059,
"full_code_str": "16059",
"name": "Lemhi County",
"population": 8027,
"state_code": 16
},
"16061": {
"county_code": 61,
"full_code_int": 16061,
"full_code_str": "16061",
"name": "Lewis County",
"population": 3838,
"state_code": 16
},
"16063": {
"county_code": 63,
"full_code_int": 16063,
"full_code_str": "16063",
"name": "Lincoln County",
"population": 5366,
"state_code": 16
},
"16065": {
"county_code": 65,
"full_code_int": 16065,
"full_code_str": "16065",
"name": "Madison County",
"population": 39907,
"state_code": 16
},
"16067": {
"county_code": 67,
"full_code_int": 16067,
"full_code_str": "16067",
"name": "Minidoka County",
"population": 21039,
"state_code": 16
},
"16069": {
"county_code": 69,
"full_code_int": 16069,
"full_code_str": "16069",
"name": "Nez Perce County",
"population": 40408,
"state_code": 16
},
"16071": {
"county_code": 71,
"full_code_int": 16071,
"full_code_str": "16071",
"name": "Oneida County",
"population": 4531,
"state_code": 16
},
"16073": {
"county_code": 73,
"full_code_int": 16073,
"full_code_str": "16073",
"name": "Owyhee County",
"population": 11823,
"state_code": 16
},
"16075": {
"county_code": 75,
"full_code_int": 16075,
"full_code_str": "16075",
"name": "Payette County",
"population": 23951,
"state_code": 16
},
"16077": {
"county_code": 77,
"full_code_int": 16077,
"full_code_str": "16077",
"name": "Power County",
"population": 7681,
"state_code": 16
},
"16079": {
"county_code": 79,
"full_code_int": 16079,
"full_code_str": "16079",
"name": "Shoshone County",
"population": 12882,
"state_code": 16
},
"16081": {
"county_code": 81,
"full_code_int": 16081,
"full_code_str": "16081",
"name": "Teton County",
"population": 12142,
"state_code": 16
},
"16083": {
"county_code": 83,
"full_code_int": 16083,
"full_code_str": "16083",
"name": "Twin Falls County",
"population": 86878,
"state_code": 16
},
"16085": {
"county_code": 85,
"full_code_int": 16085,
"full_code_str": "16085",
"name": "Valley County",
"population": 11392,
"state_code": 16
},
"16087": {
"county_code": 87,
"full_code_int": 16087,
"full_code_str": "16087",
"name": "Washington County",
"population": 10194,
"state_code": 16
},
"17001": {
"county_code": 1,
"full_code_int": 17001,
"full_code_str": "17001",
"name": "Adams County",
"population": 65435,
"state_code": 17
},
"17003": {
"county_code": 3,
"full_code_int": 17003,
"full_code_str": "17003",
"name": "Alexander County",
"population": 5761,
"state_code": 17
},
"17005": {
"county_code": 5,
"full_code_int": 17005,
"full_code_str": "17005",
"name": "Bond County",
"population": 16426,
"state_code": 17
},
"17007": {
"county_code": 7,
"full_code_int": 17007,
"full_code_str": "17007",
"name": "Boone County",
"population": 53544,
"state_code": 17
},
"17009": {
"county_code": 9,
"full_code_int": 17009,
"full_code_str": "17009",
"name": "Brown County",
"population": 6578,
"state_code": 17
},
"17011": {
"county_code": 11,
"full_code_int": 17011,
"full_code_str": "17011",
"name": "Bureau County",
"population": 32628,
"state_code": 17
},
"17013": {
"county_code": 13,
"full_code_int": 17013,
"full_code_str": "17013",
"name": "Calhoun County",
"population": 4739,
"state_code": 17
},
"17015": {
"county_code": 15,
"full_code_int": 17015,
"full_code_str": "17015",
"name": "Carroll County",
"population": 14305,
"state_code": 17
},
"17017": {
"county_code": 17,
"full_code_int": 17017,
"full_code_str": "17017",
"name": "Cass County",
"population": 12147,
"state_code": 17
},
"17019": {
"county_code": 19,
"full_code_int": 17019,
"full_code_str": "17019",
"name": "Champaign County",
"population": 209689,
"state_code": 17
},
"17021": {
"county_code": 21,
"full_code_int": 17021,
"full_code_str": "17021",
"name": "Christian County",
"population": 32304,
"state_code": 17
},
"17023": {
"county_code": 23,
"full_code_int": 17023,
"full_code_str": "17023",
"name": "Clark County",
"population": 15441,
"state_code": 17
},
"17025": {
"county_code": 25,
"full_code_int": 17025,
"full_code_str": "17025",
"name": "Clay County",
"population": 13184,
"state_code": 17
},
"17027": {
"county_code": 27,
"full_code_int": 17027,
"full_code_str": "17027",
"name": "Clinton County",
"population": 37562,
"state_code": 17
},
"17029": {
"county_code": 29,
"full_code_int": 17029,
"full_code_str": "17029",
"name": "Coles County",
"population": 50621,
"state_code": 17
},
"17031": {
"county_code": 31,
"full_code_int": 17031,
"full_code_str": "17031",
"name": "Cook County",
"population": 5150233,
"state_code": 17
},
"17033": {
"county_code": 33,
"full_code_int": 17033,
"full_code_str": "17033",
"name": "Crawford County",
"population": 18667,
"state_code": 17
},
"17035": {
"county_code": 35,
"full_code_int": 17035,
"full_code_str": "17035",
"name": "Cumberland County",
"population": 10766,
"state_code": 17
},
"17037": {
"county_code": 37,
"full_code_int": 17037,
"full_code_str": "17037",
"name": "DeKalb County",
"population": 104897,
"state_code": 17
},
"17039": {
"county_code": 39,
"full_code_int": 17039,
"full_code_str": "17039",
"name": "De Witt County",
"population": 15638,
"state_code": 17
},
"17041": {
"county_code": 41,
"full_code_int": 17041,
"full_code_str": "17041",
"name": "Douglas County",
"population": 19465,
"state_code": 17
},
"17043": {
"county_code": 43,
"full_code_int": 17043,
"full_code_str": "17043",
"name": "DuPage County",
"population": 922921,
"state_code": 17
},
"17045": {
"county_code": 45,
"full_code_int": 17045,
"full_code_str": "17045",
"name": "Edgar County",
"population": 17161,
"state_code": 17
},
"17047": {
"county_code": 47,
"full_code_int": 17047,
"full_code_str": "17047",
"name": "Edwards County",
"population": 6395,
"state_code": 17
},
"17049": {
"county_code": 49,
"full_code_int": 17049,
"full_code_str": "17049",
"name": "Effingham County",
"population": 34008,
"state_code": 17
},
"17051": {
"county_code": 51,
"full_code_int": 17051,
"full_code_str": "17051",
"name": "Fayette County",
"population": 21336,
"state_code": 17
},
"17053": {
"county_code": 53,
"full_code_int": 17053,
"full_code_str": "17053",
"name": "Ford County",
"population": 12961,
"state_code": 17
},
"17055": {
"county_code": 55,
"full_code_int": 17055,
"full_code_str": "17055",
"name": "Franklin County",
"population": 38469,
"state_code": 17
},
"17057": {
"county_code": 57,
"full_code_int": 17057,
"full_code_str": "17057",
"name": "Fulton County",
"population": 34340,
"state_code": 17
},
"17059": {
"county_code": 59,
"full_code_int": 17059,
"full_code_str": "17059",
"name": "Gallatin County",
"population": 4828,
"state_code": 17
},
"17061": {
"county_code": 61,
"full_code_int": 17061,
"full_code_str": "17061",
"name": "Greene County",
"population": 12969,
"state_code": 17
},
"17063": {
"county_code": 63,
"full_code_int": 17063,
"full_code_str": "17063",
"name": "Grundy County",
"population": 51054,
"state_code": 17
},
"17065": {
"county_code": 65,
"full_code_int": 17065,
"full_code_str": "17065",
"name": "Hamilton County",
"population": 8116,
"state_code": 17
},
"17067": {
"county_code": 67,
"full_code_int": 17067,
"full_code_str": "17067",
"name": "Hancock County",
"population": 17708,
"state_code": 17
},
"17069": {
"county_code": 69,
"full_code_int": 17069,
"full_code_str": "17069",
"name": "Hardin County",
"population": 3821,
"state_code": 17
},
"17071": {
"county_code": 71,
"full_code_int": 17071,
"full_code_str": "17071",
"name": "Henderson County",
"population": 6646,
"state_code": 17
},
"17073": {
"county_code": 73,
"full_code_int": 17073,
"full_code_str": "17073",
"name": "Henry County",
"population": 48913,
"state_code": 17
},
"17075": {
"county_code": 75,
"full_code_int": 17075,
"full_code_str": "17075",
"name": "Iroquois County",
"population": 27114,
"state_code": 17
},
"17077": {
"county_code": 77,
"full_code_int": 17077,
"full_code_str": "17077",
"name": "Jackson County",
"population": 56750,
"state_code": 17
},
"17079": {
"county_code": 79,
"full_code_int": 17079,
"full_code_str": "17079",
"name": "Jasper County",
"population": 9610,
"state_code": 17
},
"17081": {
"county_code": 81,
"full_code_int": 17081,
"full_code_str": "17081",
"name": "Jefferson County",
"population": 37684,
"state_code": 17
},
"17083": {
"county_code": 83,
"full_code_int": 17083,
"full_code_str": "17083",
"name": "Jersey County",
"population": 21773,
"state_code": 17
},
"17085": {
"county_code": 85,
"full_code_int": 17085,
"full_code_str": "17085",
"name": "Jo Daviess County",
"population": 21235,
"state_code": 17
},
"17087": {
"county_code": 87,
"full_code_int": 17087,
"full_code_str": "17087",
"name": "Johnson County",
"population": 12417,
"state_code": 17
},
"17089": {
"county_code": 89,
"full_code_int": 17089,
"full_code_str": "17089",
"name": "Kane County",
"population": 532403,
"state_code": 17
},
"17091": {
"county_code": 91,
"full_code_int": 17091,
"full_code_str": "17091",
"name": "Kankakee County",
"population": 109862,
"state_code": 17
},
"17093": {
"county_code": 93,
"full_code_int": 17093,
"full_code_str": "17093",
"name": "Kendall County",
"population": 128990,
"state_code": 17
},
"17095": {
"county_code": 95,
"full_code_int": 17095,
"full_code_str": "17095",
"name": "Knox County",
"population": 49699,
"state_code": 17
},
"17097": {
"county_code": 97,
"full_code_int": 17097,
"full_code_str": "17097",
"name": "Lake County",
"population": 696535,
"state_code": 17
},
"17099": {
"county_code": 99,
"full_code_int": 17099,
"full_code_str": "17099",
"name": "LaSalle County",
"population": 108669,
"state_code": 17
},
"17101": {
"county_code": 101,
"full_code_int": 17101,
"full_code_str": "17101",
"name": "Lawrence County",
"population": 15678,
"state_code": 17
},
"17103": {
"county_code": 103,
"full_code_int": 17103,
"full_code_str": "17103",
"name": "Lee County",
"population": 34096,
"state_code": 17
},
"17105": {
"county_code": 105,
"full_code_int": 17105,
"full_code_str": "17105",
"name": "Livingston County",
"population": 35648,
"state_code": 17
},
"17107": {
"county_code": 107,
"full_code_int": 17107,
"full_code_str": "17107",
"name": "Logan County",
"population": 28618,
"state_code": 17
},
"17109": {
"county_code": 109,
"full_code_int": 17109,
"full_code_str": "17109",
"name": "McDonough County",
"population": 29682,
"state_code": 17
},
"17111": {
"county_code": 111,
"full_code_int": 17111,
"full_code_str": "17111",
"name": "McHenry County",
"population": 307774,
"state_code": 17
},
"17113": {
"county_code": 113,
"full_code_int": 17113,
"full_code_str": "17113",
"name": "McLean County",
"population": 171517,
"state_code": 17
},
"17115": {
"county_code": 115,
"full_code_int": 17115,
"full_code_str": "17115",
"name": "Macon County",
"population": 104009,
"state_code": 17
},
"17117": {
"county_code": 117,
"full_code_int": 17117,
"full_code_str": "17117",
"name": "Macoupin County",
"population": 44926,
"state_code": 17
},
"17119": {
"county_code": 119,
"full_code_int": 17119,
"full_code_str": "17119",
"name": "Madison County",
"population": 262966,
"state_code": 17
},
"17121": {
"county_code": 121,
"full_code_int": 17121,
"full_code_str": "17121",
"name": "Marion County",
"population": 37205,
"state_code": 17
},
"17123": {
"county_code": 123,
"full_code_int": 17123,
"full_code_str": "17123",
"name": "Marshall County",
"population": 11438,
"state_code": 17
},
"17125": {
"county_code": 125,
"full_code_int": 17125,
"full_code_str": "17125",
"name": "Mason County",
"population": 13359,
"state_code": 17
},
"17127": {
"county_code": 127,
"full_code_int": 17127,
"full_code_str": "17127",
"name": "Massac County",
"population": 13772,
"state_code": 17
},
"17129": {
"county_code": 129,
"full_code_int": 17129,
"full_code_str": "17129",
"name": "Menard County",
"population": 12196,
"state_code": 17
},
"17131": {
"county_code": 131,
"full_code_int": 17131,
"full_code_str": "17131",
"name": "Mercer County",
"population": 15437,
"state_code": 17
},
"17133": {
"county_code": 133,
"full_code_int": 17133,
"full_code_str": "17133",
"name": "Monroe County",
"population": 34637,
"state_code": 17
},
"17135": {
"county_code": 135,
"full_code_int": 17135,
"full_code_str": "17135",
"name": "Montgomery County",
"population": 28414,
"state_code": 17
},
"17137": {
"county_code": 137,
"full_code_int": 17137,
"full_code_str": "17137",
"name": "Morgan County",
"population": 33658,
"state_code": 17
},
"17139": {
"county_code": 139,
"full_code_int": 17139,
"full_code_str": "17139",
"name": "Moultrie County",
"population": 14501,
"state_code": 17
},
"17141": {
"county_code": 141,
"full_code_int": 17141,
"full_code_str": "17141",
"name": "Ogle County",
"population": 50643,
"state_code": 17
},
"17143": {
"county_code": 143,
"full_code_int": 17143,
"full_code_str": "17143",
"name": "Peoria County",
"population": 179179,
"state_code": 17
},
"17145": {
"county_code": 145,
"full_code_int": 17145,
"full_code_str": "17145",
"name": "Perry County",
"population": 20916,
"state_code": 17
},
"17147": {
"county_code": 147,
"full_code_int": 17147,
"full_code_str": "17147",
"name": "Piatt County",
"population": 16344,
"state_code": 17
},
"17149": {
"county_code": 149,
"full_code_int": 17149,
"full_code_str": "17149",
"name": "Pike County",
"population": 15561,
"state_code": 17
},
"17151": {
"county_code": 151,
"full_code_int": 17151,
"full_code_str": "17151",
"name": "Pope County",
"population": 4177,
"state_code": 17
},
"17153": {
"county_code": 153,
"full_code_int": 17153,
"full_code_str": "17153",
"name": "Pulaski County",
"population": 5335,
"state_code": 17
},
"17155": {
"county_code": 155,
"full_code_int": 17155,
"full_code_str": "17155",
"name": "Putnam County",
"population": 5739,
"state_code": 17
},
"17157": {
"county_code": 157,
"full_code_int": 17157,
"full_code_str": "17157",
"name": "Randolph County",
"population": 31782,
"state_code": 17
},
"17159": {
"county_code": 159,
"full_code_int": 17159,
"full_code_str": "17159",
"name": "Richland County",
"population": 15513,
"state_code": 17
},
"17161": {
"county_code": 161,
"full_code_int": 17161,
"full_code_str": "17161",
"name": "Rock Island County",
"population": 141879,
"state_code": 17
},
"17163": {
"county_code": 163,
"full_code_int": 17163,
"full_code_str": "17163",
"name": "St. Clair County",
"population": 259686,
"state_code": 17
},
"17165": {
"county_code": 165,
"full_code_int": 17165,
"full_code_str": "17165",
"name": "Saline County",
"population": 23491,
"state_code": 17
},
"17167": {
"county_code": 167,
"full_code_int": 17167,
"full_code_str": "17167",
"name": "Sangamon County",
"population": 194672,
"state_code": 17
},
"17169": {
"county_code": 169,
"full_code_int": 17169,
"full_code_str": "17169",
"name": "Schuyler County",
"population": 6768,
"state_code": 17
},
"17171": {
"county_code": 171,
"full_code_int": 17171,
"full_code_str": "17171",
"name": "Scott County",
"population": 4951,
"state_code": 17
},
"17173": {
"county_code": 173,
"full_code_int": 17173,
"full_code_str": "17173",
"name": "Shelby County",
"population": 21634,
"state_code": 17
},
"17175": {
"county_code": 175,
"full_code_int": 17175,
"full_code_str": "17175",
"name": "Stark County",
"population": 5342,
"state_code": 17
},
"17177": {
"county_code": 177,
"full_code_int": 17177,
"full_code_str": "17177",
"name": "Stephenson County",
"population": 44498,
"state_code": 17
},
"17179": {
"county_code": 179,
"full_code_int": 17179,
"full_code_str": "17179",
"name": "Tazewell County",
"population": 131803,
"state_code": 17
},
"17181": {
"county_code": 181,
"full_code_int": 17181,
"full_code_str": "17181",
"name": "Union County",
"population": 16653,
"state_code": 17
},
"17183": {
"county_code": 183,
"full_code_int": 17183,
"full_code_str": "17183",
"name": "Vermilion County",
"population": 75758,
"state_code": 17
},
"17185": {
"county_code": 185,
"full_code_int": 17185,
"full_code_str": "17185",
"name": "Wabash County",
"population": 11520,
"state_code": 17
},
"17187": {
"county_code": 187,
"full_code_int": 17187,
"full_code_str": "17187",
"name": "Warren County",
"population": 16844,
"state_code": 17
},
"17189": {
"county_code": 189,
"full_code_int": 17189,
"full_code_str": "17189",
"name": "Washington County",
"population": 13887,
"state_code": 17
},
"17191": {
"county_code": 191,
"full_code_int": 17191,
"full_code_str": "17191",
"name": "Wayne County",
"population": 16215,
"state_code": 17
},
"17193": {
"county_code": 193,
"full_code_int": 17193,
"full_code_str": "17193",
"name": "White County",
"population": 13537,
"state_code": 17
},
"17195": {
"county_code": 195,
"full_code_int": 17195,
"full_code_str": "17195",
"name": "Whiteside County",
"population": 55175,
"state_code": 17
},
"17197": {
"county_code": 197,
"full_code_int": 17197,
"full_code_str": "17197",
"name": "Will County",
"population": 690743,
"state_code": 17
},
"17199": {
"county_code": 199,
"full_code_int": 17199,
"full_code_str": "17199",
"name": "Williamson County",
"population": 66597,
"state_code": 17
},
"17201": {
"county_code": 201,
"full_code_int": 17201,
"full_code_str": "17201",
"name": "Winnebago County",
"population": 282572,
"state_code": 17
},
"17203": {
"county_code": 203,
"full_code_int": 17203,
"full_code_str": "17203",
"name": "Woodford County",
"population": 38459,
"state_code": 17
},
"18001": {
"county_code": 1,
"full_code_int": 18001,
"full_code_str": "18001",
"name": "Adams County",
"population": 35777,
"state_code": 18
},
"18003": {
"county_code": 3,
"full_code_int": 18003,
"full_code_str": "18003",
"name": "Allen County",
"population": 379299,
"state_code": 18
},
"18005": {
"county_code": 5,
"full_code_int": 18005,
"full_code_str": "18005",
"name": "Bartholomew County",
"population": 83779,
"state_code": 18
},
"18007": {
"county_code": 7,
"full_code_int": 18007,
"full_code_str": "18007",
"name": "Benton County",
"population": 8748,
"state_code": 18
},
"18009": {
"county_code": 9,
"full_code_int": 18009,
"full_code_str": "18009",
"name": "Blackford County",
"population": 11758,
"state_code": 18
},
"18011": {
"county_code": 11,
"full_code_int": 18011,
"full_code_str": "18011",
"name": "Boone County",
"population": 67843,
"state_code": 18
},
"18013": {
"county_code": 13,
"full_code_int": 18013,
"full_code_str": "18013",
"name": "Brown County",
"population": 15092,
"state_code": 18
},
"18015": {
"county_code": 15,
"full_code_int": 18015,
"full_code_str": "18015",
"name": "Carroll County",
"population": 20257,
"state_code": 18
},
"18017": {
"county_code": 17,
"full_code_int": 18017,
"full_code_str": "18017",
"name": "Cass County",
"population": 37689,
"state_code": 18
},
"18019": {
"county_code": 19,
"full_code_int": 18019,
"full_code_str": "18019",
"name": "Clark County",
"population": 118302,
"state_code": 18
},
"18021": {
"county_code": 21,
"full_code_int": 18021,
"full_code_str": "18021",
"name": "Clay County",
"population": 26225,
"state_code": 18
},
"18023": {
"county_code": 23,
"full_code_int": 18023,
"full_code_str": "18023",
"name": "Clinton County",
"population": 32399,
"state_code": 18
},
"18025": {
"county_code": 25,
"full_code_int": 18025,
"full_code_str": "18025",
"name": "Crawford County",
"population": 10577,
"state_code": 18
},
"18027": {
"county_code": 27,
"full_code_int": 18027,
"full_code_str": "18027",
"name": "Daviess County",
"population": 33351,
"state_code": 18
},
"18029": {
"county_code": 29,
"full_code_int": 18029,
"full_code_str": "18029",
"name": "Dearborn County",
"population": 49458,
"state_code": 18
},
"18031": {
"county_code": 31,
"full_code_int": 18031,
"full_code_str": "18031",
"name": "Decatur County",
"population": 26559,
"state_code": 18
},
"18033": {
"county_code": 33,
"full_code_int": 18033,
"full_code_str": "18033",
"name": "DeKalb County",
"population": 43475,
"state_code": 18
},
"18035": {
"county_code": 35,
"full_code_int": 18035,
"full_code_str": "18035",
"name": "Delaware County",
"population": 114135,
"state_code": 18
},
"18037": {
"county_code": 37,
"full_code_int": 18037,
"full_code_str": "18037",
"name": "Dubois County",
"population": 42736,
"state_code": 18
},
"18039": {
"county_code": 39,
"full_code_int": 18039,
"full_code_str": "18039",
"name": "Elkhart County",
"population": 206341,
"state_code": 18
},
"18041": {
"county_code": 41,
"full_code_int": 18041,
"full_code_str": "18041",
"name": "Fayette County",
"population": 23102,
"state_code": 18
},
"18043": {
"county_code": 43,
"full_code_int": 18043,
"full_code_str": "18043",
"name": "Floyd County",
"population": 78522,
"state_code": 18
},
"18045": {
"county_code": 45,
"full_code_int": 18045,
"full_code_str": "18045",
"name": "Fountain County",
"population": 16346,
"state_code": 18
},
"18047": {
"county_code": 47,
"full_code_int": 18047,
"full_code_str": "18047",
"name": "Franklin County",
"population": 22758,
"state_code": 18
},
"18049": {
"county_code": 49,
"full_code_int": 18049,
"full_code_str": "18049",
"name": "Fulton County",
"population": 19974,
"state_code": 18
},
"18051": {
"county_code": 51,
"full_code_int": 18051,
"full_code_str": "18051",
"name": "Gibson County",
"population": 33659,
"state_code": 18
},
"18053": {
"county_code": 53,
"full_code_int": 18053,
"full_code_str": "18053",
"name": "Grant County",
"population": 65769,
"state_code": 18
},
"18055": {
"county_code": 55,
"full_code_int": 18055,
"full_code_str": "18055",
"name": "Greene County",
"population": 31922,
"state_code": 18
},
"18057": {
"county_code": 57,
"full_code_int": 18057,
"full_code_str": "18057",
"name": "Hamilton County",
"population": 338011,
"state_code": 18
},
"18059": {
"county_code": 59,
"full_code_int": 18059,
"full_code_str": "18059",
"name": "Hancock County",
"population": 78168,
"state_code": 18
},
"18061": {
"county_code": 61,
"full_code_int": 18061,
"full_code_str": "18061",
"name": "Harrison County",
"population": 40515,
"state_code": 18
},
"18063": {
"county_code": 63,
"full_code_int": 18063,
"full_code_str": "18063",
"name": "Hendricks County",
"population": 170311,
"state_code": 18
},
"18065": {
"county_code": 65,
"full_code_int": 18065,
"full_code_str": "18065",
"name": "Henry County",
"population": 47972,
"state_code": 18
},
"18067": {
"county_code": 67,
"full_code_int": 18067,
"full_code_str": "18067",
"name": "Howard County",
"population": 82544,
"state_code": 18
},
"18069": {
"county_code": 69,
"full_code_int": 18069,
"full_code_str": "18069",
"name": "Huntington County",
"population": 36520,
"state_code": 18
},
"18071": {
"county_code": 71,
"full_code_int": 18071,
"full_code_str": "18071",
"name": "Jackson County",
"population": 44231,
"state_code": 18
},
"18073": {
"county_code": 73,
"full_code_int": 18073,
"full_code_str": "18073",
"name": "Jasper County",
"population": 33562,
"state_code": 18
},
"18075": {
"county_code": 75,
"full_code_int": 18075,
"full_code_str": "18075",
"name": "Jay County",
"population": 20436,
"state_code": 18
},
"18077": {
"county_code": 77,
"full_code_int": 18077,
"full_code_str": "18077",
"name": "Jefferson County",
"population": 32308,
"state_code": 18
},
"18079": {
"county_code": 79,
"full_code_int": 18079,
"full_code_str": "18079",
"name": "Jennings County",
"population": 27735,
"state_code": 18
},
"18081": {
"county_code": 81,
"full_code_int": 18081,
"full_code_str": "18081",
"name": "Johnson County",
"population": 158167,
"state_code": 18
},
"18083": {
"county_code": 83,
"full_code_int": 18083,
"full_code_str": "18083",
"name": "Knox County",
"population": 36594,
"state_code": 18
},
"18085": {
"county_code": 85,
"full_code_int": 18085,
"full_code_str": "18085",
"name": "Kosciusko County",
"population": 79456,
"state_code": 18
},
"18087": {
"county_code": 87,
"full_code_int": 18087,
"full_code_str": "18087",
"name": "LaGrange County",
"population": 39614,
"state_code": 18
},
"18089": {
"county_code": 89,
"full_code_int": 18089,
"full_code_str": "18089",
"name": "Lake County",
"population": 485493,
"state_code": 18
},
"18091": {
"county_code": 91,
"full_code_int": 18091,
"full_code_str": "18091",
"name": "LaPorte County",
"population": 109888,
"state_code": 18
},
"18093": {
"county_code": 93,
"full_code_int": 18093,
"full_code_str": "18093",
"name": "Lawrence County",
"population": 45370,
"state_code": 18
},
"18095": {
"county_code": 95,
"full_code_int": 18095,
"full_code_str": "18095",
"name": "Madison County",
"population": 129569,
"state_code": 18
},
"18097": {
"county_code": 97,
"full_code_int": 18097,
"full_code_str": "18097",
"name": "Marion County",
"population": 964582,
"state_code": 18
},
"18099": {
"county_code": 99,
"full_code_int": 18099,
"full_code_str": "18099",
"name": "Marshall County",
"population": 46258,
"state_code": 18
},
"18101": {
"county_code": 101,
"full_code_int": 18101,
"full_code_str": "18101",
"name": "Martin County",
"population": 10255,
"state_code": 18
},
"18103": {
"county_code": 103,
"full_code_int": 18103,
"full_code_str": "18103",
"name": "Miami County",
"population": 35516,
"state_code": 18
},
"18105": {
"county_code": 105,
"full_code_int": 18105,
"full_code_str": "18105",
"name": "Monroe County",
"population": 148431,
"state_code": 18
},
"18107": {
"county_code": 107,
"full_code_int": 18107,
"full_code_str": "18107",
"name": "Montgomery County",
"population": 38338,
"state_code": 18
},
"18109": {
"county_code": 109,
"full_code_int": 18109,
"full_code_str": "18109",
"name": "Morgan County",
"population": 70489,
"state_code": 18
},
"18111": {
"county_code": 111,
"full_code_int": 18111,
"full_code_str": "18111",
"name": "Newton County",
"population": 13984,
"state_code": 18
},
"18113": {
"county_code": 113,
"full_code_int": 18113,
"full_code_str": "18113",
"name": "Noble County",
"population": 47744,
"state_code": 18
},
"18115": {
"county_code": 115,
"full_code_int": 18115,
"full_code_str": "18115",
"name": "Ohio County",
"population": 5875,
"state_code": 18
},
"18117": {
"county_code": 117,
"full_code_int": 18117,
"full_code_str": "18117",
"name": "Orange County",
"population": 19646,
"state_code": 18
},
"18119": {
"county_code": 119,
"full_code_int": 18119,
"full_code_str": "18119",
"name": "Owen County",
"population": 20799,
"state_code": 18
},
"18121": {
"county_code": 121,
"full_code_int": 18121,
"full_code_str": "18121",
"name": "Parke County",
"population": 16937,
"state_code": 18
},
"18123": {
"county_code": 123,
"full_code_int": 18123,
"full_code_str": "18123",
"name": "Perry County",
"population": 19169,
"state_code": 18
},
"18125": {
"county_code": 125,
"full_code_int": 18125,
"full_code_str": "18125",
"name": "Pike County",
"population": 12389,
"state_code": 18
},
"18127": {
"county_code": 127,
"full_code_int": 18127,
"full_code_str": "18127",
"name": "Porter County",
"population": 170389,
"state_code": 18
},
"18129": {
"county_code": 129,
"full_code_int": 18129,
"full_code_str": "18129",
"name": "Posey County",
"population": 25427,
"state_code": 18
},
"18131": {
"county_code": 131,
"full_code_int": 18131,
"full_code_str": "18131",
"name": "Pulaski County",
"population": 12353,
"state_code": 18
},
"18133": {
"county_code": 133,
"full_code_int": 18133,
"full_code_str": "18133",
"name": "Putnam County",
"population": 37576,
"state_code": 18
},
"18135": {
"county_code": 135,
"full_code_int": 18135,
"full_code_str": "18135",
"name": "Randolph County",
"population": 24665,
"state_code": 18
},
"18137": {
"county_code": 137,
"full_code_int": 18137,
"full_code_str": "18137",
"name": "Ripley County",
"population": 28324,
"state_code": 18
},
"18139": {
"county_code": 139,
"full_code_int": 18139,
"full_code_str": "18139",
"name": "Rush County",
"population": 16581,
"state_code": 18
},
"18141": {
"county_code": 141,
"full_code_int": 18141,
"full_code_str": "18141",
"name": "St. Joseph County",
"population": 271826,
"state_code": 18
},
"18143": {
"county_code": 143,
"full_code_int": 18143,
"full_code_str": "18143",
"name": "Scott County",
"population": 23873,
"state_code": 18
},
"18145": {
"county_code": 145,
"full_code_int": 18145,
"full_code_str": "18145",
"name": "Shelby County",
"population": 44729,
"state_code": 18
},
"18147": {
"county_code": 147,
"full_code_int": 18147,
"full_code_str": "18147",
"name": "Spencer County",
"population": 20277,
"state_code": 18
},
"18149": {
"county_code": 149,
"full_code_int": 18149,
"full_code_str": "18149",
"name": "Starke County",
"population": 22995,
"state_code": 18
},
"18151": {
"county_code": 151,
"full_code_int": 18151,
"full_code_str": "18151",
"name": "Steuben County",
"population": 34594,
"state_code": 18
},
"18153": {
"county_code": 153,
"full_code_int": 18153,
"full_code_str": "18153",
"name": "Sullivan County",
"population": 20669,
"state_code": 18
},
"18155": {
"county_code": 155,
"full_code_int": 18155,
"full_code_str": "18155",
"name": "Switzerland County",
"population": 10751,
"state_code": 18
},
"18157": {
"county_code": 157,
"full_code_int": 18157,
"full_code_str": "18157",
"name": "Tippecanoe County",
"population": 195732,
"state_code": 18
},
"18159": {
"county_code": 159,
"full_code_int": 18159,
"full_code_str": "18159",
"name": "Tipton County",
"population": 15148,
"state_code": 18
},
"18161": {
"county_code": 161,
"full_code_int": 18161,
"full_code_str": "18161",
"name": "Union County",
"population": 7054,
"state_code": 18
},
"18163": {
"county_code": 163,
"full_code_int": 18163,
"full_code_str": "18163",
"name": "Vanderburgh County",
"population": 181451,
"state_code": 18
},
"18165": {
"county_code": 165,
"full_code_int": 18165,
"full_code_str": "18165",
"name": "Vermillion County",
"population": 15498,
"state_code": 18
},
"18167": {
"county_code": 167,
"full_code_int": 18167,
"full_code_str": "18167",
"name": "Vigo County",
"population": 107038,
"state_code": 18
},
"18169": {
"county_code": 169,
"full_code_int": 18169,
"full_code_str": "18169",
"name": "Wabash County",
"population": 30996,
"state_code": 18
},
"18171": {
"county_code": 171,
"full_code_int": 18171,
"full_code_str": "18171",
"name": "Warren County",
"population": 8265,
"state_code": 18
},
"18173": {
"county_code": 173,
"full_code_int": 18173,
"full_code_str": "18173",
"name": "Warrick County",
"population": 62998,
"state_code": 18
},
"18175": {
"county_code": 175,
"full_code_int": 18175,
"full_code_str": "18175",
"name": "Washington County",
"population": 28036,
"state_code": 18
},
"18177": {
"county_code": 177,
"full_code_int": 18177,
"full_code_str": "18177",
"name": "Wayne County",
"population": 65884,
"state_code": 18
},
"18179": {
"county_code": 179,
"full_code_int": 18179,
"full_code_str": "18179",
"name": "Wells County",
"population": 28296,
"state_code": 18
},
"18181": {
"county_code": 181,
"full_code_int": 18181,
"full_code_str": "18181",
"name": "White County",
"population": 24102,
"state_code": 18
},
"18183": {
"county_code": 183,
"full_code_int": 18183,
"full_code_str": "18183",
"name": "Whitley County",
"population": 33964,
"state_code": 18
},
"19001": {
"county_code": 1,
"full_code_int": 19001,
"full_code_str": "19001",
"name": "Adair County",
"population": 7152,
"state_code": 19
},
"19003": {
"county_code": 3,
"full_code_int": 19003,
"full_code_str": "19003",
"name": "Adams County",
"population": 3602,
"state_code": 19
},
"19005": {
"county_code": 5,
"full_code_int": 19005,
"full_code_str": "19005",
"name": "Allamakee County",
"population": 13687,
"state_code": 19
},
"19007": {
"county_code": 7,
"full_code_int": 19007,
"full_code_str": "19007",
"name": "Appanoose County",
"population": 12426,
"state_code": 19
},
"19009": {
"county_code": 9,
"full_code_int": 19009,
"full_code_str": "19009",
"name": "Audubon County",
"population": 5496,
"state_code": 19
},
"19011": {
"county_code": 11,
"full_code_int": 19011,
"full_code_str": "19011",
"name": "Benton County",
"population": 25645,
"state_code": 19
},
"19013": {
"county_code": 13,
"full_code_int": 19013,
"full_code_str": "19013",
"name": "Black Hawk County",
"population": 131228,
"state_code": 19
},
"19015": {
"county_code": 15,
"full_code_int": 19015,
"full_code_str": "19015",
"name": "Boone County",
"population": 26234,
"state_code": 19
},
"19017": {
"county_code": 17,
"full_code_int": 19017,
"full_code_str": "19017",
"name": "Bremer County",
"population": 25062,
"state_code": 19
},
"19019": {
"county_code": 19,
"full_code_int": 19019,
"full_code_str": "19019",
"name": "Buchanan County",
"population": 21175,
"state_code": 19
},
"19021": {
"county_code": 21,
"full_code_int": 19021,
"full_code_str": "19021",
"name": "Buena Vista County",
"population": 19620,
"state_code": 19
},
"19023": {
"county_code": 23,
"full_code_int": 19023,
"full_code_str": "19023",
"name": "Butler County",
"population": 14439,
"state_code": 19
},
"19025": {
"county_code": 25,
"full_code_int": 19025,
"full_code_str": "19025",
"name": "Calhoun County",
"population": 9668,
"state_code": 19
},
"19027": {
"county_code": 27,
"full_code_int": 19027,
"full_code_str": "19027",
"name": "Carroll County",
"population": 20165,
"state_code": 19
},
"19029": {
"county_code": 29,
"full_code_int": 19029,
"full_code_str": "19029",
"name": "Cass County",
"population": 12836,
"state_code": 19
},
"19031": {
"county_code": 31,
"full_code_int": 19031,
"full_code_str": "19031",
"name": "Cedar County",
"population": 18627,
"state_code": 19
},
"19033": {
"county_code": 33,
"full_code_int": 19033,
"full_code_str": "19033",
"name": "Cerro Gordo County",
"population": 42450,
"state_code": 19
},
"19035": {
"county_code": 35,
"full_code_int": 19035,
"full_code_str": "19035",
"name": "Cherokee County",
"population": 11235,
"state_code": 19
},
"19037": {
"county_code": 37,
"full_code_int": 19037,
"full_code_str": "19037",
"name": "Chickasaw County",
"population": 11933,
"state_code": 19
},
"19039": {
"county_code": 39,
"full_code_int": 19039,
"full_code_str": "19039",
"name": "Clarke County",
"population": 9395,
"state_code": 19
},
"19041": {
"county_code": 41,
"full_code_int": 19041,
"full_code_str": "19041",
"name": "Clay County",
"population": 16016,
"state_code": 19
},
"19043": {
"county_code": 43,
"full_code_int": 19043,
"full_code_str": "19043",
"name": "Clayton County",
"population": 17549,
"state_code": 19
},
"19045": {
"county_code": 45,
"full_code_int": 19045,
"full_code_str": "19045",
"name": "Clinton County",
"population": 46429,
"state_code": 19
},
"19047": {
"county_code": 47,
"full_code_int": 19047,
"full_code_str": "19047",
"name": "Crawford County",
"population": 16820,
"state_code": 19
},
"19049": {
"county_code": 49,
"full_code_int": 19049,
"full_code_str": "19049",
"name": "Dallas County",
"population": 93453,
"state_code": 19
},
"19051": {
"county_code": 51,
"full_code_int": 19051,
"full_code_str": "19051",
"name": "Davis County",
"population": 9000,
"state_code": 19
},
"19053": {
"county_code": 53,
"full_code_int": 19053,
"full_code_str": "19053",
"name": "Decatur County",
"population": 7870,
"state_code": 19
},
"19055": {
"county_code": 55,
"full_code_int": 19055,
"full_code_str": "19055",
"name": "Delaware County",
"population": 17011,
"state_code": 19
},
"19057": {
"county_code": 57,
"full_code_int": 19057,
"full_code_str": "19057",
"name": "Des Moines County",
"population": 38967,
"state_code": 19
},
"19059": {
"county_code": 59,
"full_code_int": 19059,
"full_code_str": "19059",
"name": "Dickinson County",
"population": 17258,
"state_code": 19
},
"19061": {
"county_code": 61,
"full_code_int": 19061,
"full_code_str": "19061",
"name": "Dubuque County",
"population": 97311,
"state_code": 19
},
"19063": {
"county_code": 63,
"full_code_int": 19063,
"full_code_str": "19063",
"name": "Emmet County",
"population": 9208,
"state_code": 19
},
"19065": {
"county_code": 65,
"full_code_int": 19065,
"full_code_str": "19065",
"name": "Fayette County",
"population": 19650,
"state_code": 19
},
"19067": {
"county_code": 67,
"full_code_int": 19067,
"full_code_str": "19067",
"name": "Floyd County",
"population": 15642,
"state_code": 19
},
"19069": {
"county_code": 69,
"full_code_int": 19069,
"full_code_str": "19069",
"name": "Franklin County",
"population": 10070,
"state_code": 19
},
"19071": {
"county_code": 71,
"full_code_int": 19071,
"full_code_str": "19071",
"name": "Fremont County",
"population": 6960,
"state_code": 19
},
"19073": {
"county_code": 73,
"full_code_int": 19073,
"full_code_str": "19073",
"name": "Greene County",
"population": 8888,
"state_code": 19
},
"19075": {
"county_code": 75,
"full_code_int": 19075,
"full_code_str": "19075",
"name": "Grundy County",
"population": 12232,
"state_code": 19
},
"19077": {
"county_code": 77,
"full_code_int": 19077,
"full_code_str": "19077",
"name": "Guthrie County",
"population": 10689,
"state_code": 19
},
"19079": {
"county_code": 79,
"full_code_int": 19079,
"full_code_str": "19079",
"name": "Hamilton County",
"population": 14773,
"state_code": 19
},
"19081": {
"county_code": 81,
"full_code_int": 19081,
"full_code_str": "19081",
"name": "Hancock County",
"population": 10630,
"state_code": 19
},
"19083": {
"county_code": 83,
"full_code_int": 19083,
"full_code_str": "19083",
"name": "Hardin County",
"population": 16846,
"state_code": 19
},
"19085": {
"county_code": 85,
"full_code_int": 19085,
"full_code_str": "19085",
"name": "Harrison County",
"population": 14049,
"state_code": 19
},
"19087": {
"county_code": 87,
"full_code_int": 19087,
"full_code_str": "19087",
"name": "Henry County",
"population": 19954,
"state_code": 19
},
"19089": {
"county_code": 89,
"full_code_int": 19089,
"full_code_str": "19089",
"name": "Howard County",
"population": 9158,
"state_code": 19
},
"19091": {
"county_code": 91,
"full_code_int": 19091,
"full_code_str": "19091",
"name": "Humboldt County",
"population": 9558,
"state_code": 19
},
"19093": {
"county_code": 93,
"full_code_int": 19093,
"full_code_str": "19093",
"name": "Ida County",
"population": 6860,
"state_code": 19
},
"19095": {
"county_code": 95,
"full_code_int": 19095,
"full_code_str": "19095",
"name": "Iowa County",
"population": 16184,
"state_code": 19
},
"19097": {
"county_code": 97,
"full_code_int": 19097,
"full_code_str": "19097",
"name": "Jackson County",
"population": 19439,
"state_code": 19
},
"19099": {
"county_code": 99,
"full_code_int": 19099,
"full_code_str": "19099",
"name": "Jasper County",
"population": 37185,
"state_code": 19
},
"19101": {
"county_code": 101,
"full_code_int": 19101,
"full_code_str": "19101",
"name": "Jefferson County",
"population": 18295,
"state_code": 19
},
"19103": {
"county_code": 103,
"full_code_int": 19103,
"full_code_str": "19103",
"name": "Johnson County",
"population": 151140,
"state_code": 19
},
"19105": {
"county_code": 105,
"full_code_int": 19105,
"full_code_str": "19105",
"name": "Jones County",
"population": 20681,
"state_code": 19
},
"19107": {
"county_code": 107,
"full_code_int": 19107,
"full_code_str": "19107",
"name": "Keokuk County",
"population": 10246,
"state_code": 19
},
"19109": {
"county_code": 109,
"full_code_int": 19109,
"full_code_str": "19109",
"name": "Kossuth County",
"population": 14813,
"state_code": 19
},
"19111": {
"county_code": 111,
"full_code_int": 19111,
"full_code_str": "19111",
"name": "Lee County",
"population": 33657,
"state_code": 19
},
"19113": {
"county_code": 113,
"full_code_int": 19113,
"full_code_str": "19113",
"name": "Linn County",
"population": 226706,
"state_code": 19
},
"19115": {
"county_code": 115,
"full_code_int": 19115,
"full_code_str": "19115",
"name": "Louisa County",
"population": 11035,
"state_code": 19
},
"19117": {
"county_code": 117,
"full_code_int": 19117,
"full_code_str": "19117",
"name": "Lucas County",
"population": 8600,
"state_code": 19
},
"19119": {
"county_code": 119,
"full_code_int": 19119,
"full_code_str": "19119",
"name": "Lyon County",
"population": 11755,
"state_code": 19
},
"19121": {
"county_code": 121,
"full_code_int": 19121,
"full_code_str": "19121",
"name": "Madison County",
"population": 16338,
"state_code": 19
},
"19123": {
"county_code": 123,
"full_code_int": 19123,
"full_code_str": "19123",
"name": "Mahaska County",
"population": 22095,
"state_code": 19
},
"19125": {
"county_code": 125,
"full_code_int": 19125,
"full_code_str": "19125",
"name": "Marion County",
"population": 33253,
"state_code": 19
},
"19127": {
"county_code": 127,
"full_code_int": 19127,
"full_code_str": "19127",
"name": "Marshall County",
"population": 39369,
"state_code": 19
},
"19129": {
"county_code": 129,
"full_code_int": 19129,
"full_code_str": "19129",
"name": "Mills County",
"population": 15109,
"state_code": 19
},
"19131": {
"county_code": 131,
"full_code_int": 19131,
"full_code_str": "19131",
"name": "Mitchell County",
"population": 10586,
"state_code": 19
},
"19133": {
"county_code": 133,
"full_code_int": 19133,
"full_code_str": "19133",
"name": "Monona County",
"population": 8615,
"state_code": 19
},
"19135": {
"county_code": 135,
"full_code_int": 19135,
"full_code_str": "19135",
"name": "Monroe County",
"population": 7707,
"state_code": 19
},
"19137": {
"county_code": 137,
"full_code_int": 19137,
"full_code_str": "19137",
"name": "Montgomery County",
"population": 9917,
"state_code": 19
},
"19139": {
"county_code": 139,
"full_code_int": 19139,
"full_code_str": "19139",
"name": "Muscatine County",
"population": 42664,
"state_code": 19
},
"19141": {
"county_code": 141,
"full_code_int": 19141,
"full_code_str": "19141",
"name": "O'Brien County",
"population": 13753,
"state_code": 19
},
"19143": {
"county_code": 143,
"full_code_int": 19143,
"full_code_str": "19143",
"name": "Osceola County",
"population": 5958,
"state_code": 19
},
"19145": {
"county_code": 145,
"full_code_int": 19145,
"full_code_str": "19145",
"name": "Page County",
"population": 15107,
"state_code": 19
},
"19147": {
"county_code": 147,
"full_code_int": 19147,
"full_code_str": "19147",
"name": "Palo Alto County",
"population": 8886,
"state_code": 19
},
"19149": {
"county_code": 149,
"full_code_int": 19149,
"full_code_str": "19149",
"name": "Plymouth County",
"population": 25177,
"state_code": 19
},
"19151": {
"county_code": 151,
"full_code_int": 19151,
"full_code_str": "19151",
"name": "Pocahontas County",
"population": 6619,
"state_code": 19
},
"19153": {
"county_code": 153,
"full_code_int": 19153,
"full_code_str": "19153",
"name": "Polk County",
"population": 490161,
"state_code": 19
},
"19155": {
"county_code": 155,
"full_code_int": 19155,
"full_code_str": "19155",
"name": "Pottawattamie County",
"population": 93206,
"state_code": 19
},
"19157": {
"county_code": 157,
"full_code_int": 19157,
"full_code_str": "19157",
"name": "Poweshiek County",
"population": 18504,
"state_code": 19
},
"19159": {
"county_code": 159,
"full_code_int": 19159,
"full_code_str": "19159",
"name": "Ringgold County",
"population": 4894,
"state_code": 19
},
"19161": {
"county_code": 161,
"full_code_int": 19161,
"full_code_str": "19161",
"name": "Sac County",
"population": 9721,
"state_code": 19
},
"19163": {
"county_code": 163,
"full_code_int": 19163,
"full_code_str": "19163",
"name": "Scott County",
"population": 172943,
"state_code": 19
},
"19165": {
"county_code": 165,
"full_code_int": 19165,
"full_code_str": "19165",
"name": "Shelby County",
"population": 11454,
"state_code": 19
},
"19167": {
"county_code": 167,
"full_code_int": 19167,
"full_code_str": "19167",
"name": "Sioux County",
"population": 34855,
"state_code": 19
},
"19169": {
"county_code": 169,
"full_code_int": 19169,
"full_code_str": "19169",
"name": "Story County",
"population": 97117,
"state_code": 19
},
"19171": {
"county_code": 171,
"full_code_int": 19171,
"full_code_str": "19171",
"name": "Tama County",
"population": 16854,
"state_code": 19
},
"19173": {
"county_code": 173,
"full_code_int": 19173,
"full_code_str": "19173",
"name": "Taylor County",
"population": 6121,
"state_code": 19
},
"19175": {
"county_code": 175,
"full_code_int": 19175,
"full_code_str": "19175",
"name": "Union County",
"population": 12241,
"state_code": 19
},
"19177": {
"county_code": 177,
"full_code_int": 19177,
"full_code_str": "19177",
"name": "Van Buren County",
"population": 7044,
"state_code": 19
},
"19179": {
"county_code": 179,
"full_code_int": 19179,
"full_code_str": "19179",
"name": "Wapello County",
"population": 34969,
"state_code": 19
},
"19181": {
"county_code": 181,
"full_code_int": 19181,
"full_code_str": "19181",
"name": "Warren County",
"population": 51466,
"state_code": 19
},
"19183": {
"county_code": 183,
"full_code_int": 19183,
"full_code_str": "19183",
"name": "Washington County",
"population": 21965,
"state_code": 19
},
"19185": {
"county_code": 185,
"full_code_int": 19185,
"full_code_str": "19185",
"name": "Wayne County",
"population": 6441,
"state_code": 19
},
"19187": {
"county_code": 187,
"full_code_int": 19187,
"full_code_str": "19187",
"name": "Webster County",
"population": 35904,
"state_code": 19
},
"19189": {
"county_code": 189,
"full_code_int": 19189,
"full_code_str": "19189",
"name": "Winnebago County",
"population": 10354,
"state_code": 19
},
"19191": {
"county_code": 191,
"full_code_int": 19191,
"full_code_str": "19191",
"name": "Winneshiek County",
"population": 19991,
"state_code": 19
},
"19193": {
"county_code": 193,
"full_code_int": 19193,
"full_code_str": "19193",
"name": "Woodbury County",
"population": 103107,
"state_code": 19
},
"19195": {
"county_code": 195,
"full_code_int": 19195,
"full_code_str": "19195",
"name": "Worth County",
"population": 7381,
"state_code": 19
},
"19197": {
"county_code": 197,
"full_code_int": 19197,
"full_code_str": "19197",
"name": "Wright County",
"population": 12562,
"state_code": 19
},
"20001": {
"county_code": 1,
"full_code_int": 20001,
"full_code_str": "20001",
"name": "Allen County",
"population": 12369,
"state_code": 20
},
"20003": {
"county_code": 3,
"full_code_int": 20003,
"full_code_str": "20003",
"name": "Anderson County",
"population": 7858,
"state_code": 20
},
"20005": {
"county_code": 5,
"full_code_int": 20005,
"full_code_str": "20005",
"name": "Atchison County",
"population": 16073,
"state_code": 20
},
"20007": {
"county_code": 7,
"full_code_int": 20007,
"full_code_str": "20007",
"name": "Barber County",
"population": 4427,
"state_code": 20
},
"20009": {
"county_code": 9,
"full_code_int": 20009,
"full_code_str": "20009",
"name": "Barton County",
"population": 25779,
"state_code": 20
},
"20011": {
"county_code": 11,
"full_code_int": 20011,
"full_code_str": "20011",
"name": "Bourbon County",
"population": 14534,
"state_code": 20
},
"20013": {
"county_code": 13,
"full_code_int": 20013,
"full_code_str": "20013",
"name": "Brown County",
"population": 9564,
"state_code": 20
},
"20015": {
"county_code": 15,
"full_code_int": 20015,
"full_code_str": "20015",
"name": "Butler County",
"population": 66911,
"state_code": 20
},
"20017": {
"county_code": 17,
"full_code_int": 20017,
"full_code_str": "20017",
"name": "Chase County",
"population": 2648,
"state_code": 20
},
"20019": {
"county_code": 19,
"full_code_int": 20019,
"full_code_str": "20019",
"name": "Chautauqua County",
"population": 3250,
"state_code": 20
},
"20021": {
"county_code": 21,
"full_code_int": 20021,
"full_code_str": "20021",
"name": "Cherokee County",
"population": 19939,
"state_code": 20
},
"20023": {
"county_code": 23,
"full_code_int": 20023,
"full_code_str": "20023",
"name": "Cheyenne County",
"population": 2657,
"state_code": 20
},
"20025": {
"county_code": 25,
"full_code_int": 20025,
"full_code_str": "20025",
"name": "Clark County",
"population": 1994,
"state_code": 20
},
"20027": {
"county_code": 27,
"full_code_int": 20027,
"full_code_str": "20027",
"name": "Clay County",
"population": 8002,
"state_code": 20
},
"20029": {
"county_code": 29,
"full_code_int": 20029,
"full_code_str": "20029",
"name": "Cloud County",
"population": 8786,
"state_code": 20
},
"20031": {
"county_code": 31,
"full_code_int": 20031,
"full_code_str": "20031",
"name": "Coffey County",
"population": 8179,
"state_code": 20
},
"20033": {
"county_code": 33,
"full_code_int": 20033,
"full_code_str": "20033",
"name": "Comanche County",
"population": 1700,
"state_code": 20
},
"20035": {
"county_code": 35,
"full_code_int": 20035,
"full_code_str": "20035",
"name": "Cowley County",
"population": 34908,
"state_code": 20
},
"20037": {
"county_code": 37,
"full_code_int": 20037,
"full_code_str": "20037",
"name": "Crawford County",
"population": 38818,
"state_code": 20
},
"20039": {
"county_code": 39,
"full_code_int": 20039,
"full_code_str": "20039",
"name": "Decatur County",
"population": 2827,
"state_code": 20
},
"20041": {
"county_code": 41,
"full_code_int": 20041,
"full_code_str": "20041",
"name": "Dickinson County",
"population": 18466,
"state_code": 20
},
"20043": {
"county_code": 43,
"full_code_int": 20043,
"full_code_str": "20043",
"name": "Doniphan County",
"population": 7600,
"state_code": 20
},
"20045": {
"county_code": 45,
"full_code_int": 20045,
"full_code_str": "20045",
"name": "Douglas County",
"population": 122259,
"state_code": 20
},
"20047": {
"county_code": 47,
"full_code_int": 20047,
"full_code_str": "20047",
"name": "Edwards County",
"population": 2798,
"state_code": 20
},
"20049": {
"county_code": 49,
"full_code_int": 20049,
"full_code_str": "20049",
"name": "Elk County",
"population": 2530,
"state_code": 20
},
"20051": {
"county_code": 51,
"full_code_int": 20051,
"full_code_str": "20051",
"name": "Ellis County",
"population": 28553,
"state_code": 20
},
"20053": {
"county_code": 53,
"full_code_int": 20053,
"full_code_str": "20053",
"name": "Ellsworth County",
"population": 6102,
"state_code": 20
},
"20055": {
"county_code": 55,
"full_code_int": 20055,
"full_code_str": "20055",
"name": "Finney County",
"population": 36467,
"state_code": 20
},
"20057": {
"county_code": 57,
"full_code_int": 20057,
"full_code_str": "20057",
"name": "Ford County",
"population": 33619,
"state_code": 20
},
"20059": {
"county_code": 59,
"full_code_int": 20059,
"full_code_str": "20059",
"name": "Franklin County",
"population": 25544,
"state_code": 20
},
"20061": {
"county_code": 61,
"full_code_int": 20061,
"full_code_str": "20061",
"name": "Geary County",
"population": 31670,
"state_code": 20
},
"20063": {
"county_code": 63,
"full_code_int": 20063,
"full_code_str": "20063",
"name": "Gove County",
"population": 2636,
"state_code": 20
},
"20065": {
"county_code": 65,
"full_code_int": 20065,
"full_code_str": "20065",
"name": "Graham County",
"population": 2482,
"state_code": 20
},
"20067": {
"county_code": 67,
"full_code_int": 20067,
"full_code_str": "20067",
"name": "Grant County",
"population": 7150,
"state_code": 20
},
"20069": {
"county_code": 69,
"full_code_int": 20069,
"full_code_str": "20069",
"name": "Gray County",
"population": 5988,
"state_code": 20
},
"20071": {
"county_code": 71,
"full_code_int": 20071,
"full_code_str": "20071",
"name": "Greeley County",
"population": 1232,
"state_code": 20
},
"20073": {
"county_code": 73,
"full_code_int": 20073,
"full_code_str": "20073",
"name": "Greenwood County",
"population": 5982,
"state_code": 20
},
"20075": {
"county_code": 75,
"full_code_int": 20075,
"full_code_str": "20075",
"name": "Hamilton County",
"population": 2539,
"state_code": 20
},
"20077": {
"county_code": 77,
"full_code_int": 20077,
"full_code_str": "20077",
"name": "Harper County",
"population": 5436,
"state_code": 20
},
"20079": {
"county_code": 79,
"full_code_int": 20079,
"full_code_str": "20079",
"name": "Harvey County",
"population": 34429,
"state_code": 20
},
"20081": {
"county_code": 81,
"full_code_int": 20081,
"full_code_str": "20081",
"name": "Haskell County",
"population": 3968,
"state_code": 20
},
"20083": {
"county_code": 83,
"full_code_int": 20083,
"full_code_str": "20083",
"name": "Hodgeman County",
"population": 1794,
"state_code": 20
},
"20085": {
"county_code": 85,
"full_code_int": 20085,
"full_code_str": "20085",
"name": "Jackson County",
"population": 13171,
"state_code": 20
},
"20087": {
"county_code": 87,
"full_code_int": 20087,
"full_code_str": "20087",
"name": "Jefferson County",
"population": 19043,
"state_code": 20
},
"20089": {
"county_code": 89,
"full_code_int": 20089,
"full_code_str": "20089",
"name": "Jewell County",
"population": 2879,
"state_code": 20
},
"20091": {
"county_code": 91,
"full_code_int": 20091,
"full_code_str": "20091",
"name": "Johnson County",
"population": 602401,
"state_code": 20
},
"20093": {
"county_code": 93,
"full_code_int": 20093,
"full_code_str": "20093",
"name": "Kearny County",
"population": 3838,
"state_code": 20
},
"20095": {
"county_code": 95,
"full_code_int": 20095,
"full_code_str": "20095",
"name": "Kingman County",
"population": 7152,
"state_code": 20
},
"20097": {
"county_code": 97,
"full_code_int": 20097,
"full_code_str": "20097",
"name": "Kiowa County",
"population": 2475,
"state_code": 20
},
"20099": {
"county_code": 99,
"full_code_int": 20099,
"full_code_str": "20099",
"name": "Labette County",
"population": 19618,
"state_code": 20
},
"20101": {
"county_code": 101,
"full_code_int": 20101,
"full_code_str": "20101",
"name": "Lane County",
"population": 1535,
"state_code": 20
},
"20103": {
"county_code": 103,
"full_code_int": 20103,
"full_code_str": "20103",
"name": "Leavenworth County",
"population": 81758,
"state_code": 20
},
"20105": {
"county_code": 105,
"full_code_int": 20105,
"full_code_str": "20105",
"name": "Lincoln County",
"population": 2962,
"state_code": 20
},
"20107": {
"county_code": 107,
"full_code_int": 20107,
"full_code_str": "20107",
"name": "Linn County",
"population": 9703,
"state_code": 20
},
"20109": {
"county_code": 109,
"full_code_int": 20109,
"full_code_str": "20109",
"name": "Logan County",
"population": 2794,
"state_code": 20
},
"20111": {
"county_code": 111,
"full_code_int": 20111,
"full_code_str": "20111",
"name": "Lyon County",
"population": 33195,
"state_code": 20
},
"20113": {
"county_code": 113,
"full_code_int": 20113,
"full_code_str": "20113",
"name": "McPherson County",
"population": 28542,
"state_code": 20
},
"20115": {
"county_code": 115,
"full_code_int": 20115,
"full_code_str": "20115",
"name": "Marion County",
"population": 11884,
"state_code": 20
},
"20117": {
"county_code": 117,
"full_code_int": 20117,
"full_code_str": "20117",
"name": "Marshall County",
"population": 9707,
"state_code": 20
},
"20119": {
"county_code": 119,
"full_code_int": 20119,
"full_code_str": "20119",
"name": "Meade County",
"population": 4033,
"state_code": 20
},
"20121": {
"county_code": 121,
"full_code_int": 20121,
"full_code_str": "20121",
"name": "Miami County",
"population": 34237,
"state_code": 20
},
"20123": {
"county_code": 123,
"full_code_int": 20123,
"full_code_str": "20123",
"name": "Mitchell County",
"population": 5979,
"state_code": 20
},
"20125": {
"county_code": 125,
"full_code_int": 20125,
"full_code_str": "20125",
"name": "Montgomery County",
"population": 31829,
"state_code": 20
},
"20127": {
"county_code": 127,
"full_code_int": 20127,
"full_code_str": "20127",
"name": "Morris County",
"population": 5620,
"state_code": 20
},
"20129": {
"county_code": 129,
"full_code_int": 20129,
"full_code_str": "20129",
"name": "Morton County",
"population": 2587,
"state_code": 20
},
"20131": {
"county_code": 131,
"full_code_int": 20131,
"full_code_str": "20131",
"name": "Nemaha County",
"population": 10231,
"state_code": 20
},
"20133": {
"county_code": 133,
"full_code_int": 20133,
"full_code_str": "20133",
"name": "Neosho County",
"population": 16007,
"state_code": 20
},
"20135": {
"county_code": 135,
"full_code_int": 20135,
"full_code_str": "20135",
"name": "Ness County",
"population": 2750,
"state_code": 20
},
"20137": {
"county_code": 137,
"full_code_int": 20137,
"full_code_str": "20137",
"name": "Norton County",
"population": 5361,
"state_code": 20
},
"20139": {
"county_code": 139,
"full_code_int": 20139,
"full_code_str": "20139",
"name": "Osage County",
"population": 15949,
"state_code": 20
},
"20141": {
"county_code": 141,
"full_code_int": 20141,
"full_code_str": "20141",
"name": "Osborne County",
"population": 3421,
"state_code": 20
},
"20143": {
"county_code": 143,
"full_code_int": 20143,
"full_code_str": "20143",
"name": "Ottawa County",
"population": 5704,
"state_code": 20
},
"20145": {
"county_code": 145,
"full_code_int": 20145,
"full_code_str": "20145",
"name": "Pawnee County",
"population": 6414,
"state_code": 20
},
"20147": {
"county_code": 147,
"full_code_int": 20147,
"full_code_str": "20147",
"name": "Phillips County",
"population": 5234,
"state_code": 20
},
"20149": {
"county_code": 149,
"full_code_int": 20149,
"full_code_str": "20149",
"name": "Pottawatomie County",
"population": 24383,
"state_code": 20
},
"20151": {
"county_code": 151,
"full_code_int": 20151,
"full_code_str": "20151",
"name": "Pratt County",
"population": 9164,
"state_code": 20
},
"20153": {
"county_code": 153,
"full_code_int": 20153,
"full_code_str": "20153",
"name": "Rawlins County",
"population": 2530,
"state_code": 20
},
"20155": {
"county_code": 155,
"full_code_int": 20155,
"full_code_str": "20155",
"name": "Reno County",
"population": 61998,
"state_code": 20
},
"20157": {
"county_code": 157,
"full_code_int": 20157,
"full_code_str": "20157",
"name": "Republic County",
"population": 4636,
"state_code": 20
},
"20159": {
"county_code": 159,
"full_code_int": 20159,
"full_code_str": "20159",
"name": "Rice County",
"population": 9537,
"state_code": 20
},
"20161": {
"county_code": 161,
"full_code_int": 20161,
"full_code_str": "20161",
"name": "Riley County",
"population": 74232,
"state_code": 20
},
"20163": {
"county_code": 163,
"full_code_int": 20163,
"full_code_str": "20163",
"name": "Rooks County",
"population": 4920,
"state_code": 20
},
"20165": {
"county_code": 165,
"full_code_int": 20165,
"full_code_str": "20165",
"name": "Rush County",
"population": 3036,
"state_code": 20
},
"20167": {
"county_code": 167,
"full_code_int": 20167,
"full_code_str": "20167",
"name": "Russell County",
"population": 6856,
"state_code": 20
},
"20169": {
"county_code": 169,
"full_code_int": 20169,
"full_code_str": "20169",
"name": "Saline County",
"population": 54224,
"state_code": 20
},
"20171": {
"county_code": 171,
"full_code_int": 20171,
"full_code_str": "20171",
"name": "Scott County",
"population": 4823,
"state_code": 20
},
"20173": {
"county_code": 173,
"full_code_int": 20173,
"full_code_str": "20173",
"name": "Sedgwick County",
"population": 516042,
"state_code": 20
},
"20175": {
"county_code": 175,
"full_code_int": 20175,
"full_code_str": "20175",
"name": "Seward County",
"population": 21428,
"state_code": 20
},
"20177": {
"county_code": 177,
"full_code_int": 20177,
"full_code_str": "20177",
"name": "Shawnee County",
"population": 176875,
"state_code": 20
},
"20179": {
"county_code": 179,
"full_code_int": 20179,
"full_code_str": "20179",
"name": "Sheridan County",
"population": 2521,
"state_code": 20
},
"20181": {
"county_code": 181,
"full_code_int": 20181,
"full_code_str": "20181",
"name": "Sherman County",
"population": 5917,
"state_code": 20
},
"20183": {
"county_code": 183,
"full_code_int": 20183,
"full_code_str": "20183",
"name": "Smith County",
"population": 3583,
"state_code": 20
},
"20185": {
"county_code": 185,
"full_code_int": 20185,
"full_code_str": "20185",
"name": "Stafford County",
"population": 4156,
"state_code": 20
},
"20187": {
"county_code": 187,
"full_code_int": 20187,
"full_code_str": "20187",
"name": "Stanton County",
"population": 2006,
"state_code": 20
},
"20189": {
"county_code": 189,
"full_code_int": 20189,
"full_code_str": "20189",
"name": "Stevens County",
"population": 5485,
"state_code": 20
},
"20191": {
"county_code": 191,
"full_code_int": 20191,
"full_code_str": "20191",
"name": "Sumner County",
"population": 22836,
"state_code": 20
},
"20193": {
"county_code": 193,
"full_code_int": 20193,
"full_code_str": "20193",
"name": "Thomas County",
"population": 7777,
"state_code": 20
},
"20195": {
"county_code": 195,
"full_code_int": 20195,
"full_code_str": "20195",
"name": "Trego County",
"population": 2803,
"state_code": 20
},
"20197": {
"county_code": 197,
"full_code_int": 20197,
"full_code_str": "20197",
"name": "Wabaunsee County",
"population": 6931,
"state_code": 20
},
"20199": {
"county_code": 199,
"full_code_int": 20199,
"full_code_str": "20199",
"name": "Wallace County",
"population": 1518,
"state_code": 20
},
"20201": {
"county_code": 201,
"full_code_int": 20201,
"full_code_str": "20201",
"name": "Washington County",
"population": 5406,
"state_code": 20
},
"20203": {
"county_code": 203,
"full_code_int": 20203,
"full_code_str": "20203",
"name": "Wichita County",
"population": 2119,
"state_code": 20
},
"20205": {
"county_code": 205,
"full_code_int": 20205,
"full_code_str": "20205",
"name": "Wilson County",
"population": 8525,
"state_code": 20
},
"20207": {
"county_code": 207,
"full_code_int": 20207,
"full_code_str": "20207",
"name": "Woodson County",
"population": 3138,
"state_code": 20
},
"20209": {
"county_code": 209,
"full_code_int": 20209,
"full_code_str": "20209",
"name": "Wyandotte County",
"population": 165429,
"state_code": 20
},
"21001": {
"county_code": 1,
"full_code_int": 21001,
"full_code_str": "21001",
"name": "Adair County",
"population": 19202,
"state_code": 21
},
"21003": {
"county_code": 3,
"full_code_int": 21003,
"full_code_str": "21003",
"name": "Allen County",
"population": 21315,
"state_code": 21
},
"21005": {
"county_code": 5,
"full_code_int": 21005,
"full_code_str": "21005",
"name": "Anderson County",
"population": 22747,
"state_code": 21
},
"21007": {
"county_code": 7,
"full_code_int": 21007,
"full_code_str": "21007",
"name": "Ballard County",
"population": 7888,
"state_code": 21
},
"21009": {
"county_code": 9,
"full_code_int": 21009,
"full_code_str": "21009",
"name": "Barren County",
"population": 44249,
"state_code": 21
},
"21011": {
"county_code": 11,
"full_code_int": 21011,
"full_code_str": "21011",
"name": "Bath County",
"population": 12500,
"state_code": 21
},
"21013": {
"county_code": 13,
"full_code_int": 21013,
"full_code_str": "21013",
"name": "Bell County",
"population": 26032,
"state_code": 21
},
"21015": {
"county_code": 15,
"full_code_int": 21015,
"full_code_str": "21015",
"name": "Boone County",
"population": 133581,
"state_code": 21
},
"21017": {
"county_code": 17,
"full_code_int": 21017,
"full_code_str": "21017",
"name": "Bourbon County",
"population": 19788,
"state_code": 21
},
"21019": {
"county_code": 19,
"full_code_int": 21019,
"full_code_str": "21019",
"name": "Boyd County",
"population": 46718,
"state_code": 21
},
"21021": {
"county_code": 21,
"full_code_int": 21021,
"full_code_str": "21021",
"name": "Boyle County",
"population": 30060,
"state_code": 21
},
"21023": {
"county_code": 23,
"full_code_int": 21023,
"full_code_str": "21023",
"name": "Bracken County",
"population": 8303,
"state_code": 21
},
"21025": {
"county_code": 25,
"full_code_int": 21025,
"full_code_str": "21025",
"name": "Breathitt County",
"population": 12630,
"state_code": 21
},
"21027": {
"county_code": 27,
"full_code_int": 21027,
"full_code_str": "21027",
"name": "Breckinridge County",
"population": 20477,
"state_code": 21
},
"21029": {
"county_code": 29,
"full_code_int": 21029,
"full_code_str": "21029",
"name": "Bullitt County",
"population": 81676,
"state_code": 21
},
"21031": {
"county_code": 31,
"full_code_int": 21031,
"full_code_str": "21031",
"name": "Butler County",
"population": 12879,
"state_code": 21
},
"21033": {
"county_code": 33,
"full_code_int": 21033,
"full_code_str": "21033",
"name": "Caldwell County",
"population": 12747,
"state_code": 21
},
"21035": {
"county_code": 35,
"full_code_int": 21035,
"full_code_str": "21035",
"name": "Calloway County",
"population": 39001,
"state_code": 21
},
"21037": {
"county_code": 37,
"full_code_int": 21037,
"full_code_str": "21037",
"name": "Campbell County",
"population": 93584,
"state_code": 21
},
"21039": {
"county_code": 39,
"full_code_int": 21039,
"full_code_str": "21039",
"name": "Carlisle County",
"population": 4760,
"state_code": 21
},
"21041": {
"county_code": 41,
"full_code_int": 21041,
"full_code_str": "21041",
"name": "Carroll County",
"population": 10631,
"state_code": 21
},
"21043": {
"county_code": 43,
"full_code_int": 21043,
"full_code_str": "21043",
"name": "Carter County",
"population": 26797,
"state_code": 21
},
"21045": {
"county_code": 45,
"full_code_int": 21045,
"full_code_str": "21045",
"name": "Casey County",
"population": 16159,
"state_code": 21
},
"21047": {
"county_code": 47,
"full_code_int": 21047,
"full_code_str": "21047",
"name": "Christian County",
"population": 70461,
"state_code": 21
},
"21049": {
"county_code": 49,
"full_code_int": 21049,
"full_code_str": "21049",
"name": "Clark County",
"population": 36263,
"state_code": 21
},
"21051": {
"county_code": 51,
"full_code_int": 21051,
"full_code_str": "21051",
"name": "Clay County",
"population": 19901,
"state_code": 21
},
"21053": {
"county_code": 53,
"full_code_int": 21053,
"full_code_str": "21053",
"name": "Clinton County",
"population": 10218,
"state_code": 21
},
"21055": {
"county_code": 55,
"full_code_int": 21055,
"full_code_str": "21055",
"name": "Crittenden County",
"population": 8806,
"state_code": 21
},
"21057": {
"county_code": 57,
"full_code_int": 21057,
"full_code_str": "21057",
"name": "Cumberland County",
"population": 6614,
"state_code": 21
},
"21059": {
"county_code": 59,
"full_code_int": 21059,
"full_code_str": "21059",
"name": "Daviess County",
"population": 101511,
"state_code": 21
},
"21061": {
"county_code": 61,
"full_code_int": 21061,
"full_code_str": "21061",
"name": "Edmonson County",
"population": 12150,
"state_code": 21
},
"21063": {
"county_code": 63,
"full_code_int": 21063,
"full_code_str": "21063",
"name": "Elliott County",
"population": 7517,
"state_code": 21
},
"21065": {
"county_code": 65,
"full_code_int": 21065,
"full_code_str": "21065",
"name": "Estill County",
"population": 14106,
"state_code": 21
},
"21067": {
"county_code": 67,
"full_code_int": 21067,
"full_code_str": "21067",
"name": "Fayette County",
"population": 323152,
"state_code": 21
},
"21069": {
"county_code": 69,
"full_code_int": 21069,
"full_code_str": "21069",
"name": "Fleming County",
"population": 14581,
"state_code": 21
},
"21071": {
"county_code": 71,
"full_code_int": 21071,
"full_code_str": "21071",
"name": "Floyd County",
"population": 35589,
"state_code": 21
},
"21073": {
"county_code": 73,
"full_code_int": 21073,
"full_code_str": "21073",
"name": "Franklin County",
"population": 50991,
"state_code": 21
},
"21075": {
"county_code": 75,
"full_code_int": 21075,
"full_code_str": "21075",
"name": "Fulton County",
"population": 5969,
"state_code": 21
},
"21077": {
"county_code": 77,
"full_code_int": 21077,
"full_code_str": "21077",
"name": "Gallatin County",
"population": 8869,
"state_code": 21
},
"21079": {
"county_code": 79,
"full_code_int": 21079,
"full_code_str": "21079",
"name": "Garrard County",
"population": 17666,
"state_code": 21
},
"21081": {
"county_code": 81,
"full_code_int": 21081,
"full_code_str": "21081",
"name": "Grant County",
"population": 25069,
"state_code": 21
},
"21083": {
"county_code": 83,
"full_code_int": 21083,
"full_code_str": "21083",
"name": "Graves County",
"population": 37266,
"state_code": 21
},
"21085": {
"county_code": 85,
"full_code_int": 21085,
"full_code_str": "21085",
"name": "Grayson County",
"population": 26427,
"state_code": 21
},
"21087": {
"county_code": 87,
"full_code_int": 21087,
"full_code_str": "21087",
"name": "Green County",
"population": 10941,
"state_code": 21
},
"21089": {
"county_code": 89,
"full_code_int": 21089,
"full_code_str": "21089",
"name": "Greenup County",
"population": 35098,
"state_code": 21
},
"21091": {
"county_code": 91,
"full_code_int": 21091,
"full_code_str": "21091",
"name": "Hancock County",
"population": 8722,
"state_code": 21
},
"21093": {
"county_code": 93,
"full_code_int": 21093,
"full_code_str": "21093",
"name": "Hardin County",
"population": 110958,
"state_code": 21
},
"21095": {
"county_code": 95,
"full_code_int": 21095,
"full_code_str": "21095",
"name": "Harlan County",
"population": 26010,
"state_code": 21
},
"21097": {
"county_code": 97,
"full_code_int": 21097,
"full_code_str": "21097",
"name": "Harrison County",
"population": 18886,
"state_code": 21
},
"21099": {
"county_code": 99,
"full_code_int": 21099,
"full_code_str": "21099",
"name": "Hart County",
"population": 19035,
"state_code": 21
},
"21101": {
"county_code": 101,
"full_code_int": 21101,
"full_code_str": "21101",
"name": "Henderson County",
"population": 45210,
"state_code": 21
},
"21103": {
"county_code": 103,
"full_code_int": 21103,
"full_code_str": "21103",
"name": "Henry County",
"population": 16126,
"state_code": 21
},
"21105": {
"county_code": 105,
"full_code_int": 21105,
"full_code_str": "21105",
"name": "Hickman County",
"population": 4380,
"state_code": 21
},
"21107": {
"county_code": 107,
"full_code_int": 21107,
"full_code_str": "21107",
"name": "Hopkins County",
"population": 44686,
"state_code": 21
},
"21109": {
"county_code": 109,
"full_code_int": 21109,
"full_code_str": "21109",
"name": "Jackson County",
"population": 13329,
"state_code": 21
},
"21111": {
"county_code": 111,
"full_code_int": 21111,
"full_code_str": "21111",
"name": "Jefferson County",
"population": 766757,
"state_code": 21
},
"21113": {
"county_code": 113,
"full_code_int": 21113,
"full_code_str": "21113",
"name": "Jessamine County",
"population": 54115,
"state_code": 21
},
"21115": {
"county_code": 115,
"full_code_int": 21115,
"full_code_str": "21115",
"name": "Johnson County",
"population": 22188,
"state_code": 21
},
"21117": {
"county_code": 117,
"full_code_int": 21117,
"full_code_str": "21117",
"name": "Kenton County",
"population": 166998,
"state_code": 21
},
"21119": {
"county_code": 119,
"full_code_int": 21119,
"full_code_str": "21119",
"name": "Knott County",
"population": 14806,
"state_code": 21
},
"21121": {
"county_code": 121,
"full_code_int": 21121,
"full_code_str": "21121",
"name": "Knox County",
"population": 31145,
"state_code": 21
},
"21123": {
"county_code": 123,
"full_code_int": 21123,
"full_code_str": "21123",
"name": "Larue County",
"population": 14398,
"state_code": 21
},
"21125": {
"county_code": 125,
"full_code_int": 21125,
"full_code_str": "21125",
"name": "Laurel County",
"population": 60813,
"state_code": 21
},
"21127": {
"county_code": 127,
"full_code_int": 21127,
"full_code_str": "21127",
"name": "Lawrence County",
"population": 15317,
"state_code": 21
},
"21129": {
"county_code": 129,
"full_code_int": 21129,
"full_code_str": "21129",
"name": "Lee County",
"population": 7403,
"state_code": 21
},
"21131": {
"county_code": 131,
"full_code_int": 21131,
"full_code_str": "21131",
"name": "Leslie County",
"population": 9877,
"state_code": 21
},
"21133": {
"county_code": 133,
"full_code_int": 21133,
"full_code_str": "21133",
"name": "Letcher County",
"population": 21553,
"state_code": 21
},
"21135": {
"county_code": 135,
"full_code_int": 21135,
"full_code_str": "21135",
"name": "Lewis County",
"population": 13275,
"state_code": 21
},
"21137": {
"county_code": 137,
"full_code_int": 21137,
"full_code_str": "21137",
"name": "Lincoln County",
"population": 24549,
"state_code": 21
},
"21139": {
"county_code": 139,
"full_code_int": 21139,
"full_code_str": "21139",
"name": "Livingston County",
"population": 9194,
"state_code": 21
},
"21141": {
"county_code": 141,
"full_code_int": 21141,
"full_code_str": "21141",
"name": "Logan County",
"population": 27102,
"state_code": 21
},
"21143": {
"county_code": 143,
"full_code_int": 21143,
"full_code_str": "21143",
"name": "Lyon County",
"population": 8210,
"state_code": 21
},
"21145": {
"county_code": 145,
"full_code_int": 21145,
"full_code_str": "21145",
"name": "McCracken County",
"population": 65418,
"state_code": 21
},
"21147": {
"county_code": 147,
"full_code_int": 21147,
"full_code_str": "21147",
"name": "McCreary County",
"population": 17231,
"state_code": 21
},
"21149": {
"county_code": 149,
"full_code_int": 21149,
"full_code_str": "21149",
"name": "McLean County",
"population": 9207,
"state_code": 21
},
"21151": {
"county_code": 151,
"full_code_int": 21151,
"full_code_str": "21151",
"name": "Madison County",
"population": 92987,
"state_code": 21
},
"21153": {
"county_code": 153,
"full_code_int": 21153,
"full_code_str": "21153",
"name": "Magoffin County",
"population": 12161,
"state_code": 21
},
"21155": {
"county_code": 155,
"full_code_int": 21155,
"full_code_str": "21155",
"name": "Marion County",
"population": 19273,
"state_code": 21
},
"21157": {
"county_code": 157,
"full_code_int": 21157,
"full_code_str": "21157",
"name": "Marshall County",
"population": 31100,
"state_code": 21
},
"21159": {
"county_code": 159,
"full_code_int": 21159,
"full_code_str": "21159",
"name": "Martin County",
"population": 11195,
"state_code": 21
},
"21161": {
"county_code": 161,
"full_code_int": 21161,
"full_code_str": "21161",
"name": "Mason County",
"population": 17070,
"state_code": 21
},
"21163": {
"county_code": 163,
"full_code_int": 21163,
"full_code_str": "21163",
"name": "Meade County",
"population": 28572,
"state_code": 21
},
"21165": {
"county_code": 165,
"full_code_int": 21165,
"full_code_str": "21165",
"name": "Menifee County",
"population": 6489,
"state_code": 21
},
"21167": {
"county_code": 167,
"full_code_int": 21167,
"full_code_str": "21167",
"name": "Mercer County",
"population": 21933,
"state_code": 21
},
"21169": {
"county_code": 169,
"full_code_int": 21169,
"full_code_str": "21169",
"name": "Metcalfe County",
"population": 10071,
"state_code": 21
},
"21171": {
"county_code": 171,
"full_code_int": 21171,
"full_code_str": "21171",
"name": "Monroe County",
"population": 10650,
"state_code": 21
},
"21173": {
"county_code": 173,
"full_code_int": 21173,
"full_code_str": "21173",
"name": "Montgomery County",
"population": 28157,
"state_code": 21
},
"21175": {
"county_code": 175,
"full_code_int": 21175,
"full_code_str": "21175",
"name": "Morgan County",
"population": 13309,
"state_code": 21
},
"21177": {
"county_code": 177,
"full_code_int": 21177,
"full_code_str": "21177",
"name": "Muhlenberg County",
"population": 30622,
"state_code": 21
},
"21179": {
"county_code": 179,
"full_code_int": 21179,
"full_code_str": "21179",
"name": "Nelson County",
"population": 46233,
"state_code": 21
},
"21181": {
"county_code": 181,
"full_code_int": 21181,
"full_code_str": "21181",
"name": "Nicholas County",
"population": 7269,
"state_code": 21
},
"21183": {
"county_code": 183,
"full_code_int": 21183,
"full_code_str": "21183",
"name": "Ohio County",
"population": 23994,
"state_code": 21
},
"21185": {
"county_code": 185,
"full_code_int": 21185,
"full_code_str": "21185",
"name": "Oldham County",
"population": 66799,
"state_code": 21
},
"21187": {
"county_code": 187,
"full_code_int": 21187,
"full_code_str": "21187",
"name": "Owen County",
"population": 10901,
"state_code": 21
},
"21189": {
"county_code": 189,
"full_code_int": 21189,
"full_code_str": "21189",
"name": "Owsley County",
"population": 4415,
"state_code": 21
},
"21191": {
"county_code": 191,
"full_code_int": 21191,
"full_code_str": "21191",
"name": "Pendleton County",
"population": 14590,
"state_code": 21
},
"21193": {
"county_code": 193,
"full_code_int": 21193,
"full_code_str": "21193",
"name": "Perry County",
"population": 25758,
"state_code": 21
},
"21195": {
"county_code": 195,
"full_code_int": 21195,
"full_code_str": "21195",
"name": "Pike County",
"population": 57876,
"state_code": 21
},
"21197": {
"county_code": 197,
"full_code_int": 21197,
"full_code_str": "21197",
"name": "Powell County",
"population": 12359,
"state_code": 21
},
"21199": {
"county_code": 199,
"full_code_int": 21199,
"full_code_str": "21199",
"name": "Pulaski County",
"population": 64979,
"state_code": 21
},
"21201": {
"county_code": 201,
"full_code_int": 21201,
"full_code_str": "21201",
"name": "Robertson County",
"population": 2108,
"state_code": 21
},
"21203": {
"county_code": 203,
"full_code_int": 21203,
"full_code_str": "21203",
"name": "Rockcastle County",
"population": 16695,
"state_code": 21
},
"21205": {
"county_code": 205,
"full_code_int": 21205,
"full_code_str": "21205",
"name": "Rowan County",
"population": 24460,
"state_code": 21
},
"21207": {
"county_code": 207,
"full_code_int": 21207,
"full_code_str": "21207",
"name": "Russell County",
"population": 17923,
"state_code": 21
},
"21209": {
"county_code": 209,
"full_code_int": 21209,
"full_code_str": "21209",
"name": "Scott County",
"population": 57004,
"state_code": 21
},
"21211": {
"county_code": 211,
"full_code_int": 21211,
"full_code_str": "21211",
"name": "Shelby County",
"population": 49024,
"state_code": 21
},
"21213": {
"county_code": 213,
"full_code_int": 21213,
"full_code_str": "21213",
"name": "Simpson County",
"population": 18572,
"state_code": 21
},
"21215": {
"county_code": 215,
"full_code_int": 21215,
"full_code_str": "21215",
"name": "Spencer County",
"population": 19351,
"state_code": 21
},
"21217": {
"county_code": 217,
"full_code_int": 21217,
"full_code_str": "21217",
"name": "Taylor County",
"population": 25769,
"state_code": 21
},
"21219": {
"county_code": 219,
"full_code_int": 21219,
"full_code_str": "21219",
"name": "Todd County",
"population": 12294,
"state_code": 21
},
"21221": {
"county_code": 221,
"full_code_int": 21221,
"full_code_str": "21221",
"name": "Trigg County",
"population": 14651,
"state_code": 21
},
"21223": {
"county_code": 223,
"full_code_int": 21223,
"full_code_str": "21223",
"name": "Trimble County",
"population": 8471,
"state_code": 21
},
"21225": {
"county_code": 225,
"full_code_int": 21225,
"full_code_str": "21225",
"name": "Union County",
"population": 14381,
"state_code": 21
},
"21227": {
"county_code": 227,
"full_code_int": 21227,
"full_code_str": "21227",
"name": "Warren County",
"population": 132896,
"state_code": 21
},
"21229": {
"county_code": 229,
"full_code_int": 21229,
"full_code_str": "21229",
"name": "Washington County",
"population": 12095,
"state_code": 21
},
"21231": {
"county_code": 231,
"full_code_int": 21231,
"full_code_str": "21231",
"name": "Wayne County",
"population": 20333,
"state_code": 21
},
"21233": {
"county_code": 233,
"full_code_int": 21233,
"full_code_str": "21233",
"name": "Webster County",
"population": 12942,
"state_code": 21
},
"21235": {
"county_code": 235,
"full_code_int": 21235,
"full_code_str": "21235",
"name": "Whitley County",
"population": 36264,
"state_code": 21
},
"21237": {
"county_code": 237,
"full_code_int": 21237,
"full_code_str": "21237",
"name": "Wolfe County",
"population": 7157,
"state_code": 21
},
"21239": {
"county_code": 239,
"full_code_int": 21239,
"full_code_str": "21239",
"name": "Woodford County",
"population": 26734,
"state_code": 21
},
"22001": {
"county_code": 1,
"full_code_int": 22001,
"full_code_str": "22001",
"name": "Acadia Parish",
"population": 62045,
"state_code": 22
},
"22003": {
"county_code": 3,
"full_code_int": 22003,
"full_code_str": "22003",
"name": "Allen Parish",
"population": 25627,
"state_code": 22
},
"22005": {
"county_code": 5,
"full_code_int": 22005,
"full_code_str": "22005",
"name": "Ascension Parish",
"population": 126604,
"state_code": 22
},
"22007": {
"county_code": 7,
"full_code_int": 22007,
"full_code_str": "22007",
"name": "Assumption Parish",
"population": 21891,
"state_code": 22
},
"22009": {
"county_code": 9,
"full_code_int": 22009,
"full_code_str": "22009",
"name": "Avoyelles Parish",
"population": 40144,
"state_code": 22
},
"22011": {
"county_code": 11,
"full_code_int": 22011,
"full_code_str": "22011",
"name": "Beauregard Parish",
"population": 37497,
"state_code": 22
},
"22013": {
"county_code": 13,
"full_code_int": 22013,
"full_code_str": "22013",
"name": "Bienville Parish",
"population": 13241,
"state_code": 22
},
"22015": {
"county_code": 15,
"full_code_int": 22015,
"full_code_str": "22015",
"name": "Bossier Parish",
"population": 127039,
"state_code": 22
},
"22017": {
"county_code": 17,
"full_code_int": 22017,
"full_code_str": "22017",
"name": "Caddo Parish",
"population": 240204,
"state_code": 22
},
"22019": {
"county_code": 19,
"full_code_int": 22019,
"full_code_str": "22019",
"name": "Calcasieu Parish",
"population": 203436,
"state_code": 22
},
"22021": {
"county_code": 21,
"full_code_int": 22021,
"full_code_str": "22021",
"name": "Caldwell Parish",
"population": 9918,
"state_code": 22
},
"22023": {
"county_code": 23,
"full_code_int": 22023,
"full_code_str": "22023",
"name": "Cameron Parish",
"population": 6973,
"state_code": 22
},
"22025": {
"county_code": 25,
"full_code_int": 22025,
"full_code_str": "22025",
"name": "Catahoula Parish",
"population": 9494,
"state_code": 22
},
"22027": {
"county_code": 27,
"full_code_int": 22027,
"full_code_str": "22027",
"name": "Claiborne Parish",
"population": 15670,
"state_code": 22
},
"22029": {
"county_code": 29,
"full_code_int": 22029,
"full_code_str": "22029",
"name": "Concordia Parish",
"population": 19259,
"state_code": 22
},
"22031": {
"county_code": 31,
"full_code_int": 22031,
"full_code_str": "22031",
"name": "De Soto Parish",
"population": 27463,
"state_code": 22
},
"22033": {
"county_code": 33,
"full_code_int": 22033,
"full_code_str": "22033",
"name": "East Baton Rouge Parish",
"population": 440059,
"state_code": 22
},
"22035": {
"county_code": 35,
"full_code_int": 22035,
"full_code_str": "22035",
"name": "East Carroll Parish",
"population": 6861,
"state_code": 22
},
"22037": {
"county_code": 37,
"full_code_int": 22037,
"full_code_str": "22037",
"name": "East Feliciana Parish",
"population": 19135,
"state_code": 22
},
"22039": {
"county_code": 39,
"full_code_int": 22039,
"full_code_str": "22039",
"name": "Evangeline Parish",
"population": 33395,
"state_code": 22
},
"22041": {
"county_code": 41,
"full_code_int": 22041,
"full_code_str": "22041",
"name": "Franklin Parish",
"population": 20015,
"state_code": 22
},
"22043": {
"county_code": 43,
"full_code_int": 22043,
"full_code_str": "22043",
"name": "Grant Parish",
"population": 22389,
"state_code": 22
},
"22045": {
"county_code": 45,
"full_code_int": 22045,
"full_code_str": "22045",
"name": "Iberia Parish",
"population": 69830,
"state_code": 22
},
"22047": {
"county_code": 47,
"full_code_int": 22047,
"full_code_str": "22047",
"name": "Iberville Parish",
"population": 32511,
"state_code": 22
},
"22049": {
"county_code": 49,
"full_code_int": 22049,
"full_code_str": "22049",
"name": "Jackson Parish",
"population": 15744,
"state_code": 22
},
"22051": {
"county_code": 51,
"full_code_int": 22051,
"full_code_str": "22051",
"name": "Jefferson Parish",
"population": 432493,
"state_code": 22
},
"22053": {
"county_code": 53,
"full_code_int": 22053,
"full_code_str": "22053",
"name": "Jefferson Davis Parish",
"population": 31368,
"state_code": 22
},
"22055": {
"county_code": 55,
"full_code_int": 22055,
"full_code_str": "22055",
"name": "Lafayette Parish",
"population": 244390,
"state_code": 22
},
"22057": {
"county_code": 57,
"full_code_int": 22057,
"full_code_str": "22057",
"name": "Lafourche Parish",
"population": 97614,
"state_code": 22
},
"22059": {
"county_code": 59,
"full_code_int": 22059,
"full_code_str": "22059",
"name": "LaSalle Parish",
"population": 14892,
"state_code": 22
},
"22061": {
"county_code": 61,
"full_code_int": 22061,
"full_code_str": "22061",
"name": "Lincoln Parish",
"population": 46742,
"state_code": 22
},
"22063": {
"county_code": 63,
"full_code_int": 22063,
"full_code_str": "22063",
"name": "Livingston Parish",
"population": 140789,
"state_code": 22
},
"22065": {
"county_code": 65,
"full_code_int": 22065,
"full_code_str": "22065",
"name": "Madison Parish",
"population": 10951,
"state_code": 22
},
"22067": {
"county_code": 67,
"full_code_int": 22067,
"full_code_str": "22067",
"name": "Morehouse Parish",
"population": 24874,
"state_code": 22
},
"22069": {
"county_code": 69,
"full_code_int": 22069,
"full_code_str": "22069",
"name": "Natchitoches Parish",
"population": 38158,
"state_code": 22
},
"22071": {
"county_code": 71,
"full_code_int": 22071,
"full_code_str": "22071",
"name": "Orleans Parish",
"population": 390144,
"state_code": 22
},
"22073": {
"county_code": 73,
"full_code_int": 22073,
"full_code_str": "22073",
"name": "Ouachita Parish",
"population": 153279,
"state_code": 22
},
"22075": {
"county_code": 75,
"full_code_int": 22075,
"full_code_str": "22075",
"name": "Plaquemines Parish",
"population": 23197,
"state_code": 22
},
"22077": {
"county_code": 77,
"full_code_int": 22077,
"full_code_str": "22077",
"name": "Pointe Coupee Parish",
"population": 21730,
"state_code": 22
},
"22079": {
"county_code": 79,
"full_code_int": 22079,
"full_code_str": "22079",
"name": "Rapides Parish",
"population": 129648,
"state_code": 22
},
"22081": {
"county_code": 81,
"full_code_int": 22081,
"full_code_str": "22081",
"name": "Red River Parish",
"population": 8442,
"state_code": 22
},
"22083": {
"county_code": 83,
"full_code_int": 22083,
"full_code_str": "22083",
"name": "Richland Parish",
"population": 20122,
"state_code": 22
},
"22085": {
"county_code": 85,
"full_code_int": 22085,
"full_code_str": "22085",
"name": "Sabine Parish",
"population": 23884,
"state_code": 22
},
"22087": {
"county_code": 87,
"full_code_int": 22087,
"full_code_str": "22087",
"name": "St. Bernard Parish",
"population": 47244,
"state_code": 22
},
"22089": {
"county_code": 89,
"full_code_int": 22089,
"full_code_str": "22089",
"name": "St. Charles Parish",
"population": 53100,
"state_code": 22
},
"22091": {
"county_code": 91,
"full_code_int": 22091,
"full_code_str": "22091",
"name": "St. Helena Parish",
"population": 10132,
"state_code": 22
},
"22093": {
"county_code": 93,
"full_code_int": 22093,
"full_code_str": "22093",
"name": "St. James Parish",
"population": 21096,
"state_code": 22
},
"22095": {
"county_code": 95,
"full_code_int": 22095,
"full_code_str": "22095",
"name": "St. John the Baptist Parish",
"population": 42837,
"state_code": 22
},
"22097": {
"county_code": 97,
"full_code_int": 22097,
"full_code_str": "22097",
"name": "St. Landry Parish",
"population": 82124,
"state_code": 22
},
"22099": {
"county_code": 99,
"full_code_int": 22099,
"full_code_str": "22099",
"name": "St. Martin Parish",
"population": 53431,
"state_code": 22
},
"22101": {
"county_code": 101,
"full_code_int": 22101,
"full_code_str": "22101",
"name": "St. Mary Parish",
"population": 49348,
"state_code": 22
},
"22103": {
"county_code": 103,
"full_code_int": 22103,
"full_code_str": "22103",
"name": "St. Tammany Parish",
"population": 260419,
"state_code": 22
},
"22105": {
"county_code": 105,
"full_code_int": 22105,
"full_code_str": "22105",
"name": "Tangipahoa Parish",
"population": 134758,
"state_code": 22
},
"22107": {
"county_code": 107,
"full_code_int": 22107,
"full_code_str": "22107",
"name": "Tensas Parish",
"population": 4334,
"state_code": 22
},
"22109": {
"county_code": 109,
"full_code_int": 22109,
"full_code_str": "22109",
"name": "Terrebonne Parish",
"population": 110461,
"state_code": 22
},
"22111": {
"county_code": 111,
"full_code_int": 22111,
"full_code_str": "22111",
"name": "Union Parish",
"population": 22108,
"state_code": 22
},
"22113": {
"county_code": 113,
"full_code_int": 22113,
"full_code_str": "22113",
"name": "Vermilion Parish",
"population": 59511,
"state_code": 22
},
"22115": {
"county_code": 115,
"full_code_int": 22115,
"full_code_str": "22115",
"name": "Vernon Parish",
"population": 47429,
"state_code": 22
},
"22117": {
"county_code": 117,
"full_code_int": 22117,
"full_code_str": "22117",
"name": "Washington Parish",
"population": 46194,
"state_code": 22
},
"22119": {
"county_code": 119,
"full_code_int": 22119,
"full_code_str": "22119",
"name": "Webster Parish",
"population": 38340,
"state_code": 22
},
"22121": {
"county_code": 121,
"full_code_int": 22121,
"full_code_str": "22121",
"name": "West Baton Rouge Parish",
"population": 26465,
"state_code": 22
},
"22123": {
"county_code": 123,
"full_code_int": 22123,
"full_code_str": "22123",
"name": "West Carroll Parish",
"population": 10830,
"state_code": 22
},
"22125": {
"county_code": 125,
"full_code_int": 22125,
"full_code_str": "22125",
"name": "West Feliciana Parish",
"population": 15568,
"state_code": 22
},
"22127": {
"county_code": 127,
"full_code_int": 22127,
"full_code_str": "22127",
"name": "Winn Parish",
"population": 13904,
"state_code": 22
},
"23001": {
"county_code": 1,
"full_code_int": 23001,
"full_code_str": "23001",
"name": "Androscoggin County",
"population": 108277,
"state_code": 23
},
"23003": {
"county_code": 3,
"full_code_int": 23003,
"full_code_str": "23003",
"name": "Aroostook County",
"population": 67055,
"state_code": 23
},
"23005": {
"county_code": 5,
"full_code_int": 23005,
"full_code_str": "23005",
"name": "Cumberland County",
"population": 295003,
"state_code": 23
},
"23007": {
"county_code": 7,
"full_code_int": 23007,
"full_code_str": "23007",
"name": "Franklin County",
"population": 30199,
"state_code": 23
},
"23009": {
"county_code": 9,
"full_code_int": 23009,
"full_code_str": "23009",
"name": "Hancock County",
"population": 54987,
"state_code": 23
},
"23011": {
"county_code": 11,
"full_code_int": 23011,
"full_code_str": "23011",
"name": "Kennebec County",
"population": 122302,
"state_code": 23
},
"23013": {
"county_code": 13,
"full_code_int": 23013,
"full_code_str": "23013",
"name": "Knox County",
"population": 39772,
"state_code": 23
},
"23015": {
"county_code": 15,
"full_code_int": 23015,
"full_code_str": "23015",
"name": "Lincoln County",
"population": 34634,
"state_code": 23
},
"23017": {
"county_code": 17,
"full_code_int": 23017,
"full_code_str": "23017",
"name": "Oxford County",
"population": 57975,
"state_code": 23
},
"23019": {
"county_code": 19,
"full_code_int": 23019,
"full_code_str": "23019",
"name": "Penobscot County",
"population": 152148,
"state_code": 23
},
"23021": {
"county_code": 21,
"full_code_int": 23021,
"full_code_str": "23021",
"name": "Piscataquis County",
"population": 16785,
"state_code": 23
},
"23023": {
"county_code": 23,
"full_code_int": 23023,
"full_code_str": "23023",
"name": "Sagadahoc County",
"population": 35856,
"state_code": 23
},
"23025": {
"county_code": 25,
"full_code_int": 23025,
"full_code_str": "23025",
"name": "Somerset County",
"population": 50484,
"state_code": 23
},
"23027": {
"county_code": 27,
"full_code_int": 23027,
"full_code_str": "23027",
"name": "Waldo County",
"population": 39715,
"state_code": 23
},
"23029": {
"county_code": 29,
"full_code_int": 23029,
"full_code_str": "23029",
"name": "Washington County",
"population": 31379,
"state_code": 23
},
"23031": {
"county_code": 31,
"full_code_int": 23031,
"full_code_str": "23031",
"name": "York County",
"population": 207641,
"state_code": 23
},
"24001": {
"county_code": 1,
"full_code_int": 24001,
"full_code_str": "24001",
"name": "Allegany County",
"population": 70416,
"state_code": 24
},
"24003": {
"county_code": 3,
"full_code_int": 24003,
"full_code_str": "24003",
"name": "Anne Arundel County",
"population": 579234,
"state_code": 24
},
"24005": {
"county_code": 5,
"full_code_int": 24005,
"full_code_str": "24005",
"name": "Baltimore County",
"population": 827370,
"state_code": 24
},
"24009": {
"county_code": 9,
"full_code_int": 24009,
"full_code_str": "24009",
"name": "Calvert County",
"population": 92525,
"state_code": 24
},
"24011": {
"county_code": 11,
"full_code_int": 24011,
"full_code_str": "24011",
"name": "Caroline County",
"population": 33406,
"state_code": 24
},
"24013": {
"county_code": 13,
"full_code_int": 24013,
"full_code_str": "24013",
"name": "Carroll County",
"population": 168447,
"state_code": 24
},
"24015": {
"county_code": 15,
"full_code_int": 24015,
"full_code_str": "24015",
"name": "Cecil County",
"population": 102855,
"state_code": 24
},
"24017": {
"county_code": 17,
"full_code_int": 24017,
"full_code_str": "24017",
"name": "Charles County",
"population": 163257,
"state_code": 24
},
"24019": {
"county_code": 19,
"full_code_int": 24019,
"full_code_str": "24019",
"name": "Dorchester County",
"population": 31929,
"state_code": 24
},
"24021": {
"county_code": 21,
"full_code_int": 24021,
"full_code_str": "24021",
"name": "Frederick County",
"population": 259547,
"state_code": 24
},
"24023": {
"county_code": 23,
"full_code_int": 24023,
"full_code_str": "24023",
"name": "Garrett County",
"population": 29014,
"state_code": 24
},
"24025": {
"county_code": 25,
"full_code_int": 24025,
"full_code_str": "24025",
"name": "Harford County",
"population": 255441,
"state_code": 24
},
"24027": {
"county_code": 27,
"full_code_int": 24027,
"full_code_str": "24027",
"name": "Howard County",
"population": 325690,
"state_code": 24
},
"24029": {
"county_code": 29,
"full_code_int": 24029,
"full_code_str": "24029",
"name": "Kent County",
"population": 19422,
"state_code": 24
},
"24031": {
"county_code": 31,
"full_code_int": 24031,
"full_code_str": "24031",
"name": "Montgomery County",
"population": 1050688,
"state_code": 24
},
"24033": {
"county_code": 33,
"full_code_int": 24033,
"full_code_str": "24033",
"name": "Prince George's County",
"population": 909327,
"state_code": 24
},
"24035": {
"county_code": 35,
"full_code_int": 24035,
"full_code_str": "24035",
"name": "Queen Anne's County",
"population": 50381,
"state_code": 24
},
"24037": {
"county_code": 37,
"full_code_int": 24037,
"full_code_str": "24037",
"name": "St. Mary's County",
"population": 113510,
"state_code": 24
},
"24039": {
"county_code": 39,
"full_code_int": 24039,
"full_code_str": "24039",
"name": "Somerset County",
"population": 25616,
"state_code": 24
},
"24041": {
"county_code": 41,
"full_code_int": 24041,
"full_code_str": "24041",
"name": "Talbot County",
"population": 37181,
"state_code": 24
},
"24043": {
"county_code": 43,
"full_code_int": 24043,
"full_code_str": "24043",
"name": "Washington County",
"population": 151049,
"state_code": 24
},
"24045": {
"county_code": 45,
"full_code_int": 24045,
"full_code_str": "24045",
"name": "Wicomico County",
"population": 103609,
"state_code": 24
},
"24047": {
"county_code": 47,
"full_code_int": 24047,
"full_code_str": "24047",
"name": "Worcester County",
"population": 52276,
"state_code": 24
},
"24510": {
"county_code": 510,
"full_code_int": 24510,
"full_code_str": "24510",
"name": "Baltimore city",
"population": 593490,
"state_code": 24
},
"25001": {
"county_code": 1,
"full_code_int": 25001,
"full_code_str": "25001",
"name": "Barnstable County",
"population": 212990,
"state_code": 25
},
"25003": {
"county_code": 3,
"full_code_int": 25003,
"full_code_str": "25003",
"name": "Berkshire County",
"population": 124944,
"state_code": 25
},
"25005": {
"county_code": 5,
"full_code_int": 25005,
"full_code_str": "25005",
"name": "Bristol County",
"population": 565217,
"state_code": 25
},
"25007": {
"county_code": 7,
"full_code_int": 25007,
"full_code_str": "25007",
"name": "Dukes County",
"population": 17332,
"state_code": 25
},
"25009": {
"county_code": 9,
"full_code_int": 25009,
"full_code_str": "25009",
"name": "Essex County",
"population": 789034,
"state_code": 25
},
"25011": {
"county_code": 11,
"full_code_int": 25011,
"full_code_str": "25011",
"name": "Franklin County",
"population": 70180,
"state_code": 25
},
"25013": {
"county_code": 13,
"full_code_int": 25013,
"full_code_str": "25013",
"name": "Hampden County",
"population": 466372,
"state_code": 25
},
"25015": {
"county_code": 15,
"full_code_int": 25015,
"full_code_str": "25015",
"name": "Hampshire County",
"population": 160830,
"state_code": 25
},
"25017": {
"county_code": 17,
"full_code_int": 25017,
"full_code_str": "25017",
"name": "Middlesex County",
"population": 1611699,
"state_code": 25
},
"25019": {
"county_code": 19,
"full_code_int": 25019,
"full_code_str": "25019",
"name": "Nantucket County",
"population": 11399,
"state_code": 25
},
"25021": {
"county_code": 21,
"full_code_int": 25021,
"full_code_str": "25021",
"name": "Norfolk County",
"population": 706775,
"state_code": 25
},
"25023": {
"county_code": 23,
"full_code_int": 25023,
"full_code_str": "25023",
"name": "Plymouth County",
"population": 521202,
"state_code": 25
},
"25025": {
"county_code": 25,
"full_code_int": 25025,
"full_code_str": "25025",
"name": "Suffolk County",
"population": 803907,
"state_code": 25
},
"25027": {
"county_code": 27,
"full_code_int": 25027,
"full_code_str": "25027",
"name": "Worcester County",
"population": 830622,
"state_code": 25
},
"26001": {
"county_code": 1,
"full_code_int": 26001,
"full_code_str": "26001",
"name": "Alcona County",
"population": 10405,
"state_code": 26
},
"26003": {
"county_code": 3,
"full_code_int": 26003,
"full_code_str": "26003",
"name": "Alger County",
"population": 9108,
"state_code": 26
},
"26005": {
"county_code": 5,
"full_code_int": 26005,
"full_code_str": "26005",
"name": "Allegan County",
"population": 118081,
"state_code": 26
},
"26007": {
"county_code": 7,
"full_code_int": 26007,
"full_code_str": "26007",
"name": "Alpena County",
"population": 28405,
"state_code": 26
},
"26009": {
"county_code": 9,
"full_code_int": 26009,
"full_code_str": "26009",
"name": "Antrim County",
"population": 23324,
"state_code": 26
},
"26011": {
"county_code": 11,
"full_code_int": 26011,
"full_code_str": "26011",
"name": "Arenac County",
"population": 14883,
"state_code": 26
},
"26013": {
"county_code": 13,
"full_code_int": 26013,
"full_code_str": "26013",
"name": "Baraga County",
"population": 8209,
"state_code": 26
},
"26015": {
"county_code": 15,
"full_code_int": 26015,
"full_code_str": "26015",
"name": "Barry County",
"population": 61550,
"state_code": 26
},
"26017": {
"county_code": 17,
"full_code_int": 26017,
"full_code_str": "26017",
"name": "Bay County",
"population": 103126,
"state_code": 26
},
"26019": {
"county_code": 19,
"full_code_int": 26019,
"full_code_str": "26019",
"name": "Benzie County",
"population": 17766,
"state_code": 26
},
"26021": {
"county_code": 21,
"full_code_int": 26021,
"full_code_str": "26021",
"name": "Berrien County",
"population": 153401,
"state_code": 26
},
"26023": {
"county_code": 23,
"full_code_int": 26023,
"full_code_str": "26023",
"name": "Branch County",
"population": 43517,
"state_code": 26
},
"26025": {
"county_code": 25,
"full_code_int": 26025,
"full_code_str": "26025",
"name": "Calhoun County",
"population": 134159,
"state_code": 26
},
"26027": {
"county_code": 27,
"full_code_int": 26027,
"full_code_str": "26027",
"name": "Cass County",
"population": 51787,
"state_code": 26
},
"26029": {
"county_code": 29,
"full_code_int": 26029,
"full_code_str": "26029",
"name": "Charlevoix County",
"population": 26143,
"state_code": 26
},
"26031": {
"county_code": 31,
"full_code_int": 26031,
"full_code_str": "26031",
"name": "Cheboygan County",
"population": 25276,
"state_code": 26
},
"26033": {
"county_code": 33,
"full_code_int": 26033,
"full_code_str": "26033",
"name": "Chippewa County",
"population": 37349,
"state_code": 26
},
"26035": {
"county_code": 35,
"full_code_int": 26035,
"full_code_str": "26035",
"name": "Clare County",
"population": 30950,
"state_code": 26
},
"26037": {
"county_code": 37,
"full_code_int": 26037,
"full_code_str": "26037",
"name": "Clinton County",
"population": 79595,
"state_code": 26
},
"26039": {
"county_code": 39,
"full_code_int": 26039,
"full_code_str": "26039",
"name": "Crawford County",
"population": 14029,
"state_code": 26
},
"26041": {
"county_code": 41,
"full_code_int": 26041,
"full_code_str": "26041",
"name": "Delta County",
"population": 35784,
"state_code": 26
},
"26043": {
"county_code": 43,
"full_code_int": 26043,
"full_code_str": "26043",
"name": "Dickinson County",
"population": 25239,
"state_code": 26
},
"26045": {
"county_code": 45,
"full_code_int": 26045,
"full_code_str": "26045",
"name": "Eaton County",
"population": 110268,
"state_code": 26
},
"26047": {
"county_code": 47,
"full_code_int": 26047,
"full_code_str": "26047",
"name": "Emmet County",
"population": 33415,
"state_code": 26
},
"26049": {
"county_code": 49,
"full_code_int": 26049,
"full_code_str": "26049",
"name": "Genesee County",
"population": 405813,
"state_code": 26
},
"26051": {
"county_code": 51,
"full_code_int": 26051,
"full_code_str": "26051",
"name": "Gladwin County",
"population": 25449,
"state_code": 26
},
"26053": {
"county_code": 53,
"full_code_int": 26053,
"full_code_str": "26053",
"name": "Gogebic County",
"population": 13975,
"state_code": 26
},
"26055": {
"county_code": 55,
"full_code_int": 26055,
"full_code_str": "26055",
"name": "Grand Traverse County",
"population": 93088,
"state_code": 26
},
"26057": {
"county_code": 57,
"full_code_int": 26057,
"full_code_str": "26057",
"name": "Gratiot County",
"population": 40711,
"state_code": 26
},
"26059": {
"county_code": 59,
"full_code_int": 26059,
"full_code_str": "26059",
"name": "Hillsdale County",
"population": 45605,
"state_code": 26
},
"26061": {
"county_code": 61,
"full_code_int": 26061,
"full_code_str": "26061",
"name": "Houghton County",
"population": 35684,
"state_code": 26
},
"26063": {
"county_code": 63,
"full_code_int": 26063,
"full_code_str": "26063",
"name": "Huron County",
"population": 30981,
"state_code": 26
},
"26065": {
"county_code": 65,
"full_code_int": 26065,
"full_code_str": "26065",
"name": "Ingham County",
"population": 292406,
"state_code": 26
},
"26067": {
"county_code": 67,
"full_code_int": 26067,
"full_code_str": "26067",
"name": "Ionia County",
"population": 64697,
"state_code": 26
},
"26069": {
"county_code": 69,
"full_code_int": 26069,
"full_code_str": "26069",
"name": "Iosco County",
"population": 25127,
"state_code": 26
},
"26071": {
"county_code": 71,
"full_code_int": 26071,
"full_code_str": "26071",
"name": "Iron County",
"population": 11066,
"state_code": 26
},
"26073": {
"county_code": 73,
"full_code_int": 26073,
"full_code_str": "26073",
"name": "Isabella County",
"population": 69872,
"state_code": 26
},
"26075": {
"county_code": 75,
"full_code_int": 26075,
"full_code_str": "26075",
"name": "Jackson County",
"population": 158510,
"state_code": 26
},
"26077": {
"county_code": 77,
"full_code_int": 26077,
"full_code_str": "26077",
"name": "Kalamazoo County",
"population": 265066,
"state_code": 26
},
"26079": {
"county_code": 79,
"full_code_int": 26079,
"full_code_str": "26079",
"name": "Kalkaska County",
"population": 18038,
"state_code": 26
},
"26081": {
"county_code": 81,
"full_code_int": 26081,
"full_code_str": "26081",
"name": "Kent County",
"population": 656955,
"state_code": 26
},
"26083": {
"county_code": 83,
"full_code_int": 26083,
"full_code_str": "26083",
"name": "Keweenaw County",
"population": 2116,
"state_code": 26
},
"26085": {
"county_code": 85,
"full_code_int": 26085,
"full_code_str": "26085",
"name": "Lake County",
"population": 11853,
"state_code": 26
},
"26087": {
"county_code": 87,
"full_code_int": 26087,
"full_code_str": "26087",
"name": "Lapeer County",
"population": 87607,
"state_code": 26
},
"26089": {
"county_code": 89,
"full_code_int": 26089,
"full_code_str": "26089",
"name": "Leelanau County",
"population": 21761,
"state_code": 26
},
"26091": {
"county_code": 91,
"full_code_int": 26091,
"full_code_str": "26091",
"name": "Lenawee County",
"population": 98451,
"state_code": 26
},
"26093": {
"county_code": 93,
"full_code_int": 26093,
"full_code_str": "26093",
"name": "Livingston County",
"population": 191995,
"state_code": 26
},
"26095": {
"county_code": 95,
"full_code_int": 26095,
"full_code_str": "26095",
"name": "Luce County",
"population": 6229,
"state_code": 26
},
"26097": {
"county_code": 97,
"full_code_int": 26097,
"full_code_str": "26097",
"name": "Mackinac County",
"population": 10799,
"state_code": 26
},
"26099": {
"county_code": 99,
"full_code_int": 26099,
"full_code_str": "26099",
"name": "Macomb County",
"population": 873972,
"state_code": 26
},
"26101": {
"county_code": 101,
"full_code_int": 26101,
"full_code_str": "26101",
"name": "Manistee County",
"population": 24558,
"state_code": 26
},
"26103": {
"county_code": 103,
"full_code_int": 26103,
"full_code_str": "26103",
"name": "Marquette County",
"population": 66699,
"state_code": 26
},
"26105": {
"county_code": 105,
"full_code_int": 26105,
"full_code_str": "26105",
"name": "Mason County",
"population": 29144,
"state_code": 26
},
"26107": {
"county_code": 107,
"full_code_int": 26107,
"full_code_str": "26107",
"name": "Mecosta County",
"population": 43453,
"state_code": 26
},
"26109": {
"county_code": 109,
"full_code_int": 26109,
"full_code_str": "26109",
"name": "Menominee County",
"population": 22780,
"state_code": 26
},
"26111": {
"county_code": 111,
"full_code_int": 26111,
"full_code_str": "26111",
"name": "Midland County",
"population": 83156,
"state_code": 26
},
"26113": {
"county_code": 113,
"full_code_int": 26113,
"full_code_str": "26113",
"name": "Missaukee County",
"population": 15118,
"state_code": 26
},
"26115": {
"county_code": 115,
"full_code_int": 26115,
"full_code_str": "26115",
"name": "Monroe County",
"population": 150500,
"state_code": 26
},
"26117": {
"county_code": 117,
"full_code_int": 26117,
"full_code_str": "26117",
"name": "Montcalm County",
"population": 63888,
"state_code": 26
},
"26119": {
"county_code": 119,
"full_code_int": 26119,
"full_code_str": "26119",
"name": "Montmorency County",
"population": 9328,
"state_code": 26
},
"26121": {
"county_code": 121,
"full_code_int": 26121,
"full_code_str": "26121",
"name": "Muskegon County",
"population": 173566,
"state_code": 26
},
"26123": {
"county_code": 123,
"full_code_int": 26123,
"full_code_str": "26123",
"name": "Newaygo County",
"population": 48980,
"state_code": 26
},
"26125": {
"county_code": 125,
"full_code_int": 26125,
"full_code_str": "26125",
"name": "Oakland County",
"population": 1257584,
"state_code": 26
},
"26127": {
"county_code": 127,
"full_code_int": 26127,
"full_code_str": "26127",
"name": "Oceana County",
"population": 26467,
"state_code": 26
},
"26129": {
"county_code": 129,
"full_code_int": 26129,
"full_code_str": "26129",
"name": "Ogemaw County",
"population": 20997,
"state_code": 26
},
"26131": {
"county_code": 131,
"full_code_int": 26131,
"full_code_str": "26131",
"name": "Ontonagon County",
"population": 5720,
"state_code": 26
},
"26133": {
"county_code": 133,
"full_code_int": 26133,
"full_code_str": "26133",
"name": "Osceola County",
"population": 23460,
"state_code": 26
},
"26135": {
"county_code": 135,
"full_code_int": 26135,
"full_code_str": "26135",
"name": "Oscoda County",
"population": 8241,
"state_code": 26
},
"26137": {
"county_code": 137,
"full_code_int": 26137,
"full_code_str": "26137",
"name": "Otsego County",
"population": 24668,
"state_code": 26
},
"26139": {
"county_code": 139,
"full_code_int": 26139,
"full_code_str": "26139",
"name": "Ottawa County",
"population": 291830,
"state_code": 26
},
"26141": {
"county_code": 141,
"full_code_int": 26141,
"full_code_str": "26141",
"name": "Presque Isle County",
"population": 12592,
"state_code": 26
},
"26143": {
"county_code": 143,
"full_code_int": 26143,
"full_code_str": "26143",
"name": "Roscommon County",
"population": 24019,
"state_code": 26
},
"26145": {
"county_code": 145,
"full_code_int": 26145,
"full_code_str": "26145",
"name": "Saginaw County",
"population": 190539,
"state_code": 26
},
"26147": {
"county_code": 147,
"full_code_int": 26147,
"full_code_str": "26147",
"name": "St. Clair County",
"population": 159128,
"state_code": 26
},
"26149": {
"county_code": 149,
"full_code_int": 26149,
"full_code_str": "26149",
"name": "St. Joseph County",
"population": 60964,
"state_code": 26
},
"26151": {
"county_code": 151,
"full_code_int": 26151,
"full_code_str": "26151",
"name": "Sanilac County",
"population": 41170,
"state_code": 26
},
"26153": {
"county_code": 153,
"full_code_int": 26153,
"full_code_str": "26153",
"name": "Schoolcraft County",
"population": 8094,
"state_code": 26
},
"26155": {
"county_code": 155,
"full_code_int": 26155,
"full_code_str": "26155",
"name": "Shiawassee County",
"population": 68122,
"state_code": 26
},
"26157": {
"county_code": 157,
"full_code_int": 26157,
"full_code_str": "26157",
"name": "Tuscola County",
"population": 52245,
"state_code": 26
},
"26159": {
"county_code": 159,
"full_code_int": 26159,
"full_code_str": "26159",
"name": "Van Buren County",
"population": 75677,
"state_code": 26
},
"26161": {
"county_code": 161,
"full_code_int": 26161,
"full_code_str": "26161",
"name": "Washtenaw County",
"population": 367601,
"state_code": 26
},
"26163": {
"county_code": 163,
"full_code_int": 26163,
"full_code_str": "26163",
"name": "Wayne County",
"population": 1749343,
"state_code": 26
},
"26165": {
"county_code": 165,
"full_code_int": 26165,
"full_code_str": "26165",
"name": "Wexford County",
"population": 33631,
"state_code": 26
},
"27001": {
"county_code": 1,
"full_code_int": 27001,
"full_code_str": "27001",
"name": "Aitkin County",
"population": 15886,
"state_code": 27
},
"27003": {
"county_code": 3,
"full_code_int": 27003,
"full_code_str": "27003",
"name": "Anoka County",
"population": 356921,
"state_code": 27
},
"27005": {
"county_code": 5,
"full_code_int": 27005,
"full_code_str": "27005",
"name": "Becker County",
"population": 34423,
"state_code": 27
},
"27007": {
"county_code": 7,
"full_code_int": 27007,
"full_code_str": "27007",
"name": "Beltrami County",
"population": 47188,
"state_code": 27
},
"27009": {
"county_code": 9,
"full_code_int": 27009,
"full_code_str": "27009",
"name": "Benton County",
"population": 40889,
"state_code": 27
},
"27011": {
"county_code": 11,
"full_code_int": 27011,
"full_code_str": "27011",
"name": "Big Stone County",
"population": 4991,
"state_code": 27
},
"27013": {
"county_code": 13,
"full_code_int": 27013,
"full_code_str": "27013",
"name": "Blue Earth County",
"population": 67653,
"state_code": 27
},
"27015": {
"county_code": 15,
"full_code_int": 27015,
"full_code_str": "27015",
"name": "Brown County",
"population": 25008,
"state_code": 27
},
"27017": {
"county_code": 17,
"full_code_int": 27017,
"full_code_str": "27017",
"name": "Carlton County",
"population": 35871,
"state_code": 27
},
"27019": {
"county_code": 19,
"full_code_int": 27019,
"full_code_str": "27019",
"name": "Carver County",
"population": 105089,
"state_code": 27
},
"27021": {
"county_code": 21,
"full_code_int": 27021,
"full_code_str": "27021",
"name": "Cass County",
"population": 29779,
"state_code": 27
},
"27023": {
"county_code": 23,
"full_code_int": 27023,
"full_code_str": "27023",
"name": "Chippewa County",
"population": 11800,
"state_code": 27
},
"27025": {
"county_code": 25,
"full_code_int": 27025,
"full_code_str": "27025",
"name": "Chisago County",
"population": 56579,
"state_code": 27
},
"27027": {
"county_code": 27,
"full_code_int": 27027,
"full_code_str": "27027",
"name": "Clay County",
"population": 64222,
"state_code": 27
},
"27029": {
"county_code": 29,
"full_code_int": 27029,
"full_code_str": "27029",
"name": "Clearwater County",
"population": 8818,
"state_code": 27
},
"27031": {
"county_code": 31,
"full_code_int": 27031,
"full_code_str": "27031",
"name": "Cook County",
"population": 5463,
"state_code": 27
},
"27033": {
"county_code": 33,
"full_code_int": 27033,
"full_code_str": "27033",
"name": "Cottonwood County",
"population": 11196,
"state_code": 27
},
"27035": {
"county_code": 35,
"full_code_int": 27035,
"full_code_str": "27035",
"name": "Crow Wing County",
"population": 65055,
"state_code": 27
},
"27037": {
"county_code": 37,
"full_code_int": 27037,
"full_code_str": "27037",
"name": "Dakota County",
"population": 429021,
"state_code": 27
},
"27039": {
"county_code": 39,
"full_code_int": 27039,
"full_code_str": "27039",
"name": "Dodge County",
"population": 20934,
"state_code": 27
},
"27041": {
"county_code": 41,
"full_code_int": 27041,
"full_code_str": "27041",
"name": "Douglas County",
"population": 38141,
"state_code": 27
},
"27043": {
"county_code": 43,
"full_code_int": 27043,
"full_code_str": "27043",
"name": "Faribault County",
"population": 13653,
"state_code": 27
},
"27045": {
"county_code": 45,
"full_code_int": 27045,
"full_code_str": "27045",
"name": "Fillmore County",
"population": 21067,
"state_code": 27
},
"27047": {
"county_code": 47,
"full_code_int": 27047,
"full_code_str": "27047",
"name": "Freeborn County",
"population": 30281,
"state_code": 27
},
"27049": {
"county_code": 49,
"full_code_int": 27049,
"full_code_str": "27049",
"name": "Goodhue County",
"population": 46340,
"state_code": 27
},
"27051": {
"county_code": 51,
"full_code_int": 27051,
"full_code_str": "27051",
"name": "Grant County",
"population": 5972,
"state_code": 27
},
"27053": {
"county_code": 53,
"full_code_int": 27053,
"full_code_str": "27053",
"name": "Hennepin County",
"population": 1265843,
"state_code": 27
},
"27055": {
"county_code": 55,
"full_code_int": 27055,
"full_code_str": "27055",
"name": "Houston County",
"population": 18600,
"state_code": 27
},
"27057": {
"county_code": 57,
"full_code_int": 27057,
"full_code_str": "27057",
"name": "Hubbard County",
"population": 21491,
"state_code": 27
},
"27059": {
"county_code": 59,
"full_code_int": 27059,
"full_code_str": "27059",
"name": "Isanti County",
"population": 40596,
"state_code": 27
},
"27061": {
"county_code": 61,
"full_code_int": 27061,
"full_code_str": "27061",
"name": "Itasca County",
"population": 45130,
"state_code": 27
},
"27063": {
"county_code": 63,
"full_code_int": 27063,
"full_code_str": "27063",
"name": "Jackson County",
"population": 9846,
"state_code": 27
},
"27065": {
"county_code": 65,
"full_code_int": 27065,
"full_code_str": "27065",
"name": "Kanabec County",
"population": 16337,
"state_code": 27
},
"27067": {
"county_code": 67,
"full_code_int": 27067,
"full_code_str": "27067",
"name": "Kandiyohi County",
"population": 43199,
"state_code": 27
},
"27069": {
"county_code": 69,
"full_code_int": 27069,
"full_code_str": "27069",
"name": "Kittson County",
"population": 4298,
"state_code": 27
},
"27071": {
"county_code": 71,
"full_code_int": 27071,
"full_code_str": "27071",
"name": "Koochiching County",
"population": 12229,
"state_code": 27
},
"27073": {
"county_code": 73,
"full_code_int": 27073,
"full_code_str": "27073",
"name": "Lac qui Parle County",
"population": 6623,
"state_code": 27
},
"27075": {
"county_code": 75,
"full_code_int": 27075,
"full_code_str": "27075",
"name": "Lake County",
"population": 10641,
"state_code": 27
},
"27077": {
"county_code": 77,
"full_code_int": 27077,
"full_code_str": "27077",
"name": "Lake of the Woods County",
"population": 3740,
"state_code": 27
},
"27079": {
"county_code": 79,
"full_code_int": 27079,
"full_code_str": "27079",
"name": "Le Sueur County",
"population": 28887,
"state_code": 27
},
"27081": {
"county_code": 81,
"full_code_int": 27081,
"full_code_str": "27081",
"name": "Lincoln County",
"population": 5639,
"state_code": 27
},
"27083": {
"county_code": 83,
"full_code_int": 27083,
"full_code_str": "27083",
"name": "Lyon County",
"population": 25474,
"state_code": 27
},
"27085": {
"county_code": 85,
"full_code_int": 27085,
"full_code_str": "27085",
"name": "McLeod County",
"population": 35893,
"state_code": 27
},
"27087": {
"county_code": 87,
"full_code_int": 27087,
"full_code_str": "27087",
"name": "Mahnomen County",
"population": 5527,
"state_code": 27
},
"27089": {
"county_code": 89,
"full_code_int": 27089,
"full_code_str": "27089",
"name": "Marshall County",
"population": 9336,
"state_code": 27
},
"27091": {
"county_code": 91,
"full_code_int": 27091,
"full_code_str": "27091",
"name": "Martin County",
"population": 19683,
"state_code": 27
},
"27093": {
"county_code": 93,
"full_code_int": 27093,
"full_code_str": "27093",
"name": "Meeker County",
"population": 23222,
"state_code": 27
},
"27095": {
"county_code": 95,
"full_code_int": 27095,
"full_code_str": "27095",
"name": "Mille Lacs County",
"population": 26277,
"state_code": 27
},
"27097": {
"county_code": 97,
"full_code_int": 27097,
"full_code_str": "27097",
"name": "Morrison County",
"population": 33386,
"state_code": 27
},
"27099": {
"county_code": 99,
"full_code_int": 27099,
"full_code_str": "27099",
"name": "Mower County",
"population": 40062,
"state_code": 27
},
"27101": {
"county_code": 101,
"full_code_int": 27101,
"full_code_str": "27101",
"name": "Murray County",
"population": 8194,
"state_code": 27
},
"27103": {
"county_code": 103,
"full_code_int": 27103,
"full_code_str": "27103",
"name": "Nicollet County",
"population": 34274,
"state_code": 27
},
"27105": {
"county_code": 105,
"full_code_int": 27105,
"full_code_str": "27105",
"name": "Nobles County",
"population": 21629,
"state_code": 27
},
"27107": {
"county_code": 107,
"full_code_int": 27107,
"full_code_str": "27107",
"name": "Norman County",
"population": 6375,
"state_code": 27
},
"27109": {
"county_code": 109,
"full_code_int": 27109,
"full_code_str": "27109",
"name": "Olmsted County",
"population": 158293,
"state_code": 27
},
"27111": {
"county_code": 111,
"full_code_int": 27111,
"full_code_str": "27111",
"name": "Otter Tail County",
"population": 58746,
"state_code": 27
},
"27113": {
"county_code": 113,
"full_code_int": 27113,
"full_code_str": "27113",
"name": "Pennington County",
"population": 14119,
"state_code": 27
},
"27115": {
"county_code": 115,
"full_code_int": 27115,
"full_code_str": "27115",
"name": "Pine County",
"population": 29579,
"state_code": 27
},
"27117": {
"county_code": 117,
"full_code_int": 27117,
"full_code_str": "27117",
"name": "Pipestone County",
"population": 9126,
"state_code": 27
},
"27119": {
"county_code": 119,
"full_code_int": 27119,
"full_code_str": "27119",
"name": "Polk County",
"population": 31364,
"state_code": 27
},
"27121": {
"county_code": 121,
"full_code_int": 27121,
"full_code_str": "27121",
"name": "Pope County",
"population": 11249,
"state_code": 27
},
"27123": {
"county_code": 123,
"full_code_int": 27123,
"full_code_str": "27123",
"name": "Ramsey County",
"population": 550321,
"state_code": 27
},
"27125": {
"county_code": 125,
"full_code_int": 27125,
"full_code_str": "27125",
"name": "Red Lake County",
"population": 4055,
"state_code": 27
},
"27127": {
"county_code": 127,
"full_code_int": 27127,
"full_code_str": "27127",
"name": "Redwood County",
"population": 15170,
"state_code": 27
},
"27129": {
"county_code": 129,
"full_code_int": 27129,
"full_code_str": "27129",
"name": "Renville County",
"population": 14548,
"state_code": 27
},
"27131": {
"county_code": 131,
"full_code_int": 27131,
"full_code_str": "27131",
"name": "Rice County",
"population": 66972,
"state_code": 27
},
"27133": {
"county_code": 133,
"full_code_int": 27133,
"full_code_str": "27133",
"name": "Rock County",
"population": 9315,
"state_code": 27
},
"27135": {
"county_code": 135,
"full_code_int": 27135,
"full_code_str": "27135",
"name": "Roseau County",
"population": 15165,
"state_code": 27
},
"27137": {
"county_code": 137,
"full_code_int": 27137,
"full_code_str": "27137",
"name": "St. Louis County",
"population": 199070,
"state_code": 27
},
"27139": {
"county_code": 139,
"full_code_int": 27139,
"full_code_str": "27139",
"name": "Scott County",
"population": 149013,
"state_code": 27
},
"27141": {
"county_code": 141,
"full_code_int": 27141,
"full_code_str": "27141",
"name": "Sherburne County",
"population": 97238,
"state_code": 27
},
"27143": {
"county_code": 143,
"full_code_int": 27143,
"full_code_str": "27143",
"name": "Sibley County",
"population": 14865,
"state_code": 27
},
"27145": {
"county_code": 145,
"full_code_int": 27145,
"full_code_str": "27145",
"name": "Stearns County",
"population": 161075,
"state_code": 27
},
"27147": {
"county_code": 147,
"full_code_int": 27147,
"full_code_str": "27147",
"name": "Steele County",
"population": 36649,
"state_code": 27
},
"27149": {
"county_code": 149,
"full_code_int": 27149,
"full_code_str": "27149",
"name": "Stevens County",
"population": 9805,
"state_code": 27
},
"27151": {
"county_code": 151,
"full_code_int": 27151,
"full_code_str": "27151",
"name": "Swift County",
"population": 9266,
"state_code": 27
},
"27153": {
"county_code": 153,
"full_code_int": 27153,
"full_code_str": "27153",
"name": "Todd County",
"population": 24664,
"state_code": 27
},
"27155": {
"county_code": 155,
"full_code_int": 27155,
"full_code_str": "27155",
"name": "Traverse County",
"population": 3259,
"state_code": 27
},
"27157": {
"county_code": 157,
"full_code_int": 27157,
"full_code_str": "27157",
"name": "Wabasha County",
"population": 21627,
"state_code": 27
},
"27159": {
"county_code": 159,
"full_code_int": 27159,
"full_code_str": "27159",
"name": "Wadena County",
"population": 13682,
"state_code": 27
},
"27161": {
"county_code": 161,
"full_code_int": 27161,
"full_code_str": "27161",
"name": "Waseca County",
"population": 18612,
"state_code": 27
},
"27163": {
"county_code": 163,
"full_code_int": 27163,
"full_code_str": "27163",
"name": "Washington County",
"population": 262440,
"state_code": 27
},
"27165": {
"county_code": 165,
"full_code_int": 27165,
"full_code_str": "27165",
"name": "Watonwan County",
"population": 10897,
"state_code": 27
},
"27167": {
"county_code": 167,
"full_code_int": 27167,
"full_code_str": "27167",
"name": "Wilkin County",
"population": 6207,
"state_code": 27
},
"27169": {
"county_code": 169,
"full_code_int": 27169,
"full_code_str": "27169",
"name": "Winona County",
"population": 50484,
"state_code": 27
},
"27171": {
"county_code": 171,
"full_code_int": 27171,
"full_code_str": "27171",
"name": "Wright County",
"population": 138377,
"state_code": 27
},
"27173": {
"county_code": 173,
"full_code_int": 27173,
"full_code_str": "27173",
"name": "Yellow Medicine County",
"population": 9709,
"state_code": 27
},
"28001": {
"county_code": 1,
"full_code_int": 28001,
"full_code_str": "28001",
"name": "Adams County",
"population": 30693,
"state_code": 28
},
"28003": {
"county_code": 3,
"full_code_int": 28003,
"full_code_str": "28003",
"name": "Alcorn County",
"population": 36953,
"state_code": 28
},
"28005": {
"county_code": 5,
"full_code_int": 28005,
"full_code_str": "28005",
"name": "Amite County",
"population": 12297,
"state_code": 28
},
"28007": {
"county_code": 7,
"full_code_int": 28007,
"full_code_str": "28007",
"name": "Attala County",
"population": 18174,
"state_code": 28
},
"28009": {
"county_code": 9,
"full_code_int": 28009,
"full_code_str": "28009",
"name": "Benton County",
"population": 8259,
"state_code": 28
},
"28011": {
"county_code": 11,
"full_code_int": 28011,
"full_code_str": "28011",
"name": "Bolivar County",
"population": 30628,
"state_code": 28
},
"28013": {
"county_code": 13,
"full_code_int": 28013,
"full_code_str": "28013",
"name": "Calhoun County",
"population": 14361,
"state_code": 28
},
"28015": {
"county_code": 15,
"full_code_int": 28015,
"full_code_str": "28015",
"name": "Carroll County",
"population": 9947,
"state_code": 28
},
"28017": {
"county_code": 17,
"full_code_int": 28017,
"full_code_str": "28017",
"name": "Chickasaw County",
"population": 17103,
"state_code": 28
},
"28019": {
"county_code": 19,
"full_code_int": 28019,
"full_code_str": "28019",
"name": "Choctaw County",
"population": 8210,
"state_code": 28
},
"28021": {
"county_code": 21,
"full_code_int": 28021,
"full_code_str": "28021",
"name": "Claiborne County",
"population": 8988,
"state_code": 28
},
"28023": {
"county_code": 23,
"full_code_int": 28023,
"full_code_str": "28023",
"name": "Clarke County",
"population": 15541,
"state_code": 28
},
"28025": {
"county_code": 25,
"full_code_int": 28025,
"full_code_str": "28025",
"name": "Clay County",
"population": 19316,
"state_code": 28
},
"28027": {
"county_code": 27,
"full_code_int": 28027,
"full_code_str": "28027",
"name": "Coahoma County",
"population": 22124,
"state_code": 28
},
"28029": {
"county_code": 29,
"full_code_int": 28029,
"full_code_str": "28029",
"name": "Copiah County",
"population": 28065,
"state_code": 28
},
"28031": {
"county_code": 31,
"full_code_int": 28031,
"full_code_str": "28031",
"name": "Covington County",
"population": 18636,
"state_code": 28
},
"28033": {
"county_code": 33,
"full_code_int": 28033,
"full_code_str": "28033",
"name": "DeSoto County",
"population": 184945,
"state_code": 28
},
"28035": {
"county_code": 35,
"full_code_int": 28035,
"full_code_str": "28035",
"name": "Forrest County",
"population": 74897,
"state_code": 28
},
"28037": {
"county_code": 37,
"full_code_int": 28037,
"full_code_str": "28037",
"name": "Franklin County",
"population": 7713,
"state_code": 28
},
"28039": {
"county_code": 39,
"full_code_int": 28039,
"full_code_str": "28039",
"name": "George County",
"population": 24500,
"state_code": 28
},
"28041": {
"county_code": 41,
"full_code_int": 28041,
"full_code_str": "28041",
"name": "Greene County",
"population": 13586,
"state_code": 28
},
"28043": {
"county_code": 43,
"full_code_int": 28043,
"full_code_str": "28043",
"name": "Grenada County",
"population": 20758,
"state_code": 28
},
"28045": {
"county_code": 45,
"full_code_int": 28045,
"full_code_str": "28045",
"name": "Hancock County",
"population": 47632,
"state_code": 28
},
"28047": {
"county_code": 47,
"full_code_int": 28047,
"full_code_str": "28047",
"name": "Harrison County",
"population": 208080,
"state_code": 28
},
"28049": {
"county_code": 49,
"full_code_int": 28049,
"full_code_str": "28049",
"name": "Hinds County",
"population": 231840,
"state_code": 28
},
"28051": {
"county_code": 51,
"full_code_int": 28051,
"full_code_str": "28051",
"name": "Holmes County",
"population": 17010,
"state_code": 28
},
"28053": {
"county_code": 53,
"full_code_int": 28053,
"full_code_str": "28053",
"name": "Humphreys County",
"population": 8064,
"state_code": 28
},
"28055": {
"county_code": 55,
"full_code_int": 28055,
"full_code_str": "28055",
"name": "Issaquena County",
"population": 1327,
"state_code": 28
},
"28057": {
"county_code": 57,
"full_code_int": 28057,
"full_code_str": "28057",
"name": "Itawamba County",
"population": 23390,
"state_code": 28
},
"28059": {
"county_code": 59,
"full_code_int": 28059,
"full_code_str": "28059",
"name": "Jackson County",
"population": 143617,
"state_code": 28
},
"28061": {
"county_code": 61,
"full_code_int": 28061,
"full_code_str": "28061",
"name": "Jasper County",
"population": 16383,
"state_code": 28
},
"28063": {
"county_code": 63,
"full_code_int": 28063,
"full_code_str": "28063",
"name": "Jefferson County",
"population": 6990,
"state_code": 28
},
"28065": {
"county_code": 65,
"full_code_int": 28065,
"full_code_str": "28065",
"name": "Jefferson Davis County",
"population": 11128,
"state_code": 28
},
"28067": {
"county_code": 67,
"full_code_int": 28067,
"full_code_str": "28067",
"name": "Jones County",
"population": 68098,
"state_code": 28
},
"28069": {
"county_code": 69,
"full_code_int": 28069,
"full_code_str": "28069",
"name": "Kemper County",
"population": 9742,
"state_code": 28
},
"28071": {
"county_code": 71,
"full_code_int": 28071,
"full_code_str": "28071",
"name": "Lafayette County",
"population": 54019,
"state_code": 28
},
"28073": {
"county_code": 73,
"full_code_int": 28073,
"full_code_str": "28073",
"name": "Lamar County",
"population": 63343,
"state_code": 28
},
"28075": {
"county_code": 75,
"full_code_int": 28075,
"full_code_str": "28075",
"name": "Lauderdale County",
"population": 74125,
"state_code": 28
},
"28077": {
"county_code": 77,
"full_code_int": 28077,
"full_code_str": "28077",
"name": "Lawrence County",
"population": 12586,
"state_code": 28
},
"28079": {
"county_code": 79,
"full_code_int": 28079,
"full_code_str": "28079",
"name": "Leake County",
"population": 22786,
"state_code": 28
},
"28081": {
"county_code": 81,
"full_code_int": 28081,
"full_code_str": "28081",
"name": "Lee County",
"population": 85436,
"state_code": 28
},
"28083": {
"county_code": 83,
"full_code_int": 28083,
"full_code_str": "28083",
"name": "Leflore County",
"population": 28183,
"state_code": 28
},
"28085": {
"county_code": 85,
"full_code_int": 28085,
"full_code_str": "28085",
"name": "Lincoln County",
"population": 34153,
"state_code": 28
},
"28087": {
"county_code": 87,
"full_code_int": 28087,
"full_code_str": "28087",
"name": "Lowndes County",
"population": 58595,
"state_code": 28
},
"28089": {
"county_code": 89,
"full_code_int": 28089,
"full_code_str": "28089",
"name": "Madison County",
"population": 106272,
"state_code": 28
},
"28091": {
"county_code": 91,
"full_code_int": 28091,
"full_code_str": "28091",
"name": "Marion County",
"population": 24573,
"state_code": 28
},
"28093": {
"county_code": 93,
"full_code_int": 28093,
"full_code_str": "28093",
"name": "Marshall County",
"population": 35294,
"state_code": 28
},
"28095": {
"county_code": 95,
"full_code_int": 28095,
"full_code_str": "28095",
"name": "Monroe County",
"population": 35252,
"state_code": 28
},
"28097": {
"county_code": 97,
"full_code_int": 28097,
"full_code_str": "28097",
"name": "Montgomery County",
"population": 9775,
"state_code": 28
},
"28099": {
"county_code": 99,
"full_code_int": 28099,
"full_code_str": "28099",
"name": "Neshoba County",
"population": 29118,
"state_code": 28
},
"28101": {
"county_code": 101,
"full_code_int": 28101,
"full_code_str": "28101",
"name": "Newton County",
"population": 21018,
"state_code": 28
},
"28103": {
"county_code": 103,
"full_code_int": 28103,
"full_code_str": "28103",
"name": "Noxubee County",
"population": 10417,
"state_code": 28
},
"28105": {
"county_code": 105,
"full_code_int": 28105,
"full_code_str": "28105",
"name": "Oktibbeha County",
"population": 49587,
"state_code": 28
},
"28107": {
"county_code": 107,
"full_code_int": 28107,
"full_code_str": "28107",
"name": "Panola County",
"population": 34192,
"state_code": 28
},
"28109": {
"county_code": 109,
"full_code_int": 28109,
"full_code_str": "28109",
"name": "Pearl River County",
"population": 55535,
"state_code": 28
},
"28111": {
"county_code": 111,
"full_code_int": 28111,
"full_code_str": "28111",
"name": "Perry County",
"population": 11973,
"state_code": 28
},
"28113": {
"county_code": 113,
"full_code_int": 28113,
"full_code_str": "28113",
"name": "Pike County",
"population": 39288,
"state_code": 28
},
"28115": {
"county_code": 115,
"full_code_int": 28115,
"full_code_str": "28115",
"name": "Pontotoc County",
"population": 32174,
"state_code": 28
},
"28117": {
"county_code": 117,
"full_code_int": 28117,
"full_code_str": "28117",
"name": "Prentiss County",
"population": 25126,
"state_code": 28
},
"28119": {
"county_code": 119,
"full_code_int": 28119,
"full_code_str": "28119",
"name": "Quitman County",
"population": 6792,
"state_code": 28
},
"28121": {
"county_code": 121,
"full_code_int": 28121,
"full_code_str": "28121",
"name": "Rankin County",
"population": 155271,
"state_code": 28
},
"28123": {
"county_code": 123,
"full_code_int": 28123,
"full_code_str": "28123",
"name": "Scott County",
"population": 28124,
"state_code": 28
},
"28125": {
"county_code": 125,
"full_code_int": 28125,
"full_code_str": "28125",
"name": "Sharkey County",
"population": 4321,
"state_code": 28
},
"28127": {
"county_code": 127,
"full_code_int": 28127,
"full_code_str": "28127",
"name": "Simpson County",
"population": 26658,
"state_code": 28
},
"28129": {
"county_code": 129,
"full_code_int": 28129,
"full_code_str": "28129",
"name": "Smith County",
"population": 15916,
"state_code": 28
},
"28131": {
"county_code": 131,
"full_code_int": 28131,
"full_code_str": "28131",
"name": "Stone County",
"population": 18336,
"state_code": 28
},
"28133": {
"county_code": 133,
"full_code_int": 28133,
"full_code_str": "28133",
"name": "Sunflower County",
"population": 25110,
"state_code": 28
},
"28135": {
"county_code": 135,
"full_code_int": 28135,
"full_code_str": "28135",
"name": "Tallahatchie County",
"population": 13809,
"state_code": 28
},
"28137": {
"county_code": 137,
"full_code_int": 28137,
"full_code_str": "28137",
"name": "Tate County",
"population": 28321,
"state_code": 28
},
"28139": {
"county_code": 139,
"full_code_int": 28139,
"full_code_str": "28139",
"name": "Tippah County",
"population": 22015,
"state_code": 28
},
"28141": {
"county_code": 141,
"full_code_int": 28141,
"full_code_str": "28141",
"name": "Tishomingo County",
"population": 19383,
"state_code": 28
},
"28143": {
"county_code": 143,
"full_code_int": 28143,
"full_code_str": "28143",
"name": "Tunica County",
"population": 9632,
"state_code": 28
},
"28145": {
"county_code": 145,
"full_code_int": 28145,
"full_code_str": "28145",
"name": "Union County",
"population": 28815,
"state_code": 28
},
"28147": {
"county_code": 147,
"full_code_int": 28147,
"full_code_str": "28147",
"name": "Walthall County",
"population": 14286,
"state_code": 28
},
"28149": {
"county_code": 149,
"full_code_int": 28149,
"full_code_str": "28149",
"name": "Warren County",
"population": 45381,
"state_code": 28
},
"28151": {
"county_code": 151,
"full_code_int": 28151,
"full_code_str": "28151",
"name": "Washington County",
"population": 43909,
"state_code": 28
},
"28153": {
"county_code": 153,
"full_code_int": 28153,
"full_code_str": "28153",
"name": "Wayne County",
"population": 20183,
"state_code": 28
},
"28155": {
"county_code": 155,
"full_code_int": 28155,
"full_code_str": "28155",
"name": "Webster County",
"population": 9689,
"state_code": 28
},
"28157": {
"county_code": 157,
"full_code_int": 28157,
"full_code_str": "28157",
"name": "Wilkinson County",
"population": 8630,
"state_code": 28
},
"28159": {
"county_code": 159,
"full_code_int": 28159,
"full_code_str": "28159",
"name": "Winston County",
"population": 17955,
"state_code": 28
},
"28161": {
"county_code": 161,
"full_code_int": 28161,
"full_code_str": "28161",
"name": "Yalobusha County",
"population": 12108,
"state_code": 28
},
"28163": {
"county_code": 163,
"full_code_int": 28163,
"full_code_str": "28163",
"name": "Yazoo County",
"population": 29690,
"state_code": 28
},
"29001": {
"county_code": 1,
"full_code_int": 29001,
"full_code_str": "29001",
"name": "Adair County",
"population": 25343,
"state_code": 29
},
"29003": {
"county_code": 3,
"full_code_int": 29003,
"full_code_str": "29003",
"name": "Andrew County",
"population": 17712,
"state_code": 29
},
"29005": {
"county_code": 5,
"full_code_int": 29005,
"full_code_str": "29005",
"name": "Atchison County",
"population": 5143,
"state_code": 29
},
"29007": {
"county_code": 7,
"full_code_int": 29007,
"full_code_str": "29007",
"name": "Audrain County",
"population": 25388,
"state_code": 29
},
"29009": {
"county_code": 9,
"full_code_int": 29009,
"full_code_str": "29009",
"name": "Barry County",
"population": 35789,
"state_code": 29
},
"29011": {
"county_code": 11,
"full_code_int": 29011,
"full_code_str": "29011",
"name": "Barton County",
"population": 11754,
"state_code": 29
},
"29013": {
"county_code": 13,
"full_code_int": 29013,
"full_code_str": "29013",
"name": "Bates County",
"population": 16172,
"state_code": 29
},
"29015": {
"county_code": 15,
"full_code_int": 29015,
"full_code_str": "29015",
"name": "Benton County",
"population": 19443,
"state_code": 29
},
"29017": {
"county_code": 17,
"full_code_int": 29017,
"full_code_str": "29017",
"name": "Bollinger County",
"population": 12133,
"state_code": 29
},
"29019": {
"county_code": 19,
"full_code_int": 29019,
"full_code_str": "29019",
"name": "Boone County",
"population": 180463,
"state_code": 29
},
"29021": {
"county_code": 21,
"full_code_int": 29021,
"full_code_str": "29021",
"name": "Buchanan County",
"population": 87364,
"state_code": 29
},
"29023": {
"county_code": 23,
"full_code_int": 29023,
"full_code_str": "29023",
"name": "Butler County",
"population": 42478,
"state_code": 29
},
"29025": {
"county_code": 25,
"full_code_int": 29025,
"full_code_str": "29025",
"name": "Caldwell County",
"population": 9020,
"state_code": 29
},
"29027": {
"county_code": 27,
"full_code_int": 29027,
"full_code_str": "29027",
"name": "Callaway County",
"population": 44743,
"state_code": 29
},
"29029": {
"county_code": 29,
"full_code_int": 29029,
"full_code_str": "29029",
"name": "Camden County",
"population": 46305,
"state_code": 29
},
"29031": {
"county_code": 31,
"full_code_int": 29031,
"full_code_str": "29031",
"name": "Cape Girardeau County",
"population": 78871,
"state_code": 29
},
"29033": {
"county_code": 33,
"full_code_int": 29033,
"full_code_str": "29033",
"name": "Carroll County",
"population": 8679,
"state_code": 29
},
"29035": {
"county_code": 35,
"full_code_int": 29035,
"full_code_str": "29035",
"name": "Carter County",
"population": 5982,
"state_code": 29
},
"29037": {
"county_code": 37,
"full_code_int": 29037,
"full_code_str": "29037",
"name": "Cass County",
"population": 105780,
"state_code": 29
},
"29039": {
"county_code": 39,
"full_code_int": 29039,
"full_code_str": "29039",
"name": "Cedar County",
"population": 14349,
"state_code": 29
},
"29041": {
"county_code": 41,
"full_code_int": 29041,
"full_code_str": "29041",
"name": "Chariton County",
"population": 7426,
"state_code": 29
},
"29043": {
"county_code": 43,
"full_code_int": 29043,
"full_code_str": "29043",
"name": "Christian County",
"population": 88595,
"state_code": 29
},
"29045": {
"county_code": 45,
"full_code_int": 29045,
"full_code_str": "29045",
"name": "Clark County",
"population": 6797,
"state_code": 29
},
"29047": {
"county_code": 47,
"full_code_int": 29047,
"full_code_str": "29047",
"name": "Clay County",
"population": 249948,
"state_code": 29
},
"29049": {
"county_code": 49,
"full_code_int": 29049,
"full_code_str": "29049",
"name": "Clinton County",
"population": 20387,
"state_code": 29
},
"29051": {
"county_code": 51,
"full_code_int": 29051,
"full_code_str": "29051",
"name": "Cole County",
"population": 76745,
"state_code": 29
},
"29053": {
"county_code": 53,
"full_code_int": 29053,
"full_code_str": "29053",
"name": "Cooper County",
"population": 17709,
"state_code": 29
},
"29055": {
"county_code": 55,
"full_code_int": 29055,
"full_code_str": "29055",
"name": "Crawford County",
"population": 23920,
"state_code": 29
},
"29057": {
"county_code": 57,
"full_code_int": 29057,
"full_code_str": "29057",
"name": "Dade County",
"population": 7561,
"state_code": 29
},
"29059": {
"county_code": 59,
"full_code_int": 29059,
"full_code_str": "29059",
"name": "Dallas County",
"population": 16878,
"state_code": 29
},
"29061": {
"county_code": 61,
"full_code_int": 29061,
"full_code_str": "29061",
"name": "Daviess County",
"population": 8278,
"state_code": 29
},
"29063": {
"county_code": 63,
"full_code_int": 29063,
"full_code_str": "29063",
"name": "DeKalb County",
"population": 12547,
"state_code": 29
},
"29065": {
"county_code": 65,
"full_code_int": 29065,
"full_code_str": "29065",
"name": "Dent County",
"population": 15573,
"state_code": 29
},
"29067": {
"county_code": 67,
"full_code_int": 29067,
"full_code_str": "29067",
"name": "Douglas County",
"population": 13185,
"state_code": 29
},
"29069": {
"county_code": 69,
"full_code_int": 29069,
"full_code_str": "29069",
"name": "Dunklin County",
"population": 29131,
"state_code": 29
},
"29071": {
"county_code": 71,
"full_code_int": 29071,
"full_code_str": "29071",
"name": "Franklin County",
"population": 103967,
"state_code": 29
},
"29073": {
"county_code": 73,
"full_code_int": 29073,
"full_code_str": "29073",
"name": "Gasconade County",
"population": 14706,
"state_code": 29
},
"29075": {
"county_code": 75,
"full_code_int": 29075,
"full_code_str": "29075",
"name": "Gentry County",
"population": 6571,
"state_code": 29
},
"29077": {
"county_code": 77,
"full_code_int": 29077,
"full_code_str": "29077",
"name": "Greene County",
"population": 293086,
"state_code": 29
},
"29079": {
"county_code": 79,
"full_code_int": 29079,
"full_code_str": "29079",
"name": "Grundy County",
"population": 9850,
"state_code": 29
},
"29081": {
"county_code": 81,
"full_code_int": 29081,
"full_code_str": "29081",
"name": "Harrison County",
"population": 8352,
"state_code": 29
},
"29083": {
"county_code": 83,
"full_code_int": 29083,
"full_code_str": "29083",
"name": "Henry County",
"population": 21824,
"state_code": 29
},
"29085": {
"county_code": 85,
"full_code_int": 29085,
"full_code_str": "29085",
"name": "Hickory County",
"population": 9544,
"state_code": 29
},
"29087": {
"county_code": 87,
"full_code_int": 29087,
"full_code_str": "29087",
"name": "Holt County",
"population": 4403,
"state_code": 29
},
"29089": {
"county_code": 89,
"full_code_int": 29089,
"full_code_str": "29089",
"name": "Howard County",
"population": 10001,
"state_code": 29
},
"29091": {
"county_code": 91,
"full_code_int": 29091,
"full_code_str": "29091",
"name": "Howell County",
"population": 40117,
"state_code": 29
},
"29093": {
"county_code": 93,
"full_code_int": 29093,
"full_code_str": "29093",
"name": "Iron County",
"population": 10125,
"state_code": 29
},
"29095": {
"county_code": 95,
"full_code_int": 29095,
"full_code_str": "29095",
"name": "Jackson County",
"population": 703011,
"state_code": 29
},
"29097": {
"county_code": 97,
"full_code_int": 29097,
"full_code_str": "29097",
"name": "Jasper County",
"population": 121328,
"state_code": 29
},
"29099": {
"county_code": 99,
"full_code_int": 29099,
"full_code_str": "29099",
"name": "Jefferson County",
"population": 225081,
"state_code": 29
},
"29101": {
"county_code": 101,
"full_code_int": 29101,
"full_code_str": "29101",
"name": "Johnson County",
"population": 54062,
"state_code": 29
},
"29103": {
"county_code": 103,
"full_code_int": 29103,
"full_code_str": "29103",
"name": "Knox County",
"population": 3959,
"state_code": 29
},
"29105": {
"county_code": 105,
"full_code_int": 29105,
"full_code_str": "29105",
"name": "Laclede County",
"population": 35723,
"state_code": 29
},
"29107": {
"county_code": 107,
"full_code_int": 29107,
"full_code_str": "29107",
"name": "Lafayette County",
"population": 32708,
"state_code": 29
},
"29109": {
"county_code": 109,
"full_code_int": 29109,
"full_code_str": "29109",
"name": "Lawrence County",
"population": 38355,
"state_code": 29
},
"29111": {
"county_code": 111,
"full_code_int": 29111,
"full_code_str": "29111",
"name": "Lewis County",
"population": 9776,
"state_code": 29
},
"29113": {
"county_code": 113,
"full_code_int": 29113,
"full_code_str": "29113",
"name": "Lincoln County",
"population": 59013,
"state_code": 29
},
"29115": {
"county_code": 115,
"full_code_int": 29115,
"full_code_str": "29115",
"name": "Linn County",
"population": 11920,
"state_code": 29
},
"29117": {
"county_code": 117,
"full_code_int": 29117,
"full_code_str": "29117",
"name": "Livingston County",
"population": 15227,
"state_code": 29
},
"29119": {
"county_code": 119,
"full_code_int": 29119,
"full_code_str": "29119",
"name": "McDonald County",
"population": 22837,
"state_code": 29
},
"29121": {
"county_code": 121,
"full_code_int": 29121,
"full_code_str": "29121",
"name": "Macon County",
"population": 15117,
"state_code": 29
},
"29123": {
"county_code": 123,
"full_code_int": 29123,
"full_code_str": "29123",
"name": "Madison County",
"population": 12088,
"state_code": 29
},
"29125": {
"county_code": 125,
"full_code_int": 29125,
"full_code_str": "29125",
"name": "Maries County",
"population": 8697,
"state_code": 29
},
"29127": {
"county_code": 127,
"full_code_int": 29127,
"full_code_str": "29127",
"name": "Marion County",
"population": 28530,
"state_code": 29
},
"29129": {
"county_code": 129,
"full_code_int": 29129,
"full_code_str": "29129",
"name": "Mercer County",
"population": 3617,
"state_code": 29
},
"29131": {
"county_code": 131,
"full_code_int": 29131,
"full_code_str": "29131",
"name": "Miller County",
"population": 25619,
"state_code": 29
},
"29133": {
"county_code": 133,
"full_code_int": 29133,
"full_code_str": "29133",
"name": "Mississippi County",
"population": 13180,
"state_code": 29
},
"29135": {
"county_code": 135,
"full_code_int": 29135,
"full_code_str": "29135",
"name": "Moniteau County",
"population": 16132,
"state_code": 29
},
"29137": {
"county_code": 137,
"full_code_int": 29137,
"full_code_str": "29137",
"name": "Monroe County",
"population": 8644,
"state_code": 29
},
"29139": {
"county_code": 139,
"full_code_int": 29139,
"full_code_str": "29139",
"name": "Montgomery County",
"population": 11551,
"state_code": 29
},
"29141": {
"county_code": 141,
"full_code_int": 29141,
"full_code_str": "29141",
"name": "Morgan County",
"population": 20627,
"state_code": 29
},
"29143": {
"county_code": 143,
"full_code_int": 29143,
"full_code_str": "29143",
"name": "New Madrid County",
"population": 17076,
"state_code": 29
},
"29145": {
"county_code": 145,
"full_code_int": 29145,
"full_code_str": "29145",
"name": "Newton County",
"population": 58236,
"state_code": 29
},
"29147": {
"county_code": 147,
"full_code_int": 29147,
"full_code_str": "29147",
"name": "Nodaway County",
"population": 22092,
"state_code": 29
},
"29149": {
"county_code": 149,
"full_code_int": 29149,
"full_code_str": "29149",
"name": "Oregon County",
"population": 10529,
"state_code": 29
},
"29151": {
"county_code": 151,
"full_code_int": 29151,
"full_code_str": "29151",
"name": "Osage County",
"population": 13615,
"state_code": 29
},
"29153": {
"county_code": 153,
"full_code_int": 29153,
"full_code_str": "29153",
"name": "Ozark County",
"population": 9174,
"state_code": 29
},
"29155": {
"county_code": 155,
"full_code_int": 29155,
"full_code_str": "29155",
"name": "Pemiscot County",
"population": 15805,
"state_code": 29
},
"29157": {
"county_code": 157,
"full_code_int": 29157,
"full_code_str": "29157",
"name": "Perry County",
"population": 19136,
"state_code": 29
},
"29159": {
"county_code": 159,
"full_code_int": 29159,
"full_code_str": "29159",
"name": "Pettis County",
"population": 42339,
"state_code": 29
},
"29161": {
"county_code": 161,
"full_code_int": 29161,
"full_code_str": "29161",
"name": "Phelps County",
"population": 44573,
"state_code": 29
},
"29163": {
"county_code": 163,
"full_code_int": 29163,
"full_code_str": "29163",
"name": "Pike County",
"population": 18302,
"state_code": 29
},
"29165": {
"county_code": 165,
"full_code_int": 29165,
"full_code_str": "29165",
"name": "Platte County",
"population": 104418,
"state_code": 29
},
"29167": {
"county_code": 167,
"full_code_int": 29167,
"full_code_str": "29167",
"name": "Polk County",
"population": 32149,
"state_code": 29
},
"29169": {
"county_code": 169,
"full_code_int": 29169,
"full_code_str": "29169",
"name": "Pulaski County",
"population": 52607,
"state_code": 29
},
"29171": {
"county_code": 171,
"full_code_int": 29171,
"full_code_str": "29171",
"name": "Putnam County",
"population": 4696,
"state_code": 29
},
"29173": {
"county_code": 173,
"full_code_int": 29173,
"full_code_str": "29173",
"name": "Ralls County",
"population": 10309,
"state_code": 29
},
"29175": {
"county_code": 175,
"full_code_int": 29175,
"full_code_str": "29175",
"name": "Randolph County",
"population": 24748,
"state_code": 29
},
"29177": {
"county_code": 177,
"full_code_int": 29177,
"full_code_str": "29177",
"name": "Ray County",
"population": 23018,
"state_code": 29
},
"29179": {
"county_code": 179,
"full_code_int": 29179,
"full_code_str": "29179",
"name": "Reynolds County",
"population": 6270,
"state_code": 29
},
"29181": {
"county_code": 181,
"full_code_int": 29181,
"full_code_str": "29181",
"name": "Ripley County",
"population": 13288,
"state_code": 29
},
"29183": {
"county_code": 183,
"full_code_int": 29183,
"full_code_str": "29183",
"name": "St. Charles County",
"population": 402022,
"state_code": 29
},
"29185": {
"county_code": 185,
"full_code_int": 29185,
"full_code_str": "29185",
"name": "St. Clair County",
"population": 9397,
"state_code": 29
},
"29186": {
"county_code": 186,
"full_code_int": 29186,
"full_code_str": "29186",
"name": "Ste. Genevieve County",
"population": 17894,
"state_code": 29
},
"29187": {
"county_code": 187,
"full_code_int": 29187,
"full_code_str": "29187",
"name": "St. Francois County",
"population": 67215,
"state_code": 29
},
"29189": {
"county_code": 189,
"full_code_int": 29189,
"full_code_str": "29189",
"name": "St. Louis County",
"population": 994205,
"state_code": 29
},
"29195": {
"county_code": 195,
"full_code_int": 29195,
"full_code_str": "29195",
"name": "Saline County",
"population": 22761,
"state_code": 29
},
"29197": {
"county_code": 197,
"full_code_int": 29197,
"full_code_str": "29197",
"name": "Schuyler County",
"population": 4660,
"state_code": 29
},
"29199": {
"county_code": 199,
"full_code_int": 29199,
"full_code_str": "29199",
"name": "Scotland County",
"population": 4902,
"state_code": 29
},
"29201": {
"county_code": 201,
"full_code_int": 29201,
"full_code_str": "29201",
"name": "Scott County",
"population": 38280,
"state_code": 29
},
"29203": {
"county_code": 203,
"full_code_int": 29203,
"full_code_str": "29203",
"name": "Shannon County",
"population": 8166,
"state_code": 29
},
"29205": {
"county_code": 205,
"full_code_int": 29205,
"full_code_str": "29205",
"name": "Shelby County",
"population": 5930,
"state_code": 29
},
"29207": {
"county_code": 207,
"full_code_int": 29207,
"full_code_str": "29207",
"name": "Stoddard County",
"population": 29025,
"state_code": 29
},
"29209": {
"county_code": 209,
"full_code_int": 29209,
"full_code_str": "29209",
"name": "Stone County",
"population": 31952,
"state_code": 29
},
"29211": {
"county_code": 211,
"full_code_int": 29211,
"full_code_str": "29211",
"name": "Sullivan County",
"population": 6089,
"state_code": 29
},
"29213": {
"county_code": 213,
"full_code_int": 29213,
"full_code_str": "29213",
"name": "Taney County",
"population": 55928,
"state_code": 29
},
"29215": {
"county_code": 215,
"full_code_int": 29215,
"full_code_str": "29215",
"name": "Texas County",
"population": 25398,
"state_code": 29
},
"29217": {
"county_code": 217,
"full_code_int": 29217,
"full_code_str": "29217",
"name": "Vernon County",
"population": 20563,
"state_code": 29
},
"29219": {
"county_code": 219,
"full_code_int": 29219,
"full_code_str": "29219",
"name": "Warren County",
"population": 35649,
"state_code": 29
},
"29221": {
"county_code": 221,
"full_code_int": 29221,
"full_code_str": "29221",
"name": "Washington County",
"population": 24730,
"state_code": 29
},
"29223": {
"county_code": 223,
"full_code_int": 29223,
"full_code_str": "29223",
"name": "Wayne County",
"population": 12873,
"state_code": 29
},
"29225": {
"county_code": 225,
"full_code_int": 29225,
"full_code_str": "29225",
"name": "Webster County",
"population": 39592,
"state_code": 29
},
"29227": {
"county_code": 227,
"full_code_int": 29227,
"full_code_str": "29227",
"name": "Worth County",
"population": 2013,
"state_code": 29
},
"29229": {
"county_code": 229,
"full_code_int": 29229,
"full_code_str": "29229",
"name": "Wright County",
"population": 18289,
"state_code": 29
},
"29510": {
"county_code": 510,
"full_code_int": 29510,
"full_code_str": "29510",
"name": "St. Louis city",
"population": 300576,
"state_code": 29
},
"30001": {
"county_code": 1,
"full_code_int": 30001,
"full_code_str": "30001",
"name": "Beaverhead County",
"population": 9453,
"state_code": 30
},
"30003": {
"county_code": 3,
"full_code_int": 30003,
"full_code_str": "30003",
"name": "Big Horn County",
"population": 13319,
"state_code": 30
},
"30005": {
"county_code": 5,
"full_code_int": 30005,
"full_code_str": "30005",
"name": "Blaine County",
"population": 6681,
"state_code": 30
},
"30007": {
"county_code": 7,
"full_code_int": 30007,
"full_code_str": "30007",
"name": "Broadwater County",
"population": 6237,
"state_code": 30
},
"30009": {
"county_code": 9,
"full_code_int": 30009,
"full_code_str": "30009",
"name": "Carbon County",
"population": 10725,
"state_code": 30
},
"30011": {
"county_code": 11,
"full_code_int": 30011,
"full_code_str": "30011",
"name": "Carter County",
"population": 1252,
"state_code": 30
},
"30013": {
"county_code": 13,
"full_code_int": 30013,
"full_code_str": "30013",
"name": "Cascade County",
"population": 81366,
"state_code": 30
},
"30015": {
"county_code": 15,
"full_code_int": 30015,
"full_code_str": "30015",
"name": "Chouteau County",
"population": 5635,
"state_code": 30
},
"30017": {
"county_code": 17,
"full_code_int": 30017,
"full_code_str": "30017",
"name": "Custer County",
"population": 11402,
"state_code": 30
},
"30019": {
"county_code": 19,
"full_code_int": 30019,
"full_code_str": "30019",
"name": "Daniels County",
"population": 1690,
"state_code": 30
},
"30021": {
"county_code": 21,
"full_code_int": 30021,
"full_code_str": "30021",
"name": "Dawson County",
"population": 8613,
"state_code": 30
},
"30023": {
"county_code": 23,
"full_code_int": 30023,
"full_code_str": "30023",
"name": "Deer Lodge County",
"population": 9140,
"state_code": 30
},
"30025": {
"county_code": 25,
"full_code_int": 30025,
"full_code_str": "30025",
"name": "Fallon County",
"population": 2846,
"state_code": 30
},
"30027": {
"county_code": 27,
"full_code_int": 30027,
"full_code_str": "30027",
"name": "Fergus County",
"population": 11050,
"state_code": 30
},
"30029": {
"county_code": 29,
"full_code_int": 30029,
"full_code_str": "30029",
"name": "Flathead County",
"population": 103806,
"state_code": 30
},
"30031": {
"county_code": 31,
"full_code_int": 30031,
"full_code_str": "30031",
"name": "Gallatin County",
"population": 114434,
"state_code": 30
},
"30033": {
"county_code": 33,
"full_code_int": 30033,
"full_code_str": "30033",
"name": "Garfield County",
"population": 1258,
"state_code": 30
},
"30035": {
"county_code": 35,
"full_code_int": 30035,
"full_code_str": "30035",
"name": "Glacier County",
"population": 13753,
"state_code": 30
},
"30037": {
"county_code": 37,
"full_code_int": 30037,
"full_code_str": "30037",
"name": "Golden Valley County",
"population": 821,
"state_code": 30
},
"30039": {
"county_code": 39,
"full_code_int": 30039,
"full_code_str": "30039",
"name": "Granite County",
"population": 3379,
"state_code": 30
},
"30041": {
"county_code": 41,
"full_code_int": 30041,
"full_code_str": "30041",
"name": "Hill County",
"population": 16484,
"state_code": 30
},
"30043": {
"county_code": 43,
"full_code_int": 30043,
"full_code_str": "30043",
"name": "Jefferson County",
"population": 12221,
"state_code": 30
},
"30045": {
"county_code": 45,
"full_code_int": 30045,
"full_code_str": "30045",
"name": "Judith Basin County",
"population": 2007,
"state_code": 30
},
"30047": {
"county_code": 47,
"full_code_int": 30047,
"full_code_str": "30047",
"name": "Lake County",
"population": 30458,
"state_code": 30
},
"30049": {
"county_code": 49,
"full_code_int": 30049,
"full_code_str": "30049",
"name": "Lewis and Clark County",
"population": 69432,
"state_code": 30
},
"30051": {
"county_code": 51,
"full_code_int": 30051,
"full_code_str": "30051",
"name": "Liberty County",
"population": 2337,
"state_code": 30
},
"30053": {
"county_code": 53,
"full_code_int": 30053,
"full_code_str": "30053",
"name": "Lincoln County",
"population": 19980,
"state_code": 30
},
"30055": {
"county_code": 55,
"full_code_int": 30055,
"full_code_str": "30055",
"name": "McCone County",
"population": 1664,
"state_code": 30
},
"30057": {
"county_code": 57,
"full_code_int": 30057,
"full_code_str": "30057",
"name": "Madison County",
"population": 8600,
"state_code": 30
},
"30059": {
"county_code": 59,
"full_code_int": 30059,
"full_code_str": "30059",
"name": "Meagher County",
"population": 1862,
"state_code": 30
},
"30061": {
"county_code": 61,
"full_code_int": 30061,
"full_code_str": "30061",
"name": "Mineral County",
"population": 4397,
"state_code": 30
},
"30063": {
"county_code": 63,
"full_code_int": 30063,
"full_code_str": "30063",
"name": "Missoula County",
"population": 119600,
"state_code": 30
},
"30065": {
"county_code": 65,
"full_code_int": 30065,
"full_code_str": "30065",
"name": "Musselshell County",
"population": 4633,
"state_code": 30
},
"30067": {
"county_code": 67,
"full_code_int": 30067,
"full_code_str": "30067",
"name": "Park County",
"population": 16606,
"state_code": 30
},
"30069": {
"county_code": 69,
"full_code_int": 30069,
"full_code_str": "30069",
"name": "Petroleum County",
"population": 487,
"state_code": 30
},
"30071": {
"county_code": 71,
"full_code_int": 30071,
"full_code_str": "30071",
"name": "Phillips County",
"population": 3954,
"state_code": 30
},
"30073": {
"county_code": 73,
"full_code_int": 30073,
"full_code_str": "30073",
"name": "Pondera County",
"population": 5911,
"state_code": 30
},
"30075": {
"county_code": 75,
"full_code_int": 30075,
"full_code_str": "30075",
"name": "Powder River County",
"population": 1682,
"state_code": 30
},
"30077": {
"county_code": 77,
"full_code_int": 30077,
"full_code_str": "30077",
"name": "Powell County",
"population": 6890,
"state_code": 30
},
"30079": {
"county_code": 79,
"full_code_int": 30079,
"full_code_str": "30079",
"name": "Prairie County",
"population": 1077,
"state_code": 30
},
"30081": {
"county_code": 81,
"full_code_int": 30081,
"full_code_str": "30081",
"name": "Ravalli County",
"population": 43806,
"state_code": 30
},
"30083": {
"county_code": 83,
"full_code_int": 30083,
"full_code_str": "30083",
"name": "Richland County",
"population": 10803,
"state_code": 30
},
"30085": {
"county_code": 85,
"full_code_int": 30085,
"full_code_str": "30085",
"name": "Roosevelt County",
"population": 11004,
"state_code": 30
},
"30087": {
"county_code": 87,
"full_code_int": 30087,
"full_code_str": "30087",
"name": "Rosebud County",
"population": 8937,
"state_code": 30
},
"30089": {
"county_code": 89,
"full_code_int": 30089,
"full_code_str": "30089",
"name": "Sanders County",
"population": 12113,
"state_code": 30
},
"30091": {
"county_code": 91,
"full_code_int": 30091,
"full_code_str": "30091",
"name": "Sheridan County",
"population": 3309,
"state_code": 30
},
"30093": {
"county_code": 93,
"full_code_int": 30093,
"full_code_str": "30093",
"name": "Silver Bow County",
"population": 34915,
"state_code": 30
},
"30095": {
"county_code": 95,
"full_code_int": 30095,
"full_code_str": "30095",
"name": "Stillwater County",
"population": 9642,
"state_code": 30
},
"30097": {
"county_code": 97,
"full_code_int": 30097,
"full_code_str": "30097",
"name": "Sweet Grass County",
"population": 3737,
"state_code": 30
},
"30099": {
"county_code": 99,
"full_code_int": 30099,
"full_code_str": "30099",
"name": "Teton County",
"population": 6147,
"state_code": 30
},
"30101": {
"county_code": 101,
"full_code_int": 30101,
"full_code_str": "30101",
"name": "Toole County",
"population": 4736,
"state_code": 30
},
"30103": {
"county_code": 103,
"full_code_int": 30103,
"full_code_str": "30103",
"name": "Treasure County",
"population": 696,
"state_code": 30
},
"30105": {
"county_code": 105,
"full_code_int": 30105,
"full_code_str": "30105",
"name": "Valley County",
"population": 7396,
"state_code": 30
},
"30107": {
"county_code": 107,
"full_code_int": 30107,
"full_code_str": "30107",
"name": "Wheatland County",
"population": 2126,
"state_code": 30
},
"30109": {
"county_code": 109,
"full_code_int": 30109,
"full_code_str": "30109",
"name": "Wibaux County",
"population": 969,
"state_code": 30
},
"30111": {
"county_code": 111,
"full_code_int": 30111,
"full_code_str": "30111",
"name": "Yellowstone County",
"population": 161300,
"state_code": 30
},
"31001": {
"county_code": 1,
"full_code_int": 31001,
"full_code_str": "31001",
"name": "Adams County",
"population": 31363,
"state_code": 31
},
"31003": {
"county_code": 3,
"full_code_int": 31003,
"full_code_str": "31003",
"name": "Antelope County",
"population": 6298,
"state_code": 31
},
"31005": {
"county_code": 5,
"full_code_int": 31005,
"full_code_str": "31005",
"name": "Arthur County",
"population": 463,
"state_code": 31
},
"31007": {
"county_code": 7,
"full_code_int": 31007,
"full_code_str": "31007",
"name": "Banner County",
"population": 745,
"state_code": 31
},
"31009": {
"county_code": 9,
"full_code_int": 31009,
"full_code_str": "31009",
"name": "Blaine County",
"population": 465,
"state_code": 31
},
"31011": {
"county_code": 11,
"full_code_int": 31011,
"full_code_str": "31011",
"name": "Boone County",
"population": 5192,
"state_code": 31
},
"31013": {
"county_code": 13,
"full_code_int": 31013,
"full_code_str": "31013",
"name": "Box Butte County",
"population": 10783,
"state_code": 31
},
"31015": {
"county_code": 15,
"full_code_int": 31015,
"full_code_str": "31015",
"name": "Boyd County",
"population": 1919,
"state_code": 31
},
"31017": {
"county_code": 17,
"full_code_int": 31017,
"full_code_str": "31017",
"name": "Brown County",
"population": 2955,
"state_code": 31
},
"31019": {
"county_code": 19,
"full_code_int": 31019,
"full_code_str": "31019",
"name": "Buffalo County",
"population": 49659,
"state_code": 31
},
"31021": {
"county_code": 21,
"full_code_int": 31021,
"full_code_str": "31021",
"name": "Burt County",
"population": 6459,
"state_code": 31
},
"31023": {
"county_code": 23,
"full_code_int": 31023,
"full_code_str": "31023",
"name": "Butler County",
"population": 8016,
"state_code": 31
},
"31025": {
"county_code": 25,
"full_code_int": 31025,
"full_code_str": "31025",
"name": "Cass County",
"population": 26248,
"state_code": 31
},
"31027": {
"county_code": 27,
"full_code_int": 31027,
"full_code_str": "31027",
"name": "Cedar County",
"population": 8402,
"state_code": 31
},
"31029": {
"county_code": 29,
"full_code_int": 31029,
"full_code_str": "31029",
"name": "Chase County",
"population": 3924,
"state_code": 31
},
"31031": {
"county_code": 31,
"full_code_int": 31031,
"full_code_str": "31031",
"name": "Cherry County",
"population": 5689,
"state_code": 31
},
"31033": {
"county_code": 33,
"full_code_int": 31033,
"full_code_str": "31033",
"name": "Cheyenne County",
"population": 8910,
"state_code": 31
},
"31035": {
"county_code": 35,
"full_code_int": 31035,
"full_code_str": "31035",
"name": "Clay County",
"population": 6203,
"state_code": 31
},
"31037": {
"county_code": 37,
"full_code_int": 31037,
"full_code_str": "31037",
"name": "Colfax County",
"population": 10709,
"state_code": 31
},
"31039": {
"county_code": 39,
"full_code_int": 31039,
"full_code_str": "31039",
"name": "Cuming County",
"population": 8846,
"state_code": 31
},
"31041": {
"county_code": 41,
"full_code_int": 31041,
"full_code_str": "31041",
"name": "Custer County",
"population": 10777,
"state_code": 31
},
"31043": {
"county_code": 43,
"full_code_int": 31043,
"full_code_str": "31043",
"name": "Dakota County",
"population": 20026,
"state_code": 31
},
"31045": {
"county_code": 45,
"full_code_int": 31045,
"full_code_str": "31045",
"name": "Dawes County",
"population": 8589,
"state_code": 31
},
"31047": {
"county_code": 47,
"full_code_int": 31047,
"full_code_str": "31047",
"name": "Dawson County",
"population": 23595,
"state_code": 31
},
"31049": {
"county_code": 49,
"full_code_int": 31049,
"full_code_str": "31049",
"name": "Deuel County",
"population": 1794,
"state_code": 31
},
"31051": {
"county_code": 51,
"full_code_int": 31051,
"full_code_str": "31051",
"name": "Dixon County",
"population": 5636,
"state_code": 31
},
"31053": {
"county_code": 53,
"full_code_int": 31053,
"full_code_str": "31053",
"name": "Dodge County",
"population": 36565,
"state_code": 31
},
"31055": {
"county_code": 55,
"full_code_int": 31055,
"full_code_str": "31055",
"name": "Douglas County",
"population": 571327,
"state_code": 31
},
"31057": {
"county_code": 57,
"full_code_int": 31057,
"full_code_str": "31057",
"name": "Dundy County",
"population": 1693,
"state_code": 31
},
"31059": {
"county_code": 59,
"full_code_int": 31059,
"full_code_str": "31059",
"name": "Fillmore County",
"population": 5462,
"state_code": 31
},
"31061": {
"county_code": 61,
"full_code_int": 31061,
"full_code_str": "31061",
"name": "Franklin County",
"population": 2979,
"state_code": 31
},
"31063": {
"county_code": 63,
"full_code_int": 31063,
"full_code_str": "31063",
"name": "Frontier County",
"population": 2627,
"state_code": 31
},
"31065": {
"county_code": 65,
"full_code_int": 31065,
"full_code_str": "31065",
"name": "Furnas County",
"population": 4676,
"state_code": 31
},
"31067": {
"county_code": 67,
"full_code_int": 31067,
"full_code_str": "31067",
"name": "Gage County",
"population": 21513,
"state_code": 31
},
"31069": {
"county_code": 69,
"full_code_int": 31069,
"full_code_str": "31069",
"name": "Garden County",
"population": 1837,
"state_code": 31
},
"31071": {
"county_code": 71,
"full_code_int": 31071,
"full_code_str": "31071",
"name": "Garfield County",
"population": 1969,
"state_code": 31
},
"31073": {
"county_code": 73,
"full_code_int": 31073,
"full_code_str": "31073",
"name": "Gosper County",
"population": 1990,
"state_code": 31
},
"31075": {
"county_code": 75,
"full_code_int": 31075,
"full_code_str": "31075",
"name": "Grant County",
"population": 623,
"state_code": 31
},
"31077": {
"county_code": 77,
"full_code_int": 31077,
"full_code_str": "31077",
"name": "Greeley County",
"population": 2356,
"state_code": 31
},
"31079": {
"county_code": 79,
"full_code_int": 31079,
"full_code_str": "31079",
"name": "Hall County",
"population": 61353,
"state_code": 31
},
"31081": {
"county_code": 81,
"full_code_int": 31081,
"full_code_str": "31081",
"name": "Hamilton County",
"population": 9324,
"state_code": 31
},
"31083": {
"county_code": 83,
"full_code_int": 31083,
"full_code_str": "31083",
"name": "Harlan County",
"population": 3380,
"state_code": 31
},
"31085": {
"county_code": 85,
"full_code_int": 31085,
"full_code_str": "31085",
"name": "Hayes County",
"population": 922,
"state_code": 31
},
"31087": {
"county_code": 87,
"full_code_int": 31087,
"full_code_str": "31087",
"name": "Hitchcock County",
"population": 2762,
"state_code": 31
},
"31089": {
"county_code": 89,
"full_code_int": 31089,
"full_code_str": "31089",
"name": "Holt County",
"population": 10067,
"state_code": 31
},
"31091": {
"county_code": 91,
"full_code_int": 31091,
"full_code_str": "31091",
"name": "Hooker County",
"population": 682,
"state_code": 31
},
"31093": {
"county_code": 93,
"full_code_int": 31093,
"full_code_str": "31093",
"name": "Howard County",
"population": 6445,
"state_code": 31
},
"31095": {
"county_code": 95,
"full_code_int": 31095,
"full_code_str": "31095",
"name": "Jefferson County",
"population": 7046,
"state_code": 31
},
"31097": {
"county_code": 97,
"full_code_int": 31097,
"full_code_str": "31097",
"name": "Johnson County",
"population": 5071,
"state_code": 31
},
"31099": {
"county_code": 99,
"full_code_int": 31099,
"full_code_str": "31099",
"name": "Kearney County",
"population": 6495,
"state_code": 31
},
"31101": {
"county_code": 101,
"full_code_int": 31101,
"full_code_str": "31101",
"name": "Keith County",
"population": 8034,
"state_code": 31
},
"31103": {
"county_code": 103,
"full_code_int": 31103,
"full_code_str": "31103",
"name": "Keya Paha County",
"population": 806,
"state_code": 31
},
"31105": {
"county_code": 105,
"full_code_int": 31105,
"full_code_str": "31105",
"name": "Kimball County",
"population": 3632,
"state_code": 31
},
"31107": {
"county_code": 107,
"full_code_int": 31107,
"full_code_str": "31107",
"name": "Knox County",
"population": 8332,
"state_code": 31
},
"31109": {
"county_code": 109,
"full_code_int": 31109,
"full_code_str": "31109",
"name": "Lancaster County",
"population": 319090,
"state_code": 31
},
"31111": {
"county_code": 111,
"full_code_int": 31111,
"full_code_str": "31111",
"name": "Lincoln County",
"population": 34914,
"state_code": 31
},
"31113": {
"county_code": 113,
"full_code_int": 31113,
"full_code_str": "31113",
"name": "Logan County",
"population": 748,
"state_code": 31
},
"31115": {
"county_code": 115,
"full_code_int": 31115,
"full_code_str": "31115",
"name": "Loup County",
"population": 664,
"state_code": 31
},
"31117": {
"county_code": 117,
"full_code_int": 31117,
"full_code_str": "31117",
"name": "McPherson County",
"population": 494,
"state_code": 31
},
"31119": {
"county_code": 119,
"full_code_int": 31119,
"full_code_str": "31119",
"name": "Madison County",
"population": 35099,
"state_code": 31
},
"31121": {
"county_code": 121,
"full_code_int": 31121,
"full_code_str": "31121",
"name": "Merrick County",
"population": 7755,
"state_code": 31
},
"31123": {
"county_code": 123,
"full_code_int": 31123,
"full_code_str": "31123",
"name": "Morrill County",
"population": 4642,
"state_code": 31
},
"31125": {
"county_code": 125,
"full_code_int": 31125,
"full_code_str": "31125",
"name": "Nance County",
"population": 3519,
"state_code": 31
},
"31127": {
"county_code": 127,
"full_code_int": 31127,
"full_code_str": "31127",
"name": "Nemaha County",
"population": 6972,
"state_code": 31
},
"31129": {
"county_code": 129,
"full_code_int": 31129,
"full_code_str": "31129",
"name": "Nuckolls County",
"population": 4148,
"state_code": 31
},
"31131": {
"county_code": 131,
"full_code_int": 31131,
"full_code_str": "31131",
"name": "Otoe County",
"population": 16012,
"state_code": 31
},
"31133": {
"county_code": 133,
"full_code_int": 31133,
"full_code_str": "31133",
"name": "Pawnee County",
"population": 2613,
"state_code": 31
},
"31135": {
"county_code": 135,
"full_code_int": 31135,
"full_code_str": "31135",
"name": "Perkins County",
"population": 2891,
"state_code": 31
},
"31137": {
"county_code": 137,
"full_code_int": 31137,
"full_code_str": "31137",
"name": "Phelps County",
"population": 9034,
"state_code": 31
},
"31139": {
"county_code": 139,
"full_code_int": 31139,
"full_code_str": "31139",
"name": "Pierce County",
"population": 7148,
"state_code": 31
},
"31141": {
"county_code": 141,
"full_code_int": 31141,
"full_code_str": "31141",
"name": "Platte County",
"population": 33470,
"state_code": 31
},
"31143": {
"county_code": 143,
"full_code_int": 31143,
"full_code_str": "31143",
"name": "Polk County",
"population": 5213,
"state_code": 31
},
"31145": {
"county_code": 145,
"full_code_int": 31145,
"full_code_str": "31145",
"name": "Red Willow County",
"population": 10724,
"state_code": 31
},
"31147": {
"county_code": 147,
"full_code_int": 31147,
"full_code_str": "31147",
"name": "Richardson County",
"population": 7865,
"state_code": 31
},
"31149": {
"county_code": 149,
"full_code_int": 31149,
"full_code_str": "31149",
"name": "Rock County",
"population": 1357,
"state_code": 31
},
"31151": {
"county_code": 151,
"full_code_int": 31151,
"full_code_str": "31151",
"name": "Saline County",
"population": 14224,
"state_code": 31
},
"31153": {
"county_code": 153,
"full_code_int": 31153,
"full_code_str": "31153",
"name": "Sarpy County",
"population": 187196,
"state_code": 31
},
"31155": {
"county_code": 155,
"full_code_int": 31155,
"full_code_str": "31155",
"name": "Saunders County",
"population": 21578,
"state_code": 31
},
"31157": {
"county_code": 157,
"full_code_int": 31157,
"full_code_str": "31157",
"name": "Scotts Bluff County",
"population": 35618,
"state_code": 31
},
"31159": {
"county_code": 159,
"full_code_int": 31159,
"full_code_str": "31159",
"name": "Seward County",
"population": 17284,
"state_code": 31
},
"31161": {
"county_code": 161,
"full_code_int": 31161,
"full_code_str": "31161",
"name": "Sheridan County",
"population": 5246,
"state_code": 31
},
"31163": {
"county_code": 163,
"full_code_int": 31163,
"full_code_str": "31163",
"name": "Sherman County",
"population": 3001,
"state_code": 31
},
"31165": {
"county_code": 165,
"full_code_int": 31165,
"full_code_str": "31165",
"name": "Sioux County",
"population": 1166,
"state_code": 31
},
"31167": {
"county_code": 167,
"full_code_int": 31167,
"full_code_str": "31167",
"name": "Stanton County",
"population": 5920,
"state_code": 31
},
"31169": {
"county_code": 169,
"full_code_int": 31169,
"full_code_str": "31169",
"name": "Thayer County",
"population": 5003,
"state_code": 31
},
"31171": {
"county_code": 171,
"full_code_int": 31171,
"full_code_str": "31171",
"name": "Thomas County",
"population": 722,
"state_code": 31
},
"31173": {
"county_code": 173,
"full_code_int": 31173,
"full_code_str": "31173",
"name": "Thurston County",
"population": 7224,
"state_code": 31
},
"31175": {
"county_code": 175,
"full_code_int": 31175,
"full_code_str": "31175",
"name": "Valley County",
"population": 4158,
"state_code": 31
},
"31177": {
"county_code": 177,
"full_code_int": 31177,
"full_code_str": "31177",
"name": "Washington County",
"population": 20729,
"state_code": 31
},
"31179": {
"county_code": 179,
"full_code_int": 31179,
"full_code_str": "31179",
"name": "Wayne County",
"population": 9385,
"state_code": 31
},
"31181": {
"county_code": 181,
"full_code_int": 31181,
"full_code_str": "31181",
"name": "Webster County",
"population": 3487,
"state_code": 31
},
"31183": {
"county_code": 183,
"full_code_int": 31183,
"full_code_str": "31183",
"name": "Wheeler County",
"population": 783,
"state_code": 31
},
"31185": {
"county_code": 185,
"full_code_int": 31185,
"full_code_str": "31185",
"name": "York County",
"population": 13679,
"state_code": 31
},
"32001": {
"county_code": 1,
"full_code_int": 32001,
"full_code_str": "32001",
"name": "Churchill County",
"population": 24909,
"state_code": 32
},
"32003": {
"county_code": 3,
"full_code_int": 32003,
"full_code_str": "32003",
"name": "Clark County",
"population": 2266715,
"state_code": 32
},
"32005": {
"county_code": 5,
"full_code_int": 32005,
"full_code_str": "32005",
"name": "Douglas County",
"population": 48905,
"state_code": 32
},
"32007": {
"county_code": 7,
"full_code_int": 32007,
"full_code_str": "32007",
"name": "Elko County",
"population": 52778,
"state_code": 32
},
"32009": {
"county_code": 9,
"full_code_int": 32009,
"full_code_str": "32009",
"name": "Esmeralda County",
"population": 873,
"state_code": 32
},
"32011": {
"county_code": 11,
"full_code_int": 32011,
"full_code_str": "32011",
"name": "Eureka County",
"population": 2029,
"state_code": 32
},
"32013": {
"county_code": 13,
"full_code_int": 32013,
"full_code_str": "32013",
"name": "Humboldt County",
"population": 16831,
"state_code": 32
},
"32015": {
"county_code": 15,
"full_code_int": 32015,
"full_code_str": "32015",
"name": "Lander County",
"population": 5532,
"state_code": 32
},
"32017": {
"county_code": 17,
"full_code_int": 32017,
"full_code_str": "32017",
"name": "Lincoln County",
"population": 5183,
"state_code": 32
},
"32019": {
"county_code": 19,
"full_code_int": 32019,
"full_code_str": "32019",
"name": "Lyon County",
"population": 57510,
"state_code": 32
},
"32021": {
"county_code": 21,
"full_code_int": 32021,
"full_code_str": "32021",
"name": "Mineral County",
"population": 4505,
"state_code": 32
},
"32023": {
"county_code": 23,
"full_code_int": 32023,
"full_code_str": "32023",
"name": "Nye County",
"population": 46523,
"state_code": 32
},
"32027": {
"county_code": 27,
"full_code_int": 32027,
"full_code_str": "32027",
"name": "Pershing County",
"population": 6725,
"state_code": 32
},
"32029": {
"county_code": 29,
"full_code_int": 32029,
"full_code_str": "32029",
"name": "Storey County",
"population": 4123,
"state_code": 32
},
"32031": {
"county_code": 31,
"full_code_int": 32031,
"full_code_str": "32031",
"name": "Washoe County",
"population": 471519,
"state_code": 32
},
"32033": {
"county_code": 33,
"full_code_int": 32033,
"full_code_str": "32033",
"name": "White Pine County",
"population": 9580,
"state_code": 32
},
"32510": {
"county_code": 510,
"full_code_int": 32510,
"full_code_str": "32510",
"name": "Carson City",
"population": 55916,
"state_code": 32
},
"33001": {
"county_code": 1,
"full_code_int": 33001,
"full_code_str": "33001",
"name": "Belknap County",
"population": 61303,
"state_code": 33
},
"33003": {
"county_code": 3,
"full_code_int": 33003,
"full_code_str": "33003",
"name": "Carroll County",
"population": 48910,
"state_code": 33
},
"33005": {
"county_code": 5,
"full_code_int": 33005,
"full_code_str": "33005",
"name": "Cheshire County",
"population": 76085,
"state_code": 33
},
"33007": {
"county_code": 7,
"full_code_int": 33007,
"full_code_str": "33007",
"name": "Coos County",
"population": 31563,
"state_code": 33
},
"33009": {
"county_code": 9,
"full_code_int": 33009,
"full_code_str": "33009",
"name": "Grafton County",
"population": 89886,
"state_code": 33
},
"33011": {
"county_code": 11,
"full_code_int": 33011,
"full_code_str": "33011",
"name": "Hillsborough County",
"population": 417025,
"state_code": 33
},
"33013": {
"county_code": 13,
"full_code_int": 33013,
"full_code_str": "33013",
"name": "Merrimack County",
"population": 151391,
"state_code": 33
},
"33015": {
"county_code": 15,
"full_code_int": 33015,
"full_code_str": "33015",
"name": "Rockingham County",
"population": 309769,
"state_code": 33
},
"33017": {
"county_code": 17,
"full_code_int": 33017,
"full_code_str": "33017",
"name": "Strafford County",
"population": 130633,
"state_code": 33
},
"33019": {
"county_code": 19,
"full_code_int": 33019,
"full_code_str": "33019",
"name": "Sullivan County",
"population": 43146,
"state_code": 33
},
"34001": {
"county_code": 1,
"full_code_int": 34001,
"full_code_str": "34001",
"name": "Atlantic County",
"population": 263670,
"state_code": 34
},
"34003": {
"county_code": 3,
"full_code_int": 34003,
"full_code_str": "34003",
"name": "Bergen County",
"population": 932202,
"state_code": 34
},
"34005": {
"county_code": 5,
"full_code_int": 34005,
"full_code_str": "34005",
"name": "Burlington County",
"population": 445349,
"state_code": 34
},
"34007": {
"county_code": 7,
"full_code_int": 34007,
"full_code_str": "34007",
"name": "Camden County",
"population": 506471,
"state_code": 34
},
"34009": {
"county_code": 9,
"full_code_int": 34009,
"full_code_str": "34009",
"name": "Cape May County",
"population": 92039,
"state_code": 34
},
"34011": {
"county_code": 11,
"full_code_int": 34011,
"full_code_str": "34011",
"name": "Cumberland County",
"population": 149527,
"state_code": 34
},
"34013": {
"county_code": 13,
"full_code_int": 34013,
"full_code_str": "34013",
"name": "Essex County",
"population": 798975,
"state_code": 34
},
"34015": {
"county_code": 15,
"full_code_int": 34015,
"full_code_str": "34015",
"name": "Gloucester County",
"population": 291636,
"state_code": 34
},
"34017": {
"county_code": 17,
"full_code_int": 34017,
"full_code_str": "34017",
"name": "Hudson County",
"population": 672391,
"state_code": 34
},
"34019": {
"county_code": 19,
"full_code_int": 34019,
"full_code_str": "34019",
"name": "Hunterdon County",
"population": 124371,
"state_code": 34
},
"34021": {
"county_code": 21,
"full_code_int": 34021,
"full_code_str": "34021",
"name": "Mercer County",
"population": 367430,
"state_code": 34
},
"34023": {
"county_code": 23,
"full_code_int": 34023,
"full_code_str": "34023",
"name": "Middlesex County",
"population": 825062,
"state_code": 34
},
"34025": {
"county_code": 25,
"full_code_int": 34025,
"full_code_str": "34025",
"name": "Monmouth County",
"population": 618795,
"state_code": 34
},
"34027": {
"county_code": 27,
"full_code_int": 34027,
"full_code_str": "34027",
"name": "Morris County",
"population": 491845,
"state_code": 34
},
"34029": {
"county_code": 29,
"full_code_int": 34029,
"full_code_str": "34029",
"name": "Ocean County",
"population": 607186,
"state_code": 34
},
"34031": {
"county_code": 31,
"full_code_int": 34031,
"full_code_str": "34031",
"name": "Passaic County",
"population": 501826,
"state_code": 34
},
"34033": {
"county_code": 33,
"full_code_int": 34033,
"full_code_str": "34033",
"name": "Salem County",
"population": 62385,
"state_code": 34
},
"34035": {
"county_code": 35,
"full_code_int": 34035,
"full_code_str": "34035",
"name": "Somerset County",
"population": 328934,
"state_code": 34
},
"34037": {
"county_code": 37,
"full_code_int": 34037,
"full_code_str": "34037",
"name": "Sussex County",
"population": 140488,
"state_code": 34
},
"34039": {
"county_code": 39,
"full_code_int": 34039,
"full_code_str": "34039",
"name": "Union County",
"population": 556341,
"state_code": 34
},
"34041": {
"county_code": 41,
"full_code_int": 34041,
"full_code_str": "34041",
"name": "Warren County",
"population": 105267,
"state_code": 34
},
"35001": {
"county_code": 1,
"full_code_int": 35001,
"full_code_str": "35001",
"name": "Bernalillo County",
"population": 679121,
"state_code": 35
},
"35003": {
"county_code": 3,
"full_code_int": 35003,
"full_code_str": "35003",
"name": "Catron County",
"population": 3527,
"state_code": 35
},
"35005": {
"county_code": 5,
"full_code_int": 35005,
"full_code_str": "35005",
"name": "Chaves County",
"population": 64615,
"state_code": 35
},
"35006": {
"county_code": 6,
"full_code_int": 35006,
"full_code_str": "35006",
"name": "Cibola County",
"population": 26675,
"state_code": 35
},
"35007": {
"county_code": 7,
"full_code_int": 35007,
"full_code_str": "35007",
"name": "Colfax County",
"population": 11941,
"state_code": 35
},
"35009": {
"county_code": 9,
"full_code_int": 35009,
"full_code_str": "35009",
"name": "Curry County",
"population": 48954,
"state_code": 35
},
"35011": {
"county_code": 11,
"full_code_int": 35011,
"full_code_str": "35011",
"name": "De Baca County",
"population": 1748,
"state_code": 35
},
"35013": {
"county_code": 13,
"full_code_int": 35013,
"full_code_str": "35013",
"name": "Doña Ana County",
"population": 218195,
"state_code": 35
},
"35015": {
"county_code": 15,
"full_code_int": 35015,
"full_code_str": "35015",
"name": "Eddy County",
"population": 58460,
"state_code": 35
},
"35017": {
"county_code": 17,
"full_code_int": 35017,
"full_code_str": "35017",
"name": "Grant County",
"population": 26998,
"state_code": 35
},
"35019": {
"county_code": 19,
"full_code_int": 35019,
"full_code_str": "35019",
"name": "Guadalupe County",
"population": 4300,
"state_code": 35
},
"35021": {
"county_code": 21,
"full_code_int": 35021,
"full_code_str": "35021",
"name": "Harding County",
"population": 625,
"state_code": 35
},
"35023": {
"county_code": 23,
"full_code_int": 35023,
"full_code_str": "35023",
"name": "Hidalgo County",
"population": 4198,
"state_code": 35
},
"35025": {
"county_code": 25,
"full_code_int": 35025,
"full_code_str": "35025",
"name": "Lea County",
"population": 71070,
"state_code": 35
},
"35027": {
"county_code": 27,
"full_code_int": 35027,
"full_code_str": "35027",
"name": "Lincoln County",
"population": 19572,
"state_code": 35
},
"35028": {
"county_code": 28,
"full_code_int": 35028,
"full_code_str": "35028",
"name": "Los Alamos County",
"population": 19369,
"state_code": 35
},
"35029": {
"county_code": 29,
"full_code_int": 35029,
"full_code_str": "35029",
"name": "Luna County",
"population": 23709,
"state_code": 35
},
"35031": {
"county_code": 31,
"full_code_int": 35031,
"full_code_str": "35031",
"name": "McKinley County",
"population": 71367,
"state_code": 35
},
"35033": {
"county_code": 33,
"full_code_int": 35033,
"full_code_str": "35033",
"name": "Mora County",
"population": 4521,
"state_code": 35
},
"35035": {
"county_code": 35,
"full_code_int": 35035,
"full_code_str": "35035",
"name": "Otero County",
"population": 67490,
"state_code": 35
},
"35037": {
"county_code": 37,
"full_code_int": 35037,
"full_code_str": "35037",
"name": "Quay County",
"population": 8253,
"state_code": 35
},
"35039": {
"county_code": 39,
"full_code_int": 35039,
"full_code_str": "35039",
"name": "Rio Arriba County",
"population": 38921,
"state_code": 35
},
"35041": {
"county_code": 41,
"full_code_int": 35041,
"full_code_str": "35041",
"name": "Roosevelt County",
"population": 18500,
"state_code": 35
},
"35043": {
"county_code": 43,
"full_code_int": 35043,
"full_code_str": "35043",
"name": "Sandoval County",
"population": 146748,
"state_code": 35
},
"35045": {
"county_code": 45,
"full_code_int": 35045,
"full_code_str": "35045",
"name": "San Juan County",
"population": 123958,
"state_code": 35
},
"35047": {
"county_code": 47,
"full_code_int": 35047,
"full_code_str": "35047",
"name": "San Miguel County",
"population": 27277,
"state_code": 35
},
"35049": {
"county_code": 49,
"full_code_int": 35049,
"full_code_str": "35049",
"name": "Santa Fe County",
"population": 150358,
"state_code": 35
},
"35051": {
"county_code": 51,
"full_code_int": 35051,
"full_code_str": "35051",
"name": "Sierra County",
"population": 10791,
"state_code": 35
},
"35053": {
"county_code": 53,
"full_code_int": 35053,
"full_code_str": "35053",
"name": "Socorro County",
"population": 16637,
"state_code": 35
},
"35055": {
"county_code": 55,
"full_code_int": 35055,
"full_code_str": "35055",
"name": "Taos County",
"population": 32723,
"state_code": 35
},
"35057": {
"county_code": 57,
"full_code_int": 35057,
"full_code_str": "35057",
"name": "Torrance County",
"population": 15461,
"state_code": 35
},
"35059": {
"county_code": 59,
"full_code_int": 35059,
"full_code_str": "35059",
"name": "Union County",
"population": 4059,
"state_code": 35
},
"35061": {
"county_code": 61,
"full_code_int": 35061,
"full_code_str": "35061",
"name": "Valencia County",
"population": 76688,
"state_code": 35
},
"36001": {
"county_code": 1,
"full_code_int": 36001,
"full_code_str": "36001",
"name": "Albany County",
"population": 305506,
"state_code": 36
},
"36003": {
"county_code": 3,
"full_code_int": 36003,
"full_code_str": "36003",
"name": "Allegany County",
"population": 46091,
"state_code": 36
},
"36005": {
"county_code": 5,
"full_code_int": 36005,
"full_code_str": "36005",
"name": "Bronx County",
"population": 1418207,
"state_code": 36
},
"36007": {
"county_code": 7,
"full_code_int": 36007,
"full_code_str": "36007",
"name": "Broome County",
"population": 190488,
"state_code": 36
},
"36009": {
"county_code": 9,
"full_code_int": 36009,
"full_code_str": "36009",
"name": "Cattaraugus County",
"population": 76117,
"state_code": 36
},
"36011": {
"county_code": 11,
"full_code_int": 36011,
"full_code_str": "36011",
"name": "Cayuga County",
"population": 76576,
"state_code": 36
},
"36013": {
"county_code": 13,
"full_code_int": 36013,
"full_code_str": "36013",
"name": "Chautauqua County",
"population": 126903,
"state_code": 36
},
"36015": {
"county_code": 15,
"full_code_int": 36015,
"full_code_str": "36015",
"name": "Chemung County",
"population": 83456,
"state_code": 36
},
"36017": {
"county_code": 17,
"full_code_int": 36017,
"full_code_str": "36017",
"name": "Chenango County",
"population": 47207,
"state_code": 36
},
"36019": {
"county_code": 19,
"full_code_int": 36019,
"full_code_str": "36019",
"name": "Clinton County",
"population": 80485,
"state_code": 36
},
"36021": {
"county_code": 21,
"full_code_int": 36021,
"full_code_str": "36021",
"name": "Columbia County",
"population": 59461,
"state_code": 36
},
"36023": {
"county_code": 23,
"full_code_int": 36023,
"full_code_str": "36023",
"name": "Cortland County",
"population": 47581,
"state_code": 36
},
"36025": {
"county_code": 25,
"full_code_int": 36025,
"full_code_str": "36025",
"name": "Delaware County",
"population": 44135,
"state_code": 36
},
"36027": {
"county_code": 27,
"full_code_int": 36027,
"full_code_str": "36027",
"name": "Dutchess County",
"population": 294218,
"state_code": 36
},
"36029": {
"county_code": 29,
"full_code_int": 36029,
"full_code_str": "36029",
"name": "Erie County",
"population": 918702,
"state_code": 36
},
"36031": {
"county_code": 31,
"full_code_int": 36031,
"full_code_str": "36031",
"name": "Essex County",
"population": 36885,
"state_code": 36
},
"36033": {
"county_code": 33,
"full_code_int": 36033,
"full_code_str": "36033",
"name": "Franklin County",
"population": 50022,
"state_code": 36
},
"36035": {
"county_code": 35,
"full_code_int": 36035,
"full_code_str": "36035",
"name": "Fulton County",
"population": 53383,
"state_code": 36
},
"36037": {
"county_code": 37,
"full_code_int": 36037,
"full_code_str": "36037",
"name": "Genesee County",
"population": 57280,
"state_code": 36
},
"36039": {
"county_code": 39,
"full_code_int": 36039,
"full_code_str": "36039",
"name": "Greene County",
"population": 47188,
"state_code": 36
},
"36041": {
"county_code": 41,
"full_code_int": 36041,
"full_code_str": "36041",
"name": "Hamilton County",
"population": 4416,
"state_code": 36
},
"36043": {
"county_code": 43,
"full_code_int": 36043,
"full_code_str": "36043",
"name": "Herkimer County",
"population": 61319,
"state_code": 36
},
"36045": {
"county_code": 45,
"full_code_int": 36045,
"full_code_str": "36045",
"name": "Jefferson County",
"population": 109834,
"state_code": 36
},
"36047": {
"county_code": 47,
"full_code_int": 36047,
"full_code_str": "36047",
"name": "Kings County",
"population": 2559903,
"state_code": 36
},
"36049": {
"county_code": 49,
"full_code_int": 36049,
"full_code_str": "36049",
"name": "Lewis County",
"population": 26296,
"state_code": 36
},
"36051": {
"county_code": 51,
"full_code_int": 36051,
"full_code_str": "36051",
"name": "Livingston County",
"population": 62914,
"state_code": 36
},
"36053": {
"county_code": 53,
"full_code_int": 36053,
"full_code_str": "36053",
"name": "Madison County",
"population": 70941,
"state_code": 36
},
"36055": {
"county_code": 55,
"full_code_int": 36055,
"full_code_str": "36055",
"name": "Monroe County",
"population": 741770,
"state_code": 36
},
"36057": {
"county_code": 57,
"full_code_int": 36057,
"full_code_str": "36057",
"name": "Montgomery County",
"population": 49221,
"state_code": 36
},
"36059": {
"county_code": 59,
"full_code_int": 36059,
"full_code_str": "36059",
"name": "Nassau County",
"population": 1356924,
"state_code": 36
},
"36061": {
"county_code": 61,
"full_code_int": 36061,
"full_code_str": "36061",
"name": "New York County",
"population": 1628706,
"state_code": 36
},
"36063": {
"county_code": 63,
"full_code_int": 36063,
"full_code_str": "36063",
"name": "Niagara County",
"population": 209281,
"state_code": 36
},
"36065": {
"county_code": 65,
"full_code_int": 36065,
"full_code_str": "36065",
"name": "Oneida County",
"population": 228671,
"state_code": 36
},
"36067": {
"county_code": 67,
"full_code_int": 36067,
"full_code_str": "36067",
"name": "Onondaga County",
"population": 460528,
"state_code": 36
},
"36069": {
"county_code": 69,
"full_code_int": 36069,
"full_code_str": "36069",
"name": "Ontario County",
"population": 109777,
"state_code": 36
},
"36071": {
"county_code": 71,
"full_code_int": 36071,
"full_code_str": "36071",
"name": "Orange County",
"population": 384940,
"state_code": 36
},
"36073": {
"county_code": 73,
"full_code_int": 36073,
"full_code_str": "36073",
"name": "Orleans County",
"population": 40352,
"state_code": 36
},
"36075": {
"county_code": 75,
"full_code_int": 36075,
"full_code_str": "36075",
"name": "Oswego County",
"population": 117124,
"state_code": 36
},
"36077": {
"county_code": 77,
"full_code_int": 36077,
"full_code_str": "36077",
"name": "Otsego County",
"population": 59493,
"state_code": 36
},
"36079": {
"county_code": 79,
"full_code_int": 36079,
"full_code_str": "36079",
"name": "Putnam County",
"population": 98320,
"state_code": 36
},
"36081": {
"county_code": 81,
"full_code_int": 36081,
"full_code_str": "36081",
"name": "Queens County",
"population": 2253858,
"state_code": 36
},
"36083": {
"county_code": 83,
"full_code_int": 36083,
"full_code_str": "36083",
"name": "Rensselaer County",
"population": 158714,
"state_code": 36
},
"36085": {
"county_code": 85,
"full_code_int": 36085,
"full_code_str": "36085",
"name": "Richmond County",
"population": 476143,
"state_code": 36
},
"36087": {
"county_code": 87,
"full_code_int": 36087,
"full_code_str": "36087",
"name": "Rockland County",
"population": 325789,
"state_code": 36
},
"36089": {
"county_code": 89,
"full_code_int": 36089,
"full_code_str": "36089",
"name": "St. Lawrence County",
"population": 107740,
"state_code": 36
},
"36091": {
"county_code": 91,
"full_code_int": 36091,
"full_code_str": "36091",
"name": "Saratoga County",
"population": 229863,
"state_code": 36
},
"36093": {
"county_code": 93,
"full_code_int": 36093,
"full_code_str": "36093",
"name": "Schenectady County",
"population": 155299,
"state_code": 36
},
"36095": {
"county_code": 95,
"full_code_int": 36095,
"full_code_str": "36095",
"name": "Schoharie County",
"population": 30999,
"state_code": 36
},
"36097": {
"county_code": 97,
"full_code_int": 36097,
"full_code_str": "36097",
"name": "Schuyler County",
"population": 17807,
"state_code": 36
},
"36099": {
"county_code": 99,
"full_code_int": 36099,
"full_code_str": "36099",
"name": "Seneca County",
"population": 34016,
"state_code": 36
},
"36101": {
"county_code": 101,
"full_code_int": 36101,
"full_code_str": "36101",
"name": "Steuben County",
"population": 95379,
"state_code": 36
},
"36103": {
"county_code": 103,
"full_code_int": 36103,
"full_code_str": "36103",
"name": "Suffolk County",
"population": 1476601,
"state_code": 36
},
"36105": {
"county_code": 105,
"full_code_int": 36105,
"full_code_str": "36105",
"name": "Sullivan County",
"population": 75432,
"state_code": 36
},
"36107": {
"county_code": 107,
"full_code_int": 36107,
"full_code_str": "36107",
"name": "Tioga County",
"population": 48203,
"state_code": 36
},
"36109": {
"county_code": 109,
"full_code_int": 36109,
"full_code_str": "36109",
"name": "Tompkins County",
"population": 102180,
"state_code": 36
},
"36111": {
"county_code": 111,
"full_code_int": 36111,
"full_code_str": "36111",
"name": "Ulster County",
"population": 177573,
"state_code": 36
},
"36113": {
"county_code": 113,
"full_code_int": 36113,
"full_code_str": "36113",
"name": "Warren County",
"population": 63944,
"state_code": 36
},
"36115": {
"county_code": 115,
"full_code_int": 36115,
"full_code_str": "36115",
"name": "Washington County",
"population": 61204,
"state_code": 36
},
"36117": {
"county_code": 117,
"full_code_int": 36117,
"full_code_str": "36117",
"name": "Wayne County",
"population": 89918,
"state_code": 36
},
"36119": {
"county_code": 119,
"full_code_int": 36119,
"full_code_str": "36119",
"name": "Westchester County",
"population": 967506,
"state_code": 36
},
"36121": {
"county_code": 121,
"full_code_int": 36121,
"full_code_str": "36121",
"name": "Wyoming County",
"population": 39859,
"state_code": 36
},
"36123": {
"county_code": 123,
"full_code_int": 36123,
"full_code_str": "36123",
"name": "Yates County",
"population": 24913,
"state_code": 36
},
"37001": {
"county_code": 1,
"full_code_int": 37001,
"full_code_str": "37001",
"name": "Alamance County",
"population": 169509,
"state_code": 37
},
"37003": {
"county_code": 3,
"full_code_int": 37003,
"full_code_str": "37003",
"name": "Alexander County",
"population": 37497,
"state_code": 37
},
"37005": {
"county_code": 5,
"full_code_int": 37005,
"full_code_str": "37005",
"name": "Alleghany County",
"population": 11137,
"state_code": 37
},
"37007": {
"county_code": 7,
"full_code_int": 37007,
"full_code_str": "37007",
"name": "Anson County",
"population": 24446,
"state_code": 37
},
"37009": {
"county_code": 9,
"full_code_int": 37009,
"full_code_str": "37009",
"name": "Ashe County",
"population": 27203,
"state_code": 37
},
"37011": {
"county_code": 11,
"full_code_int": 37011,
"full_code_str": "37011",
"name": "Avery County",
"population": 17557,
"state_code": 37
},
"37013": {
"county_code": 13,
"full_code_int": 37013,
"full_code_str": "37013",
"name": "Beaufort County",
"population": 46994,
"state_code": 37
},
"37015": {
"county_code": 15,
"full_code_int": 37015,
"full_code_str": "37015",
"name": "Bertie County",
"population": 18947,
"state_code": 37
},
"37017": {
"county_code": 17,
"full_code_int": 37017,
"full_code_str": "37017",
"name": "Bladen County",
"population": 32722,
"state_code": 37
},
"37019": {
"county_code": 19,
"full_code_int": 37019,
"full_code_str": "37019",
"name": "Brunswick County",
"population": 142820,
"state_code": 37
},
"37021": {
"county_code": 21,
"full_code_int": 37021,
"full_code_str": "37021",
"name": "Buncombe County",
"population": 261191,
"state_code": 37
},
"37023": {
"county_code": 23,
"full_code_int": 37023,
"full_code_str": "37023",
"name": "Burke County",
"population": 90485,
"state_code": 37
},
"37025": {
"county_code": 25,
"full_code_int": 37025,
"full_code_str": "37025",
"name": "Cabarrus County",
"population": 216453,
"state_code": 37
},
"37027": {
"county_code": 27,
"full_code_int": 37027,
"full_code_str": "37027",
"name": "Caldwell County",
"population": 82178,
"state_code": 37
},
"37029": {
"county_code": 29,
"full_code_int": 37029,
"full_code_str": "37029",
"name": "Camden County",
"population": 10867,
"state_code": 37
},
"37031": {
"county_code": 31,
"full_code_int": 37031,
"full_code_str": "37031",
"name": "Carteret County",
"population": 69473,
"state_code": 37
},
"37033": {
"county_code": 33,
"full_code_int": 37033,
"full_code_str": "37033",
"name": "Caswell County",
"population": 22604,
"state_code": 37
},
"37035": {
"county_code": 35,
"full_code_int": 37035,
"full_code_str": "37035",
"name": "Catawba County",
"population": 159551,
"state_code": 37
},
"37037": {
"county_code": 37,
"full_code_int": 37037,
"full_code_str": "37037",
"name": "Chatham County",
"population": 74470,
"state_code": 37
},
"37039": {
"county_code": 39,
"full_code_int": 37039,
"full_code_str": "37039",
"name": "Cherokee County",
"population": 28612,
"state_code": 37
},
"37041": {
"county_code": 41,
"full_code_int": 37041,
"full_code_str": "37041",
"name": "Chowan County",
"population": 13943,
"state_code": 37
},
"37043": {
"county_code": 43,
"full_code_int": 37043,
"full_code_str": "37043",
"name": "Clay County",
"population": 11231,
"state_code": 37
},
"37045": {
"county_code": 45,
"full_code_int": 37045,
"full_code_str": "37045",
"name": "Cleveland County",
"population": 97947,
"state_code": 37
},
"37047": {
"county_code": 47,
"full_code_int": 37047,
"full_code_str": "37047",
"name": "Columbus County",
"population": 55508,
"state_code": 37
},
"37049": {
"county_code": 49,
"full_code_int": 37049,
"full_code_str": "37049",
"name": "Craven County",
"population": 102139,
"state_code": 37
},
"37051": {
"county_code": 51,
"full_code_int": 37051,
"full_code_str": "37051",
"name": "Cumberland County",
"population": 335509,
"state_code": 37
},
"37053": {
"county_code": 53,
"full_code_int": 37053,
"full_code_str": "37053",
"name": "Currituck County",
"population": 27763,
"state_code": 37
},
"37055": {
"county_code": 55,
"full_code_int": 37055,
"full_code_str": "37055",
"name": "Dare County",
"population": 37009,
"state_code": 37
},
"37057": {
"county_code": 57,
"full_code_int": 37057,
"full_code_str": "37057",
"name": "Davidson County",
"population": 167609,
"state_code": 37
},
"37059": {
"county_code": 59,
"full_code_int": 37059,
"full_code_str": "37059",
"name": "Davie County",
"population": 42846,
"state_code": 37
},
"37061": {
"county_code": 61,
"full_code_int": 37061,
"full_code_str": "37061",
"name": "Duplin County",
"population": 58741,
"state_code": 37
},
"37063": {
"county_code": 63,
"full_code_int": 37063,
"full_code_str": "37063",
"name": "Durham County",
"population": 321488,
"state_code": 37
},
"37065": {
"county_code": 65,
"full_code_int": 37065,
"full_code_str": "37065",
"name": "Edgecombe County",
"population": 51472,
"state_code": 37
},
"37067": {
"county_code": 67,
"full_code_int": 37067,
"full_code_str": "37067",
"name": "Forsyth County",
"population": 382295,
"state_code": 37
},
"37069": {
"county_code": 69,
"full_code_int": 37069,
"full_code_str": "37069",
"name": "Franklin County",
"population": 69685,
"state_code": 37
},
"37071": {
"county_code": 71,
"full_code_int": 37071,
"full_code_str": "37071",
"name": "Gaston County",
"population": 224529,
"state_code": 37
},
"37073": {
"county_code": 73,
"full_code_int": 37073,
"full_code_str": "37073",
"name": "Gates County",
"population": 11562,
"state_code": 37
},
"37075": {
"county_code": 75,
"full_code_int": 37075,
"full_code_str": "37075",
"name": "Graham County",
"population": 8441,
"state_code": 37
},
"37077": {
"county_code": 77,
"full_code_int": 37077,
"full_code_str": "37077",
"name": "Granville County",
"population": 60443,
"state_code": 37
},
"37079": {
"county_code": 79,
"full_code_int": 37079,
"full_code_str": "37079",
"name": "Greene County",
"population": 21069,
"state_code": 37
},
"37081": {
"county_code": 81,
"full_code_int": 37081,
"full_code_str": "37081",
"name": "Guilford County",
"population": 537174,
"state_code": 37
},
"37083": {
"county_code": 83,
"full_code_int": 37083,
"full_code_str": "37083",
"name": "Halifax County",
"population": 50010,
"state_code": 37
},
"37085": {
"county_code": 85,
"full_code_int": 37085,
"full_code_str": "37085",
"name": "Harnett County",
"population": 135976,
"state_code": 37
},
"37087": {
"county_code": 87,
"full_code_int": 37087,
"full_code_str": "37087",
"name": "Haywood County",
"population": 62317,
"state_code": 37
},
"37089": {
"county_code": 89,
"full_code_int": 37089,
"full_code_str": "37089",
"name": "Henderson County",
"population": 117417,
"state_code": 37
},
"37091": {
"county_code": 91,
"full_code_int": 37091,
"full_code_str": "37091",
"name": "Hertford County",
"population": 23677,
"state_code": 37
},
"37093": {
"county_code": 93,
"full_code_int": 37093,
"full_code_str": "37093",
"name": "Hoke County",
"population": 55234,
"state_code": 37
},
"37095": {
"county_code": 95,
"full_code_int": 37095,
"full_code_str": "37095",
"name": "Hyde County",
"population": 4937,
"state_code": 37
},
"37097": {
"county_code": 97,
"full_code_int": 37097,
"full_code_str": "37097",
"name": "Iredell County",
"population": 181806,
"state_code": 37
},
"37099": {
"county_code": 99,
"full_code_int": 37099,
"full_code_str": "37099",
"name": "Jackson County",
"population": 43938,
"state_code": 37
},
"37101": {
"county_code": 101,
"full_code_int": 37101,
"full_code_str": "37101",
"name": "Johnston County",
"population": 209339,
"state_code": 37
},
"37103": {
"county_code": 103,
"full_code_int": 37103,
"full_code_str": "37103",
"name": "Jones County",
"population": 9419,
"state_code": 37
},
"37105": {
"county_code": 105,
"full_code_int": 37105,
"full_code_str": "37105",
"name": "Lee County",
"population": 61779,
"state_code": 37
},
"37107": {
"county_code": 107,
"full_code_int": 37107,
"full_code_str": "37107",
"name": "Lenoir County",
"population": 55949,
"state_code": 37
},
"37109": {
"county_code": 109,
"full_code_int": 37109,
"full_code_str": "37109",
"name": "Lincoln County",
"population": 86111,
"state_code": 37
},
"37111": {
"county_code": 111,
"full_code_int": 37111,
"full_code_str": "37111",
"name": "McDowell County",
"population": 45756,
"state_code": 37
},
"37113": {
"county_code": 113,
"full_code_int": 37113,
"full_code_str": "37113",
"name": "Macon County",
"population": 35858,
"state_code": 37
},
"37115": {
"county_code": 115,
"full_code_int": 37115,
"full_code_str": "37115",
"name": "Madison County",
"population": 21755,
"state_code": 37
},
"37117": {
"county_code": 117,
"full_code_int": 37117,
"full_code_str": "37117",
"name": "Martin County",
"population": 22440,
"state_code": 37
},
"37119": {
"county_code": 119,
"full_code_int": 37119,
"full_code_str": "37119",
"name": "Mecklenburg County",
"population": 1110356,
"state_code": 37
},
"37121": {
"county_code": 121,
"full_code_int": 37121,
"full_code_str": "37121",
"name": "Mitchell County",
"population": 14964,
"state_code": 37
},
"37123": {
"county_code": 123,
"full_code_int": 37123,
"full_code_str": "37123",
"name": "Montgomery County",
"population": 27173,
"state_code": 37
},
"37125": {
"county_code": 125,
"full_code_int": 37125,
"full_code_str": "37125",
"name": "Moore County",
"population": 100880,
"state_code": 37
},
"37127": {
"county_code": 127,
"full_code_int": 37127,
"full_code_str": "37127",
"name": "Nash County",
"population": 94298,
"state_code": 37
},
"37129": {
"county_code": 129,
"full_code_int": 37129,
"full_code_str": "37129",
"name": "New Hanover County",
"population": 234473,
"state_code": 37
},
"37131": {
"county_code": 131,
"full_code_int": 37131,
"full_code_str": "37131",
"name": "Northampton County",
"population": 19483,
"state_code": 37
},
"37133": {
"county_code": 133,
"full_code_int": 37133,
"full_code_str": "37133",
"name": "Onslow County",
"population": 197938,
"state_code": 37
},
"37135": {
"county_code": 135,
"full_code_int": 37135,
"full_code_str": "37135",
"name": "Orange County",
"population": 148476,
"state_code": 37
},
"37137": {
"county_code": 137,
"full_code_int": 37137,
"full_code_str": "37137",
"name": "Pamlico County",
"population": 12726,
"state_code": 37
},
"37139": {
"county_code": 139,
"full_code_int": 37139,
"full_code_str": "37139",
"name": "Pasquotank County",
"population": 39824,
"state_code": 37
},
"37141": {
"county_code": 141,
"full_code_int": 37141,
"full_code_str": "37141",
"name": "Pender County",
"population": 63060,
"state_code": 37
},
"37143": {
"county_code": 143,
"full_code_int": 37143,
"full_code_str": "37143",
"name": "Perquimans County",
"population": 13463,
"state_code": 37
},
"37145": {
"county_code": 145,
"full_code_int": 37145,
"full_code_str": "37145",
"name": "Person County",
"population": 39490,
"state_code": 37
},
"37147": {
"county_code": 147,
"full_code_int": 37147,
"full_code_str": "37147",
"name": "Pitt County",
"population": 180742,
"state_code": 37
},
"37149": {
"county_code": 149,
"full_code_int": 37149,
"full_code_str": "37149",
"name": "Polk County",
"population": 20724,
"state_code": 37
},
"37151": {
"county_code": 151,
"full_code_int": 37151,
"full_code_str": "37151",
"name": "Randolph County",
"population": 143667,
"state_code": 37
},
"37153": {
"county_code": 153,
"full_code_int": 37153,
"full_code_str": "37153",
"name": "Richmond County",
"population": 44829,
"state_code": 37
},
"37155": {
"county_code": 155,
"full_code_int": 37155,
"full_code_str": "37155",
"name": "Robeson County",
"population": 130625,
"state_code": 37
},
"37157": {
"county_code": 157,
"full_code_int": 37157,
"full_code_str": "37157",
"name": "Rockingham County",
"population": 91010,
"state_code": 37
},
"37159": {
"county_code": 159,
"full_code_int": 37159,
"full_code_str": "37159",
"name": "Rowan County",
"population": 142088,
"state_code": 37
},
"37161": {
"county_code": 161,
"full_code_int": 37161,
"full_code_str": "37161",
"name": "Rutherford County",
"population": 67029,
"state_code": 37
},
"37163": {
"county_code": 163,
"full_code_int": 37163,
"full_code_str": "37163",
"name": "Sampson County",
"population": 63531,
"state_code": 37
},
"37165": {
"county_code": 165,
"full_code_int": 37165,
"full_code_str": "37165",
"name": "Scotland County",
"population": 34823,
"state_code": 37
},
"37167": {
"county_code": 167,
"full_code_int": 37167,
"full_code_str": "37167",
"name": "Stanly County",
"population": 62806,
"state_code": 37
},
"37169": {
"county_code": 169,
"full_code_int": 37169,
"full_code_str": "37169",
"name": "Stokes County",
"population": 45591,
"state_code": 37
},
"37171": {
"county_code": 171,
"full_code_int": 37171,
"full_code_str": "37171",
"name": "Surry County",
"population": 71783,
"state_code": 37
},
"37173": {
"county_code": 173,
"full_code_int": 37173,
"full_code_str": "37173",
"name": "Swain County",
"population": 14271,
"state_code": 37
},
"37175": {
"county_code": 175,
"full_code_int": 37175,
"full_code_str": "37175",
"name": "Transylvania County",
"population": 34385,
"state_code": 37
},
"37177": {
"county_code": 177,
"full_code_int": 37177,
"full_code_str": "37177",
"name": "Tyrrell County",
"population": 4016,
"state_code": 37
},
"37179": {
"county_code": 179,
"full_code_int": 37179,
"full_code_str": "37179",
"name": "Union County",
"population": 239859,
"state_code": 37
},
"37181": {
"county_code": 181,
"full_code_int": 37181,
"full_code_str": "37181",
"name": "Vance County",
"population": 44535,
"state_code": 37
},
"37183": {
"county_code": 183,
"full_code_int": 37183,
"full_code_str": "37183",
"name": "Wake County",
"population": 1111761,
"state_code": 37
},
"37185": {
"county_code": 185,
"full_code_int": 37185,
"full_code_str": "37185",
"name": "Warren County",
"population": 19731,
"state_code": 37
},
"37187": {
"county_code": 187,
"full_code_int": 37187,
"full_code_str": "37187",
"name": "Washington County",
"population": 11580,
"state_code": 37
},
"37189": {
"county_code": 189,
"full_code_int": 37189,
"full_code_str": "37189",
"name": "Watauga County",
"population": 56177,
"state_code": 37
},
"37191": {
"county_code": 191,
"full_code_int": 37191,
"full_code_str": "37191",
"name": "Wayne County",
"population": 123131,
"state_code": 37
},
"37193": {
"county_code": 193,
"full_code_int": 37193,
"full_code_str": "37193",
"name": "Wilkes County",
"population": 68412,
"state_code": 37
},
"37195": {
"county_code": 195,
"full_code_int": 37195,
"full_code_str": "37195",
"name": "Wilson County",
"population": 81801,
"state_code": 37
},
"37197": {
"county_code": 197,
"full_code_int": 37197,
"full_code_str": "37197",
"name": "Yadkin County",
"population": 37667,
"state_code": 37
},
"37199": {
"county_code": 199,
"full_code_int": 37199,
"full_code_str": "37199",
"name": "Yancey County",
"population": 18069,
"state_code": 37
},
"38001": {
"county_code": 1,
"full_code_int": 38001,
"full_code_str": "38001",
"name": "Adams County",
"population": 2216,
"state_code": 38
},
"38003": {
"county_code": 3,
"full_code_int": 38003,
"full_code_str": "38003",
"name": "Barnes County",
"population": 10415,
"state_code": 38
},
"38005": {
"county_code": 5,
"full_code_int": 38005,
"full_code_str": "38005",
"name": "Benson County",
"population": 6832,
"state_code": 38
},
"38007": {
"county_code": 7,
"full_code_int": 38007,
"full_code_str": "38007",
"name": "Billings County",
"population": 928,
"state_code": 38
},
"38009": {
"county_code": 9,
"full_code_int": 38009,
"full_code_str": "38009",
"name": "Bottineau County",
"population": 6282,
"state_code": 38
},
"38011": {
"county_code": 11,
"full_code_int": 38011,
"full_code_str": "38011",
"name": "Bowman County",
"population": 3024,
"state_code": 38
},
"38013": {
"county_code": 13,
"full_code_int": 38013,
"full_code_str": "38013",
"name": "Burke County",
"population": 2115,
"state_code": 38
},
"38015": {
"county_code": 15,
"full_code_int": 38015,
"full_code_str": "38015",
"name": "Burleigh County",
"population": 95626,
"state_code": 38
},
"38017": {
"county_code": 17,
"full_code_int": 38017,
"full_code_str": "38017",
"name": "Cass County",
"population": 181923,
"state_code": 38
},
"38019": {
"county_code": 19,
"full_code_int": 38019,
"full_code_str": "38019",
"name": "Cavalier County",
"population": 3762,
"state_code": 38
},
"38021": {
"county_code": 21,
"full_code_int": 38021,
"full_code_str": "38021",
"name": "Dickey County",
"population": 4872,
"state_code": 38
},
"38023": {
"county_code": 23,
"full_code_int": 38023,
"full_code_str": "38023",
"name": "Divide County",
"population": 2264,
"state_code": 38
},
"38025": {
"county_code": 25,
"full_code_int": 38025,
"full_code_str": "38025",
"name": "Dunn County",
"population": 4424,
"state_code": 38
},
"38027": {
"county_code": 27,
"full_code_int": 38027,
"full_code_str": "38027",
"name": "Eddy County",
"population": 2287,
"state_code": 38
},
"38029": {
"county_code": 29,
"full_code_int": 38029,
"full_code_str": "38029",
"name": "Emmons County",
"population": 3241,
"state_code": 38
},
"38031": {
"county_code": 31,
"full_code_int": 38031,
"full_code_str": "38031",
"name": "Foster County",
"population": 3210,
"state_code": 38
},
"38033": {
"county_code": 33,
"full_code_int": 38033,
"full_code_str": "38033",
"name": "Golden Valley County",
"population": 1761,
"state_code": 38
},
"38035": {
"county_code": 35,
"full_code_int": 38035,
"full_code_str": "38035",
"name": "Grand Forks County",
"population": 69451,
"state_code": 38
},
"38037": {
"county_code": 37,
"full_code_int": 38037,
"full_code_str": "38037",
"name": "Grant County",
"population": 2274,
"state_code": 38
},
"38039": {
"county_code": 39,
"full_code_int": 38039,
"full_code_str": "38039",
"name": "Griggs County",
"population": 2231,
"state_code": 38
},
"38041": {
"county_code": 41,
"full_code_int": 38041,
"full_code_str": "38041",
"name": "Hettinger County",
"population": 2499,
"state_code": 38
},
"38043": {
"county_code": 43,
"full_code_int": 38043,
"full_code_str": "38043",
"name": "Kidder County",
"population": 2480,
"state_code": 38
},
"38045": {
"county_code": 45,
"full_code_int": 38045,
"full_code_str": "38045",
"name": "LaMoure County",
"population": 4046,
"state_code": 38
},
"38047": {
"county_code": 47,
"full_code_int": 38047,
"full_code_str": "38047",
"name": "Logan County",
"population": 1850,
"state_code": 38
},
"38049": {
"county_code": 49,
"full_code_int": 38049,
"full_code_str": "38049",
"name": "McHenry County",
"population": 5745,
"state_code": 38
},
"38051": {
"county_code": 51,
"full_code_int": 38051,
"full_code_str": "38051",
"name": "McIntosh County",
"population": 2497,
"state_code": 38
},
"38053": {
"county_code": 53,
"full_code_int": 38053,
"full_code_str": "38053",
"name": "McKenzie County",
"population": 15024,
"state_code": 38
},
"38055": {
"county_code": 55,
"full_code_int": 38055,
"full_code_str": "38055",
"name": "McLean County",
"population": 9450,
"state_code": 38
},
"38057": {
"county_code": 57,
"full_code_int": 38057,
"full_code_str": "38057",
"name": "Mercer County",
"population": 8187,
"state_code": 38
},
"38059": {
"county_code": 59,
"full_code_int": 38059,
"full_code_str": "38059",
"name": "Morton County",
"population": 31364,
"state_code": 38
},
"38061": {
"county_code": 61,
"full_code_int": 38061,
"full_code_str": "38061",
"name": "Mountrail County",
"population": 10545,
"state_code": 38
},
"38063": {
"county_code": 63,
"full_code_int": 38063,
"full_code_str": "38063",
"name": "Nelson County",
"population": 2879,
"state_code": 38
},
"38065": {
"county_code": 65,
"full_code_int": 38065,
"full_code_str": "38065",
"name": "Oliver County",
"population": 1959,
"state_code": 38
},
"38067": {
"county_code": 67,
"full_code_int": 38067,
"full_code_str": "38067",
"name": "Pembina County",
"population": 6801,
"state_code": 38
},
"38069": {
"county_code": 69,
"full_code_int": 38069,
"full_code_str": "38069",
"name": "Pierce County",
"population": 3975,
"state_code": 38
},
"38071": {
"county_code": 71,
"full_code_int": 38071,
"full_code_str": "38071",
"name": "Ramsey County",
"population": 11519,
"state_code": 38
},
"38073": {
"county_code": 73,
"full_code_int": 38073,
"full_code_str": "38073",
"name": "Ransom County",
"population": 5218,
"state_code": 38
},
"38075": {
"county_code": 75,
"full_code_int": 38075,
"full_code_str": "38075",
"name": "Renville County",
"population": 2327,
"state_code": 38
},
"38077": {
"county_code": 77,
"full_code_int": 38077,
"full_code_str": "38077",
"name": "Richland County",
"population": 16177,
"state_code": 38
},
"38079": {
"county_code": 79,
"full_code_int": 38079,
"full_code_str": "38079",
"name": "Rolette County",
"population": 14176,
"state_code": 38
},
"38081": {
"county_code": 81,
"full_code_int": 38081,
"full_code_str": "38081",
"name": "Sargent County",
"population": 3898,
"state_code": 38
},
"38083": {
"county_code": 83,
"full_code_int": 38083,
"full_code_str": "38083",
"name": "Sheridan County",
"population": 1315,
"state_code": 38
},
"38085": {
"county_code": 85,
"full_code_int": 38085,
"full_code_str": "38085",
"name": "Sioux County",
"population": 4230,
"state_code": 38
},
"38087": {
"county_code": 87,
"full_code_int": 38087,
"full_code_str": "38087",
"name": "Slope County",
"population": 750,
"state_code": 38
},
"38089": {
"county_code": 89,
"full_code_int": 38089,
"full_code_str": "38089",
"name": "Stark County",
"population": 31489,
"state_code": 38
},
"38091": {
"county_code": 91,
"full_code_int": 38091,
"full_code_str": "38091",
"name": "Steele County",
"population": 1890,
"state_code": 38
},
"38093": {
"county_code": 93,
"full_code_int": 38093,
"full_code_str": "38093",
"name": "Stutsman County",
"population": 20704,
"state_code": 38
},
"38095": {
"county_code": 95,
"full_code_int": 38095,
"full_code_str": "38095",
"name": "Towner County",
"population": 2189,
"state_code": 38
},
"38097": {
"county_code": 97,
"full_code_int": 38097,
"full_code_str": "38097",
"name": "Traill County",
"population": 8036,
"state_code": 38
},
"38099": {
"county_code": 99,
"full_code_int": 38099,
"full_code_str": "38099",
"name": "Walsh County",
"population": 10641,
"state_code": 38
},
"38101": {
"county_code": 101,
"full_code_int": 38101,
"full_code_str": "38101",
"name": "Ward County",
"population": 67641,
"state_code": 38
},
"38103": {
"county_code": 103,
"full_code_int": 38103,
"full_code_str": "38103",
"name": "Wells County",
"population": 3834,
"state_code": 38
},
"38105": {
"county_code": 105,
"full_code_int": 38105,
"full_code_str": "38105",
"name": "Williams County",
"population": 37589,
"state_code": 38
},
"39001": {
"county_code": 1,
"full_code_int": 39001,
"full_code_str": "39001",
"name": "Adams County",
"population": 27698,
"state_code": 39
},
"39003": {
"county_code": 3,
"full_code_int": 39003,
"full_code_str": "39003",
"name": "Allen County",
"population": 102351,
"state_code": 39
},
"39005": {
"county_code": 5,
"full_code_int": 39005,
"full_code_str": "39005",
"name": "Ashland County",
"population": 53484,
"state_code": 39
},
"39007": {
"county_code": 7,
"full_code_int": 39007,
"full_code_str": "39007",
"name": "Ashtabula County",
"population": 97241,
"state_code": 39
},
"39009": {
"county_code": 9,
"full_code_int": 39009,
"full_code_str": "39009",
"name": "Athens County",
"population": 65327,
"state_code": 39
},
"39011": {
"county_code": 11,
"full_code_int": 39011,
"full_code_str": "39011",
"name": "Auglaize County",
"population": 45656,
"state_code": 39
},
"39013": {
"county_code": 13,
"full_code_int": 39013,
"full_code_str": "39013",
"name": "Belmont County",
"population": 67006,
"state_code": 39
},
"39015": {
"county_code": 15,
"full_code_int": 39015,
"full_code_str": "39015",
"name": "Brown County",
"population": 43432,
"state_code": 39
},
"39017": {
"county_code": 17,
"full_code_int": 39017,
"full_code_str": "39017",
"name": "Butler County",
"population": 383134,
"state_code": 39
},
"39019": {
"county_code": 19,
"full_code_int": 39019,
"full_code_str": "39019",
"name": "Carroll County",
"population": 26914,
"state_code": 39
},
"39021": {
"county_code": 21,
"full_code_int": 39021,
"full_code_str": "39021",
"name": "Champaign County",
"population": 38885,
"state_code": 39
},
"39023": {
"county_code": 23,
"full_code_int": 39023,
"full_code_str": "39023",
"name": "Clark County",
"population": 134083,
"state_code": 39
},
"39025": {
"county_code": 25,
"full_code_int": 39025,
"full_code_str": "39025",
"name": "Clermont County",
"population": 206428,
"state_code": 39
},
"39027": {
"county_code": 27,
"full_code_int": 39027,
"full_code_str": "39027",
"name": "Clinton County",
"population": 41968,
"state_code": 39
},
"39029": {
"county_code": 29,
"full_code_int": 39029,
"full_code_str": "39029",
"name": "Columbiana County",
"population": 101883,
"state_code": 39
},
"39031": {
"county_code": 31,
"full_code_int": 39031,
"full_code_str": "39031",
"name": "Coshocton County",
"population": 36600,
"state_code": 39
},
"39033": {
"county_code": 33,
"full_code_int": 39033,
"full_code_str": "39033",
"name": "Crawford County",
"population": 41494,
"state_code": 39
},
"39035": {
"county_code": 35,
"full_code_int": 39035,
"full_code_str": "39035",
"name": "Cuyahoga County",
"population": 1235072,
"state_code": 39
},
"39037": {
"county_code": 37,
"full_code_int": 39037,
"full_code_str": "39037",
"name": "Darke County",
"population": 51113,
"state_code": 39
},
"39039": {
"county_code": 39,
"full_code_int": 39039,
"full_code_str": "39039",
"name": "Defiance County",
"population": 38087,
"state_code": 39
},
"39041": {
"county_code": 41,
"full_code_int": 39041,
"full_code_str": "39041",
"name": "Delaware County",
"population": 209177,
"state_code": 39
},
"39043": {
"county_code": 43,
"full_code_int": 39043,
"full_code_str": "39043",
"name": "Erie County",
"population": 74266,
"state_code": 39
},
"39045": {
"county_code": 45,
"full_code_int": 39045,
"full_code_str": "39045",
"name": "Fairfield County",
"population": 157574,
"state_code": 39
},
"39047": {
"county_code": 47,
"full_code_int": 39047,
"full_code_str": "39047",
"name": "Fayette County",
"population": 28525,
"state_code": 39
},
"39049": {
"county_code": 49,
"full_code_int": 39049,
"full_code_str": "39049",
"name": "Franklin County",
"population": 1316756,
"state_code": 39
},
"39051": {
"county_code": 51,
"full_code_int": 39051,
"full_code_str": "39051",
"name": "Fulton County",
"population": 42126,
"state_code": 39
},
"39053": {
"county_code": 53,
"full_code_int": 39053,
"full_code_str": "39053",
"name": "Gallia County",
"population": 29898,
"state_code": 39
},
"39055": {
"county_code": 55,
"full_code_int": 39055,
"full_code_str": "39055",
"name": "Geauga County",
"population": 93649,
"state_code": 39
},
"39057": {
"county_code": 57,
"full_code_int": 39057,
"full_code_str": "39057",
"name": "Greene County",
"population": 168937,
"state_code": 39
},
"39059": {
"county_code": 59,
"full_code_int": 39059,
"full_code_str": "39059",
"name": "Guernsey County",
"population": 38875,
"state_code": 39
},
"39061": {
"county_code": 61,
"full_code_int": 39061,
"full_code_str": "39061",
"name": "Hamilton County",
"population": 817473,
"state_code": 39
},
"39063": {
"county_code": 63,
"full_code_int": 39063,
"full_code_str": "39063",
"name": "Hancock County",
"population": 75783,
"state_code": 39
},
"39065": {
"county_code": 65,
"full_code_int": 39065,
"full_code_str": "39065",
"name": "Hardin County",
"population": 31365,
"state_code": 39
},
"39067": {
"county_code": 67,
"full_code_int": 39067,
"full_code_str": "39067",
"name": "Harrison County",
"population": 15040,
"state_code": 39
},
"39069": {
"county_code": 69,
"full_code_int": 39069,
"full_code_str": "39069",
"name": "Henry County",
"population": 27006,
"state_code": 39
},
"39071": {
"county_code": 71,
"full_code_int": 39071,
"full_code_str": "39071",
"name": "Highland County",
"population": 43161,
"state_code": 39
},
"39073": {
"county_code": 73,
"full_code_int": 39073,
"full_code_str": "39073",
"name": "Hocking County",
"population": 28264,
"state_code": 39
},
"39075": {
"county_code": 75,
"full_code_int": 39075,
"full_code_str": "39075",
"name": "Holmes County",
"population": 43960,
"state_code": 39
},
"39077": {
"county_code": 77,
"full_code_int": 39077,
"full_code_str": "39077",
"name": "Huron County",
"population": 58266,
"state_code": 39
},
"39079": {
"county_code": 79,
"full_code_int": 39079,
"full_code_str": "39079",
"name": "Jackson County",
"population": 32413,
"state_code": 39
},
"39081": {
"county_code": 81,
"full_code_int": 39081,
"full_code_str": "39081",
"name": "Jefferson County",
"population": 65325,
"state_code": 39
},
"39083": {
"county_code": 83,
"full_code_int": 39083,
"full_code_str": "39083",
"name": "Knox County",
"population": 62322,
"state_code": 39
},
"39085": {
"county_code": 85,
"full_code_int": 39085,
"full_code_str": "39085",
"name": "Lake County",
"population": 230149,
"state_code": 39
},
"39087": {
"county_code": 87,
"full_code_int": 39087,
"full_code_str": "39087",
"name": "Lawrence County",
"population": 59463,
"state_code": 39
},
"39089": {
"county_code": 89,
"full_code_int": 39089,
"full_code_str": "39089",
"name": "Licking County",
"population": 176862,
"state_code": 39
},
"39091": {
"county_code": 91,
"full_code_int": 39091,
"full_code_str": "39091",
"name": "Logan County",
"population": 45672,
"state_code": 39
},
"39093": {
"county_code": 93,
"full_code_int": 39093,
"full_code_str": "39093",
"name": "Lorain County",
"population": 309833,
"state_code": 39
},
"39095": {
"county_code": 95,
"full_code_int": 39095,
"full_code_str": "39095",
"name": "Lucas County",
"population": 428348,
"state_code": 39
},
"39097": {
"county_code": 97,
"full_code_int": 39097,
"full_code_str": "39097",
"name": "Madison County",
"population": 44731,
"state_code": 39
},
"39099": {
"county_code": 99,
"full_code_int": 39099,
"full_code_str": "39099",
"name": "Mahoning County",
"population": 228683,
"state_code": 39
},
"39101": {
"county_code": 101,
"full_code_int": 39101,
"full_code_str": "39101",
"name": "Marion County",
"population": 65093,
"state_code": 39
},
"39103": {
"county_code": 103,
"full_code_int": 39103,
"full_code_str": "39103",
"name": "Medina County",
"population": 179746,
"state_code": 39
},
"39105": {
"county_code": 105,
"full_code_int": 39105,
"full_code_str": "39105",
"name": "Meigs County",
"population": 22907,
"state_code": 39
},
"39107": {
"county_code": 107,
"full_code_int": 39107,
"full_code_str": "39107",
"name": "Mercer County",
"population": 41172,
"state_code": 39
},
"39109": {
"county_code": 109,
"full_code_int": 39109,
"full_code_str": "39109",
"name": "Miami County",
"population": 106987,
"state_code": 39
},
"39111": {
"county_code": 111,
"full_code_int": 39111,
"full_code_str": "39111",
"name": "Monroe County",
"population": 13654,
"state_code": 39
},
"39113": {
"county_code": 113,
"full_code_int": 39113,
"full_code_str": "39113",
"name": "Montgomery County",
"population": 531687,
"state_code": 39
},
"39115": {
"county_code": 115,
"full_code_int": 39115,
"full_code_str": "39115",
"name": "Morgan County",
"population": 14508,
"state_code": 39
},
"39117": {
"county_code": 117,
"full_code_int": 39117,
"full_code_str": "39117",
"name": "Morrow County",
"population": 35328,
"state_code": 39
},
"39119": {
"county_code": 119,
"full_code_int": 39119,
"full_code_str": "39119",
"name": "Muskingum County",
"population": 86215,
"state_code": 39
},
"39121": {
"county_code": 121,
"full_code_int": 39121,
"full_code_str": "39121",
"name": "Noble County",
"population": 14424,
"state_code": 39
},
"39123": {
"county_code": 123,
"full_code_int": 39123,
"full_code_str": "39123",
"name": "Ottawa County",
"population": 40525,
"state_code": 39
},
"39125": {
"county_code": 125,
"full_code_int": 39125,
"full_code_str": "39125",
"name": "Paulding County",
"population": 18672,
"state_code": 39
},
"39127": {
"county_code": 127,
"full_code_int": 39127,
"full_code_str": "39127",
"name": "Perry County",
"population": 36134,
"state_code": 39
},
"39129": {
"county_code": 129,
"full_code_int": 39129,
"full_code_str": "39129",
"name": "Pickaway County",
"population": 58457,
"state_code": 39
},
"39131": {
"county_code": 131,
"full_code_int": 39131,
"full_code_str": "39131",
"name": "Pike County",
"population": 27772,
"state_code": 39
},
"39133": {
"county_code": 133,
"full_code_int": 39133,
"full_code_str": "39133",
"name": "Portage County",
"population": 162466,
"state_code": 39
},
"39135": {
"county_code": 135,
"full_code_int": 39135,
"full_code_str": "39135",
"name": "Preble County",
"population": 40882,
"state_code": 39
},
"39137": {
"county_code": 137,
"full_code_int": 39137,
"full_code_str": "39137",
"name": "Putnam County",
"population": 33861,
"state_code": 39
},
"39139": {
"county_code": 139,
"full_code_int": 39139,
"full_code_str": "39139",
"name": "Richland County",
"population": 121154,
"state_code": 39
},
"39141": {
"county_code": 141,
"full_code_int": 39141,
"full_code_str": "39141",
"name": "Ross County",
"population": 76666,
"state_code": 39
},
"39143": {
"county_code": 143,
"full_code_int": 39143,
"full_code_str": "39143",
"name": "Sandusky County",
"population": 58518,
"state_code": 39
},
"39145": {
"county_code": 145,
"full_code_int": 39145,
"full_code_str": "39145",
"name": "Scioto County",
"population": 75314,
"state_code": 39
},
"39147": {
"county_code": 147,
"full_code_int": 39147,
"full_code_str": "39147",
"name": "Seneca County",
"population": 55178,
"state_code": 39
},
"39149": {
"county_code": 149,
"full_code_int": 39149,
"full_code_str": "39149",
"name": "Shelby County",
"population": 48590,
"state_code": 39
},
"39151": {
"county_code": 151,
"full_code_int": 39151,
"full_code_str": "39151",
"name": "Stark County",
"population": 370606,
"state_code": 39
},
"39153": {
"county_code": 153,
"full_code_int": 39153,
"full_code_str": "39153",
"name": "Summit County",
"population": 541013,
"state_code": 39
},
"39155": {
"county_code": 155,
"full_code_int": 39155,
"full_code_str": "39155",
"name": "Trumbull County",
"population": 197974,
"state_code": 39
},
"39157": {
"county_code": 157,
"full_code_int": 39157,
"full_code_str": "39157",
"name": "Tuscarawas County",
"population": 91987,
"state_code": 39
},
"39159": {
"county_code": 159,
"full_code_int": 39159,
"full_code_str": "39159",
"name": "Union County",
"population": 58988,
"state_code": 39
},
"39161": {
"county_code": 161,
"full_code_int": 39161,
"full_code_str": "39161",
"name": "Van Wert County",
"population": 28275,
"state_code": 39
},
"39163": {
"county_code": 163,
"full_code_int": 39163,
"full_code_str": "39163",
"name": "Vinton County",
"population": 13085,
"state_code": 39
},
"39165": {
"county_code": 165,
"full_code_int": 39165,
"full_code_str": "39165",
"name": "Warren County",
"population": 234602,
"state_code": 39
},
"39167": {
"county_code": 167,
"full_code_int": 39167,
"full_code_str": "39167",
"name": "Washington County",
"population": 59911,
"state_code": 39
},
"39169": {
"county_code": 169,
"full_code_int": 39169,
"full_code_str": "39169",
"name": "Wayne County",
"population": 115710,
"state_code": 39
},
"39171": {
"county_code": 171,
"full_code_int": 39171,
"full_code_str": "39171",
"name": "Williams County",
"population": 36692,
"state_code": 39
},
"39173": {
"county_code": 173,
"full_code_int": 39173,
"full_code_str": "39173",
"name": "Wood County",
"population": 130817,
"state_code": 39
},
"39175": {
"county_code": 175,
"full_code_int": 39175,
"full_code_str": "39175",
"name": "Wyandot County",
"population": 21772,
"state_code": 39
},
"40001": {
"county_code": 1,
"full_code_int": 40001,
"full_code_str": "40001",
"name": "Adair County",
"population": 22194,
"state_code": 40
},
"40003": {
"county_code": 3,
"full_code_int": 40003,
"full_code_str": "40003",
"name": "Alfalfa County",
"population": 5702,
"state_code": 40
},
"40005": {
"county_code": 5,
"full_code_int": 40005,
"full_code_str": "40005",
"name": "Atoka County",
"population": 13758,
"state_code": 40
},
"40007": {
"county_code": 7,
"full_code_int": 40007,
"full_code_str": "40007",
"name": "Beaver County",
"population": 5311,
"state_code": 40
},
"40009": {
"county_code": 9,
"full_code_int": 40009,
"full_code_str": "40009",
"name": "Beckham County",
"population": 21859,
"state_code": 40
},
"40011": {
"county_code": 11,
"full_code_int": 40011,
"full_code_str": "40011",
"name": "Blaine County",
"population": 9429,
"state_code": 40
},
"40013": {
"county_code": 13,
"full_code_int": 40013,
"full_code_str": "40013",
"name": "Bryan County",
"population": 47995,
"state_code": 40
},
"40015": {
"county_code": 15,
"full_code_int": 40015,
"full_code_str": "40015",
"name": "Caddo County",
"population": 28762,
"state_code": 40
},
"40017": {
"county_code": 17,
"full_code_int": 40017,
"full_code_str": "40017",
"name": "Canadian County",
"population": 148306,
"state_code": 40
},
"40019": {
"county_code": 19,
"full_code_int": 40019,
"full_code_str": "40019",
"name": "Carter County",
"population": 48111,
"state_code": 40
},
"40021": {
"county_code": 21,
"full_code_int": 40021,
"full_code_str": "40021",
"name": "Cherokee County",
"population": 48657,
"state_code": 40
},
"40023": {
"county_code": 23,
"full_code_int": 40023,
"full_code_str": "40023",
"name": "Choctaw County",
"population": 14672,
"state_code": 40
},
"40025": {
"county_code": 25,
"full_code_int": 40025,
"full_code_str": "40025",
"name": "Cimarron County",
"population": 2137,
"state_code": 40
},
"40027": {
"county_code": 27,
"full_code_int": 40027,
"full_code_str": "40027",
"name": "Cleveland County",
"population": 284014,
"state_code": 40
},
"40029": {
"county_code": 29,
"full_code_int": 40029,
"full_code_str": "40029",
"name": "Coal County",
"population": 5495,
"state_code": 40
},
"40031": {
"county_code": 31,
"full_code_int": 40031,
"full_code_str": "40031",
"name": "Comanche County",
"population": 120749,
"state_code": 40
},
"40033": {
"county_code": 33,
"full_code_int": 40033,
"full_code_str": "40033",
"name": "Cotton County",
"population": 5666,
"state_code": 40
},
"40035": {
"county_code": 35,
"full_code_int": 40035,
"full_code_str": "40035",
"name": "Craig County",
"population": 14142,
"state_code": 40
},
"40037": {
"county_code": 37,
"full_code_int": 40037,
"full_code_str": "40037",
"name": "Creek County",
"population": 71522,
"state_code": 40
},
"40039": {
"county_code": 39,
"full_code_int": 40039,
"full_code_str": "40039",
"name": "Custer County",
"population": 29003,
"state_code": 40
},
"40041": {
"county_code": 41,
"full_code_int": 40041,
"full_code_str": "40041",
"name": "Delaware County",
"population": 43009,
"state_code": 40
},
"40043": {
"county_code": 43,
"full_code_int": 40043,
"full_code_str": "40043",
"name": "Dewey County",
"population": 4891,
"state_code": 40
},
"40045": {
"county_code": 45,
"full_code_int": 40045,
"full_code_str": "40045",
"name": "Ellis County",
"population": 3859,
"state_code": 40
},
"40047": {
"county_code": 47,
"full_code_int": 40047,
"full_code_str": "40047",
"name": "Garfield County",
"population": 61056,
"state_code": 40
},
"40049": {
"county_code": 49,
"full_code_int": 40049,
"full_code_str": "40049",
"name": "Garvin County",
"population": 27711,
"state_code": 40
},
"40051": {
"county_code": 51,
"full_code_int": 40051,
"full_code_str": "40051",
"name": "Grady County",
"population": 55834,
"state_code": 40
},
"40053": {
"county_code": 53,
"full_code_int": 40053,
"full_code_str": "40053",
"name": "Grant County",
"population": 4333,
"state_code": 40
},
"40055": {
"county_code": 55,
"full_code_int": 40055,
"full_code_str": "40055",
"name": "Greer County",
"population": 5712,
"state_code": 40
},
"40057": {
"county_code": 57,
"full_code_int": 40057,
"full_code_str": "40057",
"name": "Harmon County",
"population": 2653,
"state_code": 40
},
"40059": {
"county_code": 59,
"full_code_int": 40059,
"full_code_str": "40059",
"name": "Harper County",
"population": 3688,
"state_code": 40
},
"40061": {
"county_code": 61,
"full_code_int": 40061,
"full_code_str": "40061",
"name": "Haskell County",
"population": 12627,
"state_code": 40
},
"40063": {
"county_code": 63,
"full_code_int": 40063,
"full_code_str": "40063",
"name": "Hughes County",
"population": 13279,
"state_code": 40
},
"40065": {
"county_code": 65,
"full_code_int": 40065,
"full_code_str": "40065",
"name": "Jackson County",
"population": 24530,
"state_code": 40
},
"40067": {
"county_code": 67,
"full_code_int": 40067,
"full_code_str": "40067",
"name": "Jefferson County",
"population": 6002,
"state_code": 40
},
"40069": {
"county_code": 69,
"full_code_int": 40069,
"full_code_str": "40069",
"name": "Johnston County",
"population": 11085,
"state_code": 40
},
"40071": {
"county_code": 71,
"full_code_int": 40071,
"full_code_str": "40071",
"name": "Kay County",
"population": 43538,
"state_code": 40
},
"40073": {
"county_code": 73,
"full_code_int": 40073,
"full_code_str": "40073",
"name": "Kingfisher County",
"population": 15765,
"state_code": 40
},
"40075": {
"county_code": 75,
"full_code_int": 40075,
"full_code_str": "40075",
"name": "Kiowa County",
"population": 8708,
"state_code": 40
},
"40077": {
"county_code": 77,
"full_code_int": 40077,
"full_code_str": "40077",
"name": "Latimer County",
"population": 10073,
"state_code": 40
},
"40079": {
"county_code": 79,
"full_code_int": 40079,
"full_code_str": "40079",
"name": "Le Flore County",
"population": 49853,
"state_code": 40
},
"40081": {
"county_code": 81,
"full_code_int": 40081,
"full_code_str": "40081",
"name": "Lincoln County",
"population": 34877,
"state_code": 40
},
"40083": {
"county_code": 83,
"full_code_int": 40083,
"full_code_str": "40083",
"name": "Logan County",
"population": 48011,
"state_code": 40
},
"40085": {
"county_code": 85,
"full_code_int": 40085,
"full_code_str": "40085",
"name": "Love County",
"population": 10253,
"state_code": 40
},
"40087": {
"county_code": 87,
"full_code_int": 40087,
"full_code_str": "40087",
"name": "McClain County",
"population": 40474,
"state_code": 40
},
"40089": {
"county_code": 89,
"full_code_int": 40089,
"full_code_str": "40089",
"name": "McCurtain County",
"population": 32832,
"state_code": 40
},
"40091": {
"county_code": 91,
"full_code_int": 40091,
"full_code_str": "40091",
"name": "McIntosh County",
"population": 19596,
"state_code": 40
},
"40093": {
"county_code": 93,
"full_code_int": 40093,
"full_code_str": "40093",
"name": "Major County",
"population": 7629,
"state_code": 40
},
"40095": {
"county_code": 95,
"full_code_int": 40095,
"full_code_str": "40095",
"name": "Marshall County",
"population": 16931,
"state_code": 40
},
"40097": {
"county_code": 97,
"full_code_int": 40097,
"full_code_str": "40097",
"name": "Mayes County",
"population": 41100,
"state_code": 40
},
"40099": {
"county_code": 99,
"full_code_int": 40099,
"full_code_str": "40099",
"name": "Murray County",
"population": 14073,
"state_code": 40
},
"40101": {
"county_code": 101,
"full_code_int": 40101,
"full_code_str": "40101",
"name": "Muskogee County",
"population": 67997,
"state_code": 40
},
"40103": {
"county_code": 103,
"full_code_int": 40103,
"full_code_str": "40103",
"name": "Noble County",
"population": 11131,
"state_code": 40
},
"40105": {
"county_code": 105,
"full_code_int": 40105,
"full_code_str": "40105",
"name": "Nowata County",
"population": 10076,
"state_code": 40
},
"40107": {
"county_code": 107,
"full_code_int": 40107,
"full_code_str": "40107",
"name": "Okfuskee County",
"population": 11993,
"state_code": 40
},
"40109": {
"county_code": 109,
"full_code_int": 40109,
"full_code_str": "40109",
"name": "Oklahoma County",
"population": 797434,
"state_code": 40
},
"40111": {
"county_code": 111,
"full_code_int": 40111,
"full_code_str": "40111",
"name": "Okmulgee County",
"population": 38465,
"state_code": 40
},
"40113": {
"county_code": 113,
"full_code_int": 40113,
"full_code_str": "40113",
"name": "Osage County",
"population": 46963,
"state_code": 40
},
"40115": {
"county_code": 115,
"full_code_int": 40115,
"full_code_str": "40115",
"name": "Ottawa County",
"population": 31127,
"state_code": 40
},
"40117": {
"county_code": 117,
"full_code_int": 40117,
"full_code_str": "40117",
"name": "Pawnee County",
"population": 16376,
"state_code": 40
},
"40119": {
"county_code": 119,
"full_code_int": 40119,
"full_code_str": "40119",
"name": "Payne County",
"population": 81784,
"state_code": 40
},
"40121": {
"county_code": 121,
"full_code_int": 40121,
"full_code_str": "40121",
"name": "Pittsburg County",
"population": 43654,
"state_code": 40
},
"40123": {
"county_code": 123,
"full_code_int": 40123,
"full_code_str": "40123",
"name": "Pontotoc County",
"population": 38284,
"state_code": 40
},
"40125": {
"county_code": 125,
"full_code_int": 40125,
"full_code_str": "40125",
"name": "Pottawatomie County",
"population": 72592,
"state_code": 40
},
"40127": {
"county_code": 127,
"full_code_int": 40127,
"full_code_str": "40127",
"name": "Pushmataha County",
"population": 11096,
"state_code": 40
},
"40129": {
"county_code": 129,
"full_code_int": 40129,
"full_code_str": "40129",
"name": "Roger Mills County",
"population": 3583,
"state_code": 40
},
"40131": {
"county_code": 131,
"full_code_int": 40131,
"full_code_str": "40131",
"name": "Rogers County",
"population": 92459,
"state_code": 40
},
"40133": {
"county_code": 133,
"full_code_int": 40133,
"full_code_str": "40133",
"name": "Seminole County",
"population": 24258,
"state_code": 40
},
"40135": {
"county_code": 135,
"full_code_int": 40135,
"full_code_str": "40135",
"name": "Sequoyah County",
"population": 41569,
"state_code": 40
},
"40137": {
"county_code": 137,
"full_code_int": 40137,
"full_code_str": "40137",
"name": "Stephens County",
"population": 43143,
"state_code": 40
},
"40139": {
"county_code": 139,
"full_code_int": 40139,
"full_code_str": "40139",
"name": "Texas County",
"population": 19983,
"state_code": 40
},
"40141": {
"county_code": 141,
"full_code_int": 40141,
"full_code_str": "40141",
"name": "Tillman County",
"population": 7250,
"state_code": 40
},
"40143": {
"county_code": 143,
"full_code_int": 40143,
"full_code_str": "40143",
"name": "Tulsa County",
"population": 651552,
"state_code": 40
},
"40145": {
"county_code": 145,
"full_code_int": 40145,
"full_code_str": "40145",
"name": "Wagoner County",
"population": 81289,
"state_code": 40
},
"40147": {
"county_code": 147,
"full_code_int": 40147,
"full_code_str": "40147",
"name": "Washington County",
"population": 51527,
"state_code": 40
},
"40149": {
"county_code": 149,
"full_code_int": 40149,
"full_code_str": "40149",
"name": "Washita County",
"population": 10916,
"state_code": 40
},
"40151": {
"county_code": 151,
"full_code_int": 40151,
"full_code_str": "40151",
"name": "Woods County",
"population": 8793,
"state_code": 40
},
"40153": {
"county_code": 153,
"full_code_int": 40153,
"full_code_str": "40153",
"name": "Woodward County",
"population": 20211,
"state_code": 40
},
"41001": {
"county_code": 1,
"full_code_int": 41001,
"full_code_str": "41001",
"name": "Baker County",
"population": 16124,
"state_code": 41
},
"41003": {
"county_code": 3,
"full_code_int": 41003,
"full_code_str": "41003",
"name": "Benton County",
"population": 93053,
"state_code": 41
},
"41005": {
"county_code": 5,
"full_code_int": 41005,
"full_code_str": "41005",
"name": "Clackamas County",
"population": 418187,
"state_code": 41
},
"41007": {
"county_code": 7,
"full_code_int": 41007,
"full_code_str": "41007",
"name": "Clatsop County",
"population": 40224,
"state_code": 41
},
"41009": {
"county_code": 9,
"full_code_int": 41009,
"full_code_str": "41009",
"name": "Columbia County",
"population": 52354,
"state_code": 41
},
"41011": {
"county_code": 11,
"full_code_int": 41011,
"full_code_str": "41011",
"name": "Coos County",
"population": 64487,
"state_code": 41
},
"41013": {
"county_code": 13,
"full_code_int": 41013,
"full_code_str": "41013",
"name": "Crook County",
"population": 24404,
"state_code": 41
},
"41015": {
"county_code": 15,
"full_code_int": 41015,
"full_code_str": "41015",
"name": "Curry County",
"population": 22925,
"state_code": 41
},
"41017": {
"county_code": 17,
"full_code_int": 41017,
"full_code_str": "41017",
"name": "Deschutes County",
"population": 197692,
"state_code": 41
},
"41019": {
"county_code": 19,
"full_code_int": 41019,
"full_code_str": "41019",
"name": "Douglas County",
"population": 110980,
"state_code": 41
},
"41021": {
"county_code": 21,
"full_code_int": 41021,
"full_code_str": "41021",
"name": "Gilliam County",
"population": 1912,
"state_code": 41
},
"41023": {
"county_code": 23,
"full_code_int": 41023,
"full_code_str": "41023",
"name": "Grant County",
"population": 7199,
"state_code": 41
},
"41025": {
"county_code": 25,
"full_code_int": 41025,
"full_code_str": "41025",
"name": "Harney County",
"population": 7393,
"state_code": 41
},
"41027": {
"county_code": 27,
"full_code_int": 41027,
"full_code_str": "41027",
"name": "Hood River County",
"population": 23382,
"state_code": 41
},
"41029": {
"county_code": 29,
"full_code_int": 41029,
"full_code_str": "41029",
"name": "Jackson County",
"population": 220944,
"state_code": 41
},
"41031": {
"county_code": 31,
"full_code_int": 41031,
"full_code_str": "41031",
"name": "Jefferson County",
"population": 24658,
"state_code": 41
},
"41033": {
"county_code": 33,
"full_code_int": 41033,
"full_code_str": "41033",
"name": "Josephine County",
"population": 87487,
"state_code": 41
},
"41035": {
"county_code": 35,
"full_code_int": 41035,
"full_code_str": "41035",
"name": "Klamath County",
"population": 68238,
"state_code": 41
},
"41037": {
"county_code": 37,
"full_code_int": 41037,
"full_code_str": "41037",
"name": "Lake County",
"population": 7869,
"state_code": 41
},
"41039": {
"county_code": 39,
"full_code_int": 41039,
"full_code_str": "41039",
"name": "Lane County",
"population": 382067,
"state_code": 41
},
"41041": {
"county_code": 41,
"full_code_int": 41041,
"full_code_str": "41041",
"name": "Lincoln County",
"population": 49962,
"state_code": 41
},
"41043": {
"county_code": 43,
"full_code_int": 41043,
"full_code_str": "41043",
"name": "Linn County",
"population": 129749,
"state_code": 41
},
"41045": {
"county_code": 45,
"full_code_int": 41045,
"full_code_str": "41045",
"name": "Malheur County",
"population": 30571,
"state_code": 41
},
"41047": {
"county_code": 47,
"full_code_int": 41047,
"full_code_str": "41047",
"name": "Marion County",
"population": 347818,
"state_code": 41
},
"41049": {
"county_code": 49,
"full_code_int": 41049,
"full_code_str": "41049",
"name": "Morrow County",
"population": 11603,
"state_code": 41
},
"41051": {
"county_code": 51,
"full_code_int": 41051,
"full_code_str": "41051",
"name": "Multnomah County",
"population": 812855,
"state_code": 41
},
"41053": {
"county_code": 53,
"full_code_int": 41053,
"full_code_str": "41053",
"name": "Polk County",
"population": 86085,
"state_code": 41
},
"41055": {
"county_code": 55,
"full_code_int": 41055,
"full_code_str": "41055",
"name": "Sherman County",
"population": 1780,
"state_code": 41
},
"41057": {
"county_code": 57,
"full_code_int": 41057,
"full_code_str": "41057",
"name": "Tillamook County",
"population": 27036,
"state_code": 41
},
"41059": {
"county_code": 59,
"full_code_int": 41059,
"full_code_str": "41059",
"name": "Umatilla County",
"population": 77950,
"state_code": 41
},
"41061": {
"county_code": 61,
"full_code_int": 41061,
"full_code_str": "41061",
"name": "Union County",
"population": 26835,
"state_code": 41
},
"41063": {
"county_code": 63,
"full_code_int": 41063,
"full_code_str": "41063",
"name": "Wallowa County",
"population": 7208,
"state_code": 41
},
"41065": {
"county_code": 65,
"full_code_int": 41065,
"full_code_str": "41065",
"name": "Wasco County",
"population": 26682,
"state_code": 41
},
"41067": {
"county_code": 67,
"full_code_int": 41067,
"full_code_str": "41067",
"name": "Washington County",
"population": 601592,
"state_code": 41
},
"41069": {
"county_code": 69,
"full_code_int": 41069,
"full_code_str": "41069",
"name": "Wheeler County",
"population": 1332,
"state_code": 41
},
"41071": {
"county_code": 71,
"full_code_int": 41071,
"full_code_str": "41071",
"name": "Yamhill County",
"population": 107100,
"state_code": 41
},
"42001": {
"county_code": 1,
"full_code_int": 42001,
"full_code_str": "42001",
"name": "Adams County",
"population": 103009,
"state_code": 42
},
"42003": {
"county_code": 3,
"full_code_int": 42003,
"full_code_str": "42003",
"name": "Allegheny County",
"population": 1216045,
"state_code": 42
},
"42005": {
"county_code": 5,
"full_code_int": 42005,
"full_code_str": "42005",
"name": "Armstrong County",
"population": 64735,
"state_code": 42
},
"42007": {
"county_code": 7,
"full_code_int": 42007,
"full_code_str": "42007",
"name": "Beaver County",
"population": 163929,
"state_code": 42
},
"42009": {
"county_code": 9,
"full_code_int": 42009,
"full_code_str": "42009",
"name": "Bedford County",
"population": 47888,
"state_code": 42
},
"42011": {
"county_code": 11,
"full_code_int": 42011,
"full_code_str": "42011",
"name": "Berks County",
"population": 421164,
"state_code": 42
},
"42013": {
"county_code": 13,
"full_code_int": 42013,
"full_code_str": "42013",
"name": "Blair County",
"population": 121829,
"state_code": 42
},
"42015": {
"county_code": 15,
"full_code_int": 42015,
"full_code_str": "42015",
"name": "Bradford County",
"population": 60323,
"state_code": 42
},
"42017": {
"county_code": 17,
"full_code_int": 42017,
"full_code_str": "42017",
"name": "Bucks County",
"population": 628270,
"state_code": 42
},
"42019": {
"county_code": 19,
"full_code_int": 42019,
"full_code_str": "42019",
"name": "Butler County",
"population": 187853,
"state_code": 42
},
"42021": {
"county_code": 21,
"full_code_int": 42021,
"full_code_str": "42021",
"name": "Cambria County",
"population": 130192,
"state_code": 42
},
"42023": {
"county_code": 23,
"full_code_int": 42023,
"full_code_str": "42023",
"name": "Cameron County",
"population": 4447,
"state_code": 42
},
"42025": {
"county_code": 25,
"full_code_int": 42025,
"full_code_str": "42025",
"name": "Carbon County",
"population": 64182,
"state_code": 42
},
"42027": {
"county_code": 27,
"full_code_int": 42027,
"full_code_str": "42027",
"name": "Centre County",
"population": 162385,
"state_code": 42
},
"42029": {
"county_code": 29,
"full_code_int": 42029,
"full_code_str": "42029",
"name": "Chester County",
"population": 524989,
"state_code": 42
},
"42031": {
"county_code": 31,
"full_code_int": 42031,
"full_code_str": "42031",
"name": "Clarion County",
"population": 38438,
"state_code": 42
},
"42033": {
"county_code": 33,
"full_code_int": 42033,
"full_code_str": "42033",
"name": "Clearfield County",
"population": 79255,
"state_code": 42
},
"42035": {
"county_code": 35,
"full_code_int": 42035,
"full_code_str": "42035",
"name": "Clinton County",
"population": 38632,
"state_code": 42
},
"42037": {
"county_code": 37,
"full_code_int": 42037,
"full_code_str": "42037",
"name": "Columbia County",
"population": 64964,
"state_code": 42
},
"42039": {
"county_code": 39,
"full_code_int": 42039,
"full_code_str": "42039",
"name": "Crawford County",
"population": 84629,
"state_code": 42
},
"42041": {
"county_code": 41,
"full_code_int": 42041,
"full_code_str": "42041",
"name": "Cumberland County",
"population": 253370,
"state_code": 42
},
"42043": {
"county_code": 43,
"full_code_int": 42043,
"full_code_str": "42043",
"name": "Dauphin County",
"population": 278299,
"state_code": 42
},
"42045": {
"county_code": 45,
"full_code_int": 42045,
"full_code_str": "42045",
"name": "Delaware County",
"population": 566747,
"state_code": 42
},
"42047": {
"county_code": 47,
"full_code_int": 42047,
"full_code_str": "42047",
"name": "Elk County",
"population": 29910,
"state_code": 42
},
"42049": {
"county_code": 49,
"full_code_int": 42049,
"full_code_str": "42049",
"name": "Erie County",
"population": 269728,
"state_code": 42
},
"42051": {
"county_code": 51,
"full_code_int": 42051,
"full_code_str": "42051",
"name": "Fayette County",
"population": 129274,
"state_code": 42
},
"42053": {
"county_code": 53,
"full_code_int": 42053,
"full_code_str": "42053",
"name": "Forest County",
"population": 7247,
"state_code": 42
},
"42055": {
"county_code": 55,
"full_code_int": 42055,
"full_code_str": "42055",
"name": "Franklin County",
"population": 155027,
"state_code": 42
},
"42057": {
"county_code": 57,
"full_code_int": 42057,
"full_code_str": "42057",
"name": "Fulton County",
"population": 14530,
"state_code": 42
},
"42059": {
"county_code": 59,
"full_code_int": 42059,
"full_code_str": "42059",
"name": "Greene County",
"population": 36233,
"state_code": 42
},
"42061": {
"county_code": 61,
"full_code_int": 42061,
"full_code_str": "42061",
"name": "Huntingdon County",
"population": 45144,
"state_code": 42
},
"42063": {
"county_code": 63,
"full_code_int": 42063,
"full_code_str": "42063",
"name": "Indiana County",
"population": 84073,
"state_code": 42
},
"42065": {
"county_code": 65,
"full_code_int": 42065,
"full_code_str": "42065",
"name": "Jefferson County",
"population": 43425,
"state_code": 42
},
"42067": {
"county_code": 67,
"full_code_int": 42067,
"full_code_str": "42067",
"name": "Juniata County",
"population": 24763,
"state_code": 42
},
"42069": {
"county_code": 69,
"full_code_int": 42069,
"full_code_str": "42069",
"name": "Lackawanna County",
"population": 209674,
"state_code": 42
},
"42071": {
"county_code": 71,
"full_code_int": 42071,
"full_code_str": "42071",
"name": "Lancaster County",
"population": 545724,
"state_code": 42
},
"42073": {
"county_code": 73,
"full_code_int": 42073,
"full_code_str": "42073",
"name": "Lawrence County",
"population": 85512,
"state_code": 42
},
"42075": {
"county_code": 75,
"full_code_int": 42075,
"full_code_str": "42075",
"name": "Lebanon County",
"population": 141793,
"state_code": 42
},
"42077": {
"county_code": 77,
"full_code_int": 42077,
"full_code_str": "42077",
"name": "Lehigh County",
"population": 369318,
"state_code": 42
},
"42079": {
"county_code": 79,
"full_code_int": 42079,
"full_code_str": "42079",
"name": "Luzerne County",
"population": 317417,
"state_code": 42
},
"42081": {
"county_code": 81,
"full_code_int": 42081,
"full_code_str": "42081",
"name": "Lycoming County",
"population": 113299,
"state_code": 42
},
"42083": {
"county_code": 83,
"full_code_int": 42083,
"full_code_str": "42083",
"name": "McKean County",
"population": 40625,
"state_code": 42
},
"42085": {
"county_code": 85,
"full_code_int": 42085,
"full_code_str": "42085",
"name": "Mercer County",
"population": 109424,
"state_code": 42
},
"42087": {
"county_code": 87,
"full_code_int": 42087,
"full_code_str": "42087",
"name": "Mifflin County",
"population": 46138,
"state_code": 42
},
"42089": {
"county_code": 89,
"full_code_int": 42089,
"full_code_str": "42089",
"name": "Monroe County",
"population": 170271,
"state_code": 42
},
"42091": {
"county_code": 91,
"full_code_int": 42091,
"full_code_str": "42091",
"name": "Montgomery County",
"population": 830915,
"state_code": 42
},
"42093": {
"county_code": 93,
"full_code_int": 42093,
"full_code_str": "42093",
"name": "Montour County",
"population": 18230,
"state_code": 42
},
"42095": {
"county_code": 95,
"full_code_int": 42095,
"full_code_str": "42095",
"name": "Northampton County",
"population": 305285,
"state_code": 42
},
"42097": {
"county_code": 97,
"full_code_int": 42097,
"full_code_str": "42097",
"name": "Northumberland County",
"population": 90843,
"state_code": 42
},
"42099": {
"county_code": 99,
"full_code_int": 42099,
"full_code_str": "42099",
"name": "Perry County",
"population": 46272,
"state_code": 42
},
"42101": {
"county_code": 101,
"full_code_int": 42101,
"full_code_str": "42101",
"name": "Philadelphia County",
"population": 1584064,
"state_code": 42
},
"42103": {
"county_code": 103,
"full_code_int": 42103,
"full_code_str": "42103",
"name": "Pike County",
"population": 55809,
"state_code": 42
},
"42105": {
"county_code": 105,
"full_code_int": 42105,
"full_code_str": "42105",
"name": "Potter County",
"population": 16526,
"state_code": 42
},
"42107": {
"county_code": 107,
"full_code_int": 42107,
"full_code_str": "42107",
"name": "Schuylkill County",
"population": 141359,
"state_code": 42
},
"42109": {
"county_code": 109,
"full_code_int": 42109,
"full_code_str": "42109",
"name": "Snyder County",
"population": 40372,
"state_code": 42
},
"42111": {
"county_code": 111,
"full_code_int": 42111,
"full_code_str": "42111",
"name": "Somerset County",
"population": 73447,
"state_code": 42
},
"42113": {
"county_code": 113,
"full_code_int": 42113,
"full_code_str": "42113",
"name": "Sullivan County",
"population": 6066,
"state_code": 42
},
"42115": {
"county_code": 115,
"full_code_int": 42115,
"full_code_str": "42115",
"name": "Susquehanna County",
"population": 40328,
"state_code": 42
},
"42117": {
"county_code": 117,
"full_code_int": 42117,
"full_code_str": "42117",
"name": "Tioga County",
"population": 40591,
"state_code": 42
},
"42119": {
"county_code": 119,
"full_code_int": 42119,
"full_code_str": "42119",
"name": "Union County",
"population": 44923,
"state_code": 42
},
"42121": {
"county_code": 121,
"full_code_int": 42121,
"full_code_str": "42121",
"name": "Venango County",
"population": 50668,
"state_code": 42
},
"42123": {
"county_code": 123,
"full_code_int": 42123,
"full_code_str": "42123",
"name": "Warren County",
"population": 39191,
"state_code": 42
},
"42125": {
"county_code": 125,
"full_code_int": 42125,
"full_code_str": "42125",
"name": "Washington County",
"population": 206865,
"state_code": 42
},
"42127": {
"county_code": 127,
"full_code_int": 42127,
"full_code_str": "42127",
"name": "Wayne County",
"population": 51361,
"state_code": 42
},
"42129": {
"county_code": 129,
"full_code_int": 42129,
"full_code_str": "42129",
"name": "Westmoreland County",
"population": 348899,
"state_code": 42
},
"42131": {
"county_code": 131,
"full_code_int": 42131,
"full_code_str": "42131",
"name": "Wyoming County",
"population": 26794,
"state_code": 42
},
"42133": {
"county_code": 133,
"full_code_int": 42133,
"full_code_str": "42133",
"name": "York County",
"population": 449058,
"state_code": 42
},
"44001": {
"county_code": 1,
"full_code_int": 44001,
"full_code_str": "44001",
"name": "Bristol County",
"population": 48479,
"state_code": 44
},
"44003": {
"county_code": 3,
"full_code_int": 44003,
"full_code_str": "44003",
"name": "Kent County",
"population": 164292,
"state_code": 44
},
"44005": {
"county_code": 5,
"full_code_int": 44005,
"full_code_str": "44005",
"name": "Newport County",
"population": 82082,
"state_code": 44
},
"44007": {
"county_code": 7,
"full_code_int": 44007,
"full_code_str": "44007",
"name": "Providence County",
"population": 638931,
"state_code": 44
},
"44009": {
"county_code": 9,
"full_code_int": 44009,
"full_code_str": "44009",
"name": "Washington County",
"population": 125577,
"state_code": 44
},
"45001": {
"county_code": 1,
"full_code_int": 45001,
"full_code_str": "45001",
"name": "Abbeville County",
"population": 24527,
"state_code": 45
},
"45003": {
"county_code": 3,
"full_code_int": 45003,
"full_code_str": "45003",
"name": "Aiken County",
"population": 170872,
"state_code": 45
},
"45005": {
"county_code": 5,
"full_code_int": 45005,
"full_code_str": "45005",
"name": "Allendale County",
"population": 8688,
"state_code": 45
},
"45007": {
"county_code": 7,
"full_code_int": 45007,
"full_code_str": "45007",
"name": "Anderson County",
"population": 202558,
"state_code": 45
},
"45009": {
"county_code": 9,
"full_code_int": 45009,
"full_code_str": "45009",
"name": "Bamberg County",
"population": 14066,
"state_code": 45
},
"45011": {
"county_code": 11,
"full_code_int": 45011,
"full_code_str": "45011",
"name": "Barnwell County",
"population": 20866,
"state_code": 45
},
"45013": {
"county_code": 13,
"full_code_int": 45013,
"full_code_str": "45013",
"name": "Beaufort County",
"population": 192122,
"state_code": 45
},
"45015": {
"county_code": 15,
"full_code_int": 45015,
"full_code_str": "45015",
"name": "Berkeley County",
"population": 227907,
"state_code": 45
},
"45017": {
"county_code": 17,
"full_code_int": 45017,
"full_code_str": "45017",
"name": "Calhoun County",
"population": 14553,
"state_code": 45
},
"45019": {
"county_code": 19,
"full_code_int": 45019,
"full_code_str": "45019",
"name": "Charleston County",
"population": 411406,
"state_code": 45
},
"45021": {
"county_code": 21,
"full_code_int": 45021,
"full_code_str": "45021",
"name": "Cherokee County",
"population": 57300,
"state_code": 45
},
"45023": {
"county_code": 23,
"full_code_int": 45023,
"full_code_str": "45023",
"name": "Chester County",
"population": 32244,
"state_code": 45
},
"45025": {
"county_code": 25,
"full_code_int": 45025,
"full_code_str": "45025",
"name": "Chesterfield County",
"population": 45650,
"state_code": 45
},
"45027": {
"county_code": 27,
"full_code_int": 45027,
"full_code_str": "45027",
"name": "Clarendon County",
"population": 33745,
"state_code": 45
},
"45029": {
"county_code": 29,
"full_code_int": 45029,
"full_code_str": "45029",
"name": "Colleton County",
"population": 37677,
"state_code": 45
},
"45031": {
"county_code": 31,
"full_code_int": 45031,
"full_code_str": "45031",
"name": "Darlington County",
"population": 66618,
"state_code": 45
},
"45033": {
"county_code": 33,
"full_code_int": 45033,
"full_code_str": "45033",
"name": "Dillon County",
"population": 30479,
"state_code": 45
},
"45035": {
"county_code": 35,
"full_code_int": 45035,
"full_code_str": "45035",
"name": "Dorchester County",
"population": 162809,
"state_code": 45
},
"45037": {
"county_code": 37,
"full_code_int": 45037,
"full_code_str": "45037",
"name": "Edgefield County",
"population": 27260,
"state_code": 45
},
"45039": {
"county_code": 39,
"full_code_int": 45039,
"full_code_str": "45039",
"name": "Fairfield County",
"population": 22347,
"state_code": 45
},
"45041": {
"county_code": 41,
"full_code_int": 45041,
"full_code_str": "45041",
"name": "Florence County",
"population": 138293,
"state_code": 45
},
"45043": {
"county_code": 43,
"full_code_int": 45043,
"full_code_str": "45043",
"name": "Georgetown County",
"population": 62680,
"state_code": 45
},
"45045": {
"county_code": 45,
"full_code_int": 45045,
"full_code_str": "45045",
"name": "Greenville County",
"population": 523542,
"state_code": 45
},
"45047": {
"county_code": 47,
"full_code_int": 45047,
"full_code_str": "45047",
"name": "Greenwood County",
"population": 70811,
"state_code": 45
},
"45049": {
"county_code": 49,
"full_code_int": 45049,
"full_code_str": "45049",
"name": "Hampton County",
"population": 19222,
"state_code": 45
},
"45051": {
"county_code": 51,
"full_code_int": 45051,
"full_code_str": "45051",
"name": "Horry County",
"population": 354081,
"state_code": 45
},
"45053": {
"county_code": 53,
"full_code_int": 45053,
"full_code_str": "45053",
"name": "Jasper County",
"population": 30073,
"state_code": 45
},
"45055": {
"county_code": 55,
"full_code_int": 45055,
"full_code_str": "45055",
"name": "Kershaw County",
"population": 66551,
"state_code": 45
},
"45057": {
"county_code": 57,
"full_code_int": 45057,
"full_code_str": "45057",
"name": "Lancaster County",
"population": 98012,
"state_code": 45
},
"45059": {
"county_code": 59,
"full_code_int": 45059,
"full_code_str": "45059",
"name": "Laurens County",
"population": 67493,
"state_code": 45
},
"45061": {
"county_code": 61,
"full_code_int": 45061,
"full_code_str": "45061",
"name": "Lee County",
"population": 16828,
"state_code": 45
},
"45063": {
"county_code": 63,
"full_code_int": 45063,
"full_code_str": "45063",
"name": "Lexington County",
"population": 298750,
"state_code": 45
},
"45065": {
"county_code": 65,
"full_code_int": 45065,
"full_code_str": "45065",
"name": "McCormick County",
"population": 9463,
"state_code": 45
},
"45067": {
"county_code": 67,
"full_code_int": 45067,
"full_code_str": "45067",
"name": "Marion County",
"population": 30657,
"state_code": 45
},
"45069": {
"county_code": 69,
"full_code_int": 45069,
"full_code_str": "45069",
"name": "Marlboro County",
"population": 26118,
"state_code": 45
},
"45071": {
"county_code": 71,
"full_code_int": 45071,
"full_code_str": "45071",
"name": "Newberry County",
"population": 38440,
"state_code": 45
},
"45073": {
"county_code": 73,
"full_code_int": 45073,
"full_code_str": "45073",
"name": "Oconee County",
"population": 79546,
"state_code": 45
},
"45075": {
"county_code": 75,
"full_code_int": 45075,
"full_code_str": "45075",
"name": "Orangeburg County",
"population": 86175,
"state_code": 45
},
"45077": {
"county_code": 77,
"full_code_int": 45077,
"full_code_str": "45077",
"name": "Pickens County",
"population": 126884,
"state_code": 45
},
"45079": {
"county_code": 79,
"full_code_int": 45079,
"full_code_str": "45079",
"name": "Richland County",
"population": 415759,
"state_code": 45
},
"45081": {
"county_code": 81,
"full_code_int": 45081,
"full_code_str": "45081",
"name": "Saluda County",
"population": 20473,
"state_code": 45
},
"45083": {
"county_code": 83,
"full_code_int": 45083,
"full_code_str": "45083",
"name": "Spartanburg County",
"population": 319785,
"state_code": 45
},
"45085": {
"county_code": 85,
"full_code_int": 45085,
"full_code_str": "45085",
"name": "Sumter County",
"population": 106721,
"state_code": 45
},
"45087": {
"county_code": 87,
"full_code_int": 45087,
"full_code_str": "45087",
"name": "Union County",
"population": 27316,
"state_code": 45
},
"45089": {
"county_code": 89,
"full_code_int": 45089,
"full_code_str": "45089",
"name": "Williamsburg County",
"population": 30368,
"state_code": 45
},
"45091": {
"county_code": 91,
"full_code_int": 45091,
"full_code_str": "45091",
"name": "York County",
"population": 280979,
"state_code": 45
},
"46003": {
"county_code": 3,
"full_code_int": 46003,
"full_code_str": "46003",
"name": "Aurora County",
"population": 2751,
"state_code": 46
},
"46005": {
"county_code": 5,
"full_code_int": 46005,
"full_code_str": "46005",
"name": "Beadle County",
"population": 18453,
"state_code": 46
},
"46007": {
"county_code": 7,
"full_code_int": 46007,
"full_code_str": "46007",
"name": "Bennett County",
"population": 3365,
"state_code": 46
},
"46009": {
"county_code": 9,
"full_code_int": 46009,
"full_code_str": "46009",
"name": "Bon Homme County",
"population": 6901,
"state_code": 46
},
"46011": {
"county_code": 11,
"full_code_int": 46011,
"full_code_str": "46011",
"name": "Brookings County",
"population": 35077,
"state_code": 46
},
"46013": {
"county_code": 13,
"full_code_int": 46013,
"full_code_str": "46013",
"name": "Brown County",
"population": 38839,
"state_code": 46
},
"46015": {
"county_code": 15,
"full_code_int": 46015,
"full_code_str": "46015",
"name": "Brule County",
"population": 5297,
"state_code": 46
},
"46017": {
"county_code": 17,
"full_code_int": 46017,
"full_code_str": "46017",
"name": "Buffalo County",
"population": 1962,
"state_code": 46
},
"46019": {
"county_code": 19,
"full_code_int": 46019,
"full_code_str": "46019",
"name": "Butte County",
"population": 10429,
"state_code": 46
},
"46021": {
"county_code": 21,
"full_code_int": 46021,
"full_code_str": "46021",
"name": "Campbell County",
"population": 1376,
"state_code": 46
},
"46023": {
"county_code": 23,
"full_code_int": 46023,
"full_code_str": "46023",
"name": "Charles Mix County",
"population": 9292,
"state_code": 46
},
"46025": {
"county_code": 25,
"full_code_int": 46025,
"full_code_str": "46025",
"name": "Clark County",
"population": 3736,
"state_code": 46
},
"46027": {
"county_code": 27,
"full_code_int": 46027,
"full_code_str": "46027",
"name": "Clay County",
"population": 14070,
"state_code": 46
},
"46029": {
"county_code": 29,
"full_code_int": 46029,
"full_code_str": "46029",
"name": "Codington County",
"population": 28009,
"state_code": 46
},
"46031": {
"county_code": 31,
"full_code_int": 46031,
"full_code_str": "46031",
"name": "Corson County",
"population": 4086,
"state_code": 46
},
"46033": {
"county_code": 33,
"full_code_int": 46033,
"full_code_str": "46033",
"name": "Custer County",
"population": 8972,
"state_code": 46
},
"46035": {
"county_code": 35,
"full_code_int": 46035,
"full_code_str": "46035",
"name": "Davison County",
"population": 19775,
"state_code": 46
},
"46037": {
"county_code": 37,
"full_code_int": 46037,
"full_code_str": "46037",
"name": "Day County",
"population": 5424,
"state_code": 46
},
"46039": {
"county_code": 39,
"full_code_int": 46039,
"full_code_str": "46039",
"name": "Deuel County",
"population": 4351,
"state_code": 46
},
"46041": {
"county_code": 41,
"full_code_int": 46041,
"full_code_str": "46041",
"name": "Dewey County",
"population": 5892,
"state_code": 46
},
"46043": {
"county_code": 43,
"full_code_int": 46043,
"full_code_str": "46043",
"name": "Douglas County",
"population": 2921,
"state_code": 46
},
"46045": {
"county_code": 45,
"full_code_int": 46045,
"full_code_str": "46045",
"name": "Edmunds County",
"population": 3829,
"state_code": 46
},
"46047": {
"county_code": 47,
"full_code_int": 46047,
"full_code_str": "46047",
"name": "Fall River County",
"population": 6713,
"state_code": 46
},
"46049": {
"county_code": 49,
"full_code_int": 46049,
"full_code_str": "46049",
"name": "Faulk County",
"population": 2299,
"state_code": 46
},
"46051": {
"county_code": 51,
"full_code_int": 46051,
"full_code_str": "46051",
"name": "Grant County",
"population": 7052,
"state_code": 46
},
"46053": {
"county_code": 53,
"full_code_int": 46053,
"full_code_str": "46053",
"name": "Gregory County",
"population": 4185,
"state_code": 46
},
"46055": {
"county_code": 55,
"full_code_int": 46055,
"full_code_str": "46055",
"name": "Haakon County",
"population": 1899,
"state_code": 46
},
"46057": {
"county_code": 57,
"full_code_int": 46057,
"full_code_str": "46057",
"name": "Hamlin County",
"population": 6164,
"state_code": 46
},
"46059": {
"county_code": 59,
"full_code_int": 46059,
"full_code_str": "46059",
"name": "Hand County",
"population": 3191,
"state_code": 46
},
"46061": {
"county_code": 61,
"full_code_int": 46061,
"full_code_str": "46061",
"name": "Hanson County",
"population": 3453,
"state_code": 46
},
"46063": {
"county_code": 63,
"full_code_int": 46063,
"full_code_str": "46063",
"name": "Harding County",
"population": 1298,
"state_code": 46
},
"46065": {
"county_code": 65,
"full_code_int": 46065,
"full_code_str": "46065",
"name": "Hughes County",
"population": 17526,
"state_code": 46
},
"46067": {
"county_code": 67,
"full_code_int": 46067,
"full_code_str": "46067",
"name": "Hutchinson County",
"population": 7291,
"state_code": 46
},
"46069": {
"county_code": 69,
"full_code_int": 46069,
"full_code_str": "46069",
"name": "Hyde County",
"population": 1301,
"state_code": 46
},
"46071": {
"county_code": 71,
"full_code_int": 46071,
"full_code_str": "46071",
"name": "Jackson County",
"population": 3344,
"state_code": 46
},
"46073": {
"county_code": 73,
"full_code_int": 46073,
"full_code_str": "46073",
"name": "Jerauld County",
"population": 2013,
"state_code": 46
},
"46075": {
"county_code": 75,
"full_code_int": 46075,
"full_code_str": "46075",
"name": "Jones County",
"population": 903,
"state_code": 46
},
"46077": {
"county_code": 77,
"full_code_int": 46077,
"full_code_str": "46077",
"name": "Kingsbury County",
"population": 4939,
"state_code": 46
},
"46079": {
"county_code": 79,
"full_code_int": 46079,
"full_code_str": "46079",
"name": "Lake County",
"population": 12797,
"state_code": 46
},
"46081": {
"county_code": 81,
"full_code_int": 46081,
"full_code_str": "46081",
"name": "Lawrence County",
"population": 25844,
"state_code": 46
},
"46083": {
"county_code": 83,
"full_code_int": 46083,
"full_code_str": "46083",
"name": "Lincoln County",
"population": 61128,
"state_code": 46
},
"46085": {
"county_code": 85,
"full_code_int": 46085,
"full_code_str": "46085",
"name": "Lyman County",
"population": 3781,
"state_code": 46
},
"46087": {
"county_code": 87,
"full_code_int": 46087,
"full_code_str": "46087",
"name": "McCook County",
"population": 5586,
"state_code": 46
},
"46089": {
"county_code": 89,
"full_code_int": 46089,
"full_code_str": "46089",
"name": "McPherson County",
"population": 2379,
"state_code": 46
},
"46091": {
"county_code": 91,
"full_code_int": 46091,
"full_code_str": "46091",
"name": "Marshall County",
"population": 4935,
"state_code": 46
},
"46093": {
"county_code": 93,
"full_code_int": 46093,
"full_code_str": "46093",
"name": "Meade County",
"population": 28332,
"state_code": 46
},
"46095": {
"county_code": 95,
"full_code_int": 46095,
"full_code_str": "46095",
"name": "Mellette County",
"population": 2061,
"state_code": 46
},
"46097": {
"county_code": 97,
"full_code_int": 46097,
"full_code_str": "46097",
"name": "Miner County",
"population": 2216,
"state_code": 46
},
"46099": {
"county_code": 99,
"full_code_int": 46099,
"full_code_str": "46099",
"name": "Minnehaha County",
"population": 193134,
"state_code": 46
},
"46101": {
"county_code": 101,
"full_code_int": 46101,
"full_code_str": "46101",
"name": "Moody County",
"population": 6576,
"state_code": 46
},
"46102": {
"county_code": 102,
"full_code_int": 46102,
"full_code_str": "46102",
"name": "Oglala Lakota County",
"population": 14177,
"state_code": 46
},
"46103": {
"county_code": 103,
"full_code_int": 46103,
"full_code_str": "46103",
"name": "Pennington County",
"population": 113775,
"state_code": 46
},
"46105": {
"county_code": 105,
"full_code_int": 46105,
"full_code_str": "46105",
"name": "Perkins County",
"population": 2865,
"state_code": 46
},
"46107": {
"county_code": 107,
"full_code_int": 46107,
"full_code_str": "46107",
"name": "Potter County",
"population": 2153,
"state_code": 46
},
"46109": {
"county_code": 109,
"full_code_int": 46109,
"full_code_str": "46109",
"name": "Roberts County",
"population": 10394,
"state_code": 46
},
"46111": {
"county_code": 111,
"full_code_int": 46111,
"full_code_str": "46111",
"name": "Sanborn County",
"population": 2344,
"state_code": 46
},
"46115": {
"county_code": 115,
"full_code_int": 46115,
"full_code_str": "46115",
"name": "Spink County",
"population": 6376,
"state_code": 46
},
"46117": {
"county_code": 117,
"full_code_int": 46117,
"full_code_str": "46117",
"name": "Stanley County",
"population": 3098,
"state_code": 46
},
"46119": {
"county_code": 119,
"full_code_int": 46119,
"full_code_str": "46119",
"name": "Sully County",
"population": 1391,
"state_code": 46
},
"46121": {
"county_code": 121,
"full_code_int": 46121,
"full_code_str": "46121",
"name": "Todd County",
"population": 10177,
"state_code": 46
},
"46123": {
"county_code": 123,
"full_code_int": 46123,
"full_code_str": "46123",
"name": "Tripp County",
"population": 5441,
"state_code": 46
},
"46125": {
"county_code": 125,
"full_code_int": 46125,
"full_code_str": "46125",
"name": "Turner County",
"population": 8384,
"state_code": 46
},
"46127": {
"county_code": 127,
"full_code_int": 46127,
"full_code_str": "46127",
"name": "Union County",
"population": 15932,
"state_code": 46
},
"46129": {
"county_code": 129,
"full_code_int": 46129,
"full_code_str": "46129",
"name": "Walworth County",
"population": 5435,
"state_code": 46
},
"46135": {
"county_code": 135,
"full_code_int": 46135,
"full_code_str": "46135",
"name": "Yankton County",
"population": 22814,
"state_code": 46
},
"46137": {
"county_code": 137,
"full_code_int": 46137,
"full_code_str": "46137",
"name": "Ziebach County",
"population": 2756,
"state_code": 46
},
"47001": {
"county_code": 1,
"full_code_int": 47001,
"full_code_str": "47001",
"name": "Anderson County",
"population": 76978,
"state_code": 47
},
"47003": {
"county_code": 3,
"full_code_int": 47003,
"full_code_str": "47003",
"name": "Bedford County",
"population": 49713,
"state_code": 47
},
"47005": {
"county_code": 5,
"full_code_int": 47005,
"full_code_str": "47005",
"name": "Benton County",
"population": 16160,
"state_code": 47
},
"47007": {
"county_code": 7,
"full_code_int": 47007,
"full_code_str": "47007",
"name": "Bledsoe County",
"population": 15064,
"state_code": 47
},
"47009": {
"county_code": 9,
"full_code_int": 47009,
"full_code_str": "47009",
"name": "Blount County",
"population": 133088,
"state_code": 47
},
"47011": {
"county_code": 11,
"full_code_int": 47011,
"full_code_str": "47011",
"name": "Bradley County",
"population": 108110,
"state_code": 47
},
"47013": {
"county_code": 13,
"full_code_int": 47013,
"full_code_str": "47013",
"name": "Campbell County",
"population": 39842,
"state_code": 47
},
"47015": {
"county_code": 15,
"full_code_int": 47015,
"full_code_str": "47015",
"name": "Cannon County",
"population": 14678,
"state_code": 47
},
"47017": {
"county_code": 17,
"full_code_int": 47017,
"full_code_str": "47017",
"name": "Carroll County",
"population": 27767,
"state_code": 47
},
"47019": {
"county_code": 19,
"full_code_int": 47019,
"full_code_str": "47019",
"name": "Carter County",
"population": 56391,
"state_code": 47
},
"47021": {
"county_code": 21,
"full_code_int": 47021,
"full_code_str": "47021",
"name": "Cheatham County",
"population": 40667,
"state_code": 47
},
"47023": {
"county_code": 23,
"full_code_int": 47023,
"full_code_str": "47023",
"name": "Chester County",
"population": 17297,
"state_code": 47
},
"47025": {
"county_code": 25,
"full_code_int": 47025,
"full_code_str": "47025",
"name": "Claiborne County",
"population": 31959,
"state_code": 47
},
"47027": {
"county_code": 27,
"full_code_int": 47027,
"full_code_str": "47027",
"name": "Clay County",
"population": 7615,
"state_code": 47
},
"47029": {
"county_code": 29,
"full_code_int": 47029,
"full_code_str": "47029",
"name": "Cocke County",
"population": 36004,
"state_code": 47
},
"47031": {
"county_code": 31,
"full_code_int": 47031,
"full_code_str": "47031",
"name": "Coffee County",
"population": 56520,
"state_code": 47
},
"47033": {
"county_code": 33,
"full_code_int": 47033,
"full_code_str": "47033",
"name": "Crockett County",
"population": 14230,
"state_code": 47
},
"47035": {
"county_code": 35,
"full_code_int": 47035,
"full_code_str": "47035",
"name": "Cumberland County",
"population": 60520,
"state_code": 47
},
"47037": {
"county_code": 37,
"full_code_int": 47037,
"full_code_str": "47037",
"name": "Davidson County",
"population": 694144,
"state_code": 47
},
"47039": {
"county_code": 39,
"full_code_int": 47039,
"full_code_str": "47039",
"name": "Decatur County",
"population": 11663,
"state_code": 47
},
"47041": {
"county_code": 41,
"full_code_int": 47041,
"full_code_str": "47041",
"name": "DeKalb County",
"population": 20490,
"state_code": 47
},
"47043": {
"county_code": 43,
"full_code_int": 47043,
"full_code_str": "47043",
"name": "Dickson County",
"population": 53948,
"state_code": 47
},
"47045": {
"county_code": 45,
"full_code_int": 47045,
"full_code_str": "47045",
"name": "Dyer County",
"population": 37159,
"state_code": 47
},
"47047": {
"county_code": 47,
"full_code_int": 47047,
"full_code_str": "47047",
"name": "Fayette County",
"population": 41133,
"state_code": 47
},
"47049": {
"county_code": 49,
"full_code_int": 47049,
"full_code_str": "47049",
"name": "Fentress County",
"population": 18523,
"state_code": 47
},
"47051": {
"county_code": 51,
"full_code_int": 47051,
"full_code_str": "47051",
"name": "Franklin County",
"population": 42208,
"state_code": 47
},
"47053": {
"county_code": 53,
"full_code_int": 47053,
"full_code_str": "47053",
"name": "Gibson County",
"population": 49133,
"state_code": 47
},
"47055": {
"county_code": 55,
"full_code_int": 47055,
"full_code_str": "47055",
"name": "Giles County",
"population": 29464,
"state_code": 47
},
"47057": {
"county_code": 57,
"full_code_int": 47057,
"full_code_str": "47057",
"name": "Grainger County",
"population": 23320,
"state_code": 47
},
"47059": {
"county_code": 59,
"full_code_int": 47059,
"full_code_str": "47059",
"name": "Greene County",
"population": 69069,
"state_code": 47
},
"47061": {
"county_code": 61,
"full_code_int": 47061,
"full_code_str": "47061",
"name": "Grundy County",
"population": 13427,
"state_code": 47
},
"47063": {
"county_code": 63,
"full_code_int": 47063,
"full_code_str": "47063",
"name": "Hamblen County",
"population": 64934,
"state_code": 47
},
"47065": {
"county_code": 65,
"full_code_int": 47065,
"full_code_str": "47065",
"name": "Hamilton County",
"population": 367804,
"state_code": 47
},
"47067": {
"county_code": 67,
"full_code_int": 47067,
"full_code_str": "47067",
"name": "Hancock County",
"population": 6620,
"state_code": 47
},
"47069": {
"county_code": 69,
"full_code_int": 47069,
"full_code_str": "47069",
"name": "Hardeman County",
"population": 25050,
"state_code": 47
},
"47071": {
"county_code": 71,
"full_code_int": 47071,
"full_code_str": "47071",
"name": "Hardin County",
"population": 25652,
"state_code": 47
},
"47073": {
"county_code": 73,
"full_code_int": 47073,
"full_code_str": "47073",
"name": "Hawkins County",
"population": 56786,
"state_code": 47
},
"47075": {
"county_code": 75,
"full_code_int": 47075,
"full_code_str": "47075",
"name": "Haywood County",
"population": 17304,
"state_code": 47
},
"47077": {
"county_code": 77,
"full_code_int": 47077,
"full_code_str": "47077",
"name": "Henderson County",
"population": 28117,
"state_code": 47
},
"47079": {
"county_code": 79,
"full_code_int": 47079,
"full_code_str": "47079",
"name": "Henry County",
"population": 32345,
"state_code": 47
},
"47081": {
"county_code": 81,
"full_code_int": 47081,
"full_code_str": "47081",
"name": "Hickman County",
"population": 25178,
"state_code": 47
},
"47083": {
"county_code": 83,
"full_code_int": 47083,
"full_code_str": "47083",
"name": "Houston County",
"population": 8201,
"state_code": 47
},
"47085": {
"county_code": 85,
"full_code_int": 47085,
"full_code_str": "47085",
"name": "Humphreys County",
"population": 18582,
"state_code": 47
},
"47087": {
"county_code": 87,
"full_code_int": 47087,
"full_code_str": "47087",
"name": "Jackson County",
"population": 11786,
"state_code": 47
},
"47089": {
"county_code": 89,
"full_code_int": 47089,
"full_code_str": "47089",
"name": "Jefferson County",
"population": 54495,
"state_code": 47
},
"47091": {
"county_code": 91,
"full_code_int": 47091,
"full_code_str": "47091",
"name": "Johnson County",
"population": 17788,
"state_code": 47
},
"47093": {
"county_code": 93,
"full_code_int": 47093,
"full_code_str": "47093",
"name": "Knox County",
"population": 470313,
"state_code": 47
},
"47095": {
"county_code": 95,
"full_code_int": 47095,
"full_code_str": "47095",
"name": "Lake County",
"population": 7016,
"state_code": 47
},
"47097": {
"county_code": 97,
"full_code_int": 47097,
"full_code_str": "47097",
"name": "Lauderdale County",
"population": 25633,
"state_code": 47
},
"47099": {
"county_code": 99,
"full_code_int": 47099,
"full_code_str": "47099",
"name": "Lawrence County",
"population": 44142,
"state_code": 47
},
"47101": {
"county_code": 101,
"full_code_int": 47101,
"full_code_str": "47101",
"name": "Lewis County",
"population": 12268,
"state_code": 47
},
"47103": {
"county_code": 103,
"full_code_int": 47103,
"full_code_str": "47103",
"name": "Lincoln County",
"population": 34366,
"state_code": 47
},
"47105": {
"county_code": 105,
"full_code_int": 47105,
"full_code_str": "47105",
"name": "Loudon County",
"population": 54068,
"state_code": 47
},
"47107": {
"county_code": 107,
"full_code_int": 47107,
"full_code_str": "47107",
"name": "McMinn County",
"population": 53794,
"state_code": 47
},
"47109": {
"county_code": 109,
"full_code_int": 47109,
"full_code_str": "47109",
"name": "McNairy County",
"population": 25694,
"state_code": 47
},
"47111": {
"county_code": 111,
"full_code_int": 47111,
"full_code_str": "47111",
"name": "Macon County",
"population": 24602,
"state_code": 47
},
"47113": {
"county_code": 113,
"full_code_int": 47113,
"full_code_str": "47113",
"name": "Madison County",
"population": 97984,
"state_code": 47
},
"47115": {
"county_code": 115,
"full_code_int": 47115,
"full_code_str": "47115",
"name": "Marion County",
"population": 28907,
"state_code": 47
},
"47117": {
"county_code": 117,
"full_code_int": 47117,
"full_code_str": "47117",
"name": "Marshall County",
"population": 34375,
"state_code": 47
},
"47119": {
"county_code": 119,
"full_code_int": 47119,
"full_code_str": "47119",
"name": "Maury County",
"population": 96387,
"state_code": 47
},
"47121": {
"county_code": 121,
"full_code_int": 47121,
"full_code_str": "47121",
"name": "Meigs County",
"population": 12422,
"state_code": 47
},
"47123": {
"county_code": 123,
"full_code_int": 47123,
"full_code_str": "47123",
"name": "Monroe County",
"population": 46545,
"state_code": 47
},
"47125": {
"county_code": 125,
"full_code_int": 47125,
"full_code_str": "47125",
"name": "Montgomery County",
"population": 208993,
"state_code": 47
},
"47127": {
"county_code": 127,
"full_code_int": 47127,
"full_code_str": "47127",
"name": "Moore County",
"population": 6488,
"state_code": 47
},
"47129": {
"county_code": 129,
"full_code_int": 47129,
"full_code_str": "47129",
"name": "Morgan County",
"population": 21403,
"state_code": 47
},
"47131": {
"county_code": 131,
"full_code_int": 47131,
"full_code_str": "47131",
"name": "Obion County",
"population": 30069,
"state_code": 47
},
"47133": {
"county_code": 133,
"full_code_int": 47133,
"full_code_str": "47133",
"name": "Overton County",
"population": 22241,
"state_code": 47
},
"47135": {
"county_code": 135,
"full_code_int": 47135,
"full_code_str": "47135",
"name": "Perry County",
"population": 8076,
"state_code": 47
},
"47137": {
"county_code": 137,
"full_code_int": 47137,
"full_code_str": "47137",
"name": "Pickett County",
"population": 5048,
"state_code": 47
},
"47139": {
"county_code": 139,
"full_code_int": 47139,
"full_code_str": "47139",
"name": "Polk County",
"population": 16832,
"state_code": 47
},
"47141": {
"county_code": 141,
"full_code_int": 47141,
"full_code_str": "47141",
"name": "Putnam County",
"population": 80245,
"state_code": 47
},
"47143": {
"county_code": 143,
"full_code_int": 47143,
"full_code_str": "47143",
"name": "Rhea County",
"population": 33167,
"state_code": 47
},
"47145": {
"county_code": 145,
"full_code_int": 47145,
"full_code_str": "47145",
"name": "Roane County",
"population": 53382,
"state_code": 47
},
"47147": {
"county_code": 147,
"full_code_int": 47147,
"full_code_str": "47147",
"name": "Robertson County",
"population": 71813,
"state_code": 47
},
"47149": {
"county_code": 149,
"full_code_int": 47149,
"full_code_str": "47149",
"name": "Rutherford County",
"population": 332285,
"state_code": 47
},
"47151": {
"county_code": 151,
"full_code_int": 47151,
"full_code_str": "47151",
"name": "Scott County",
"population": 22068,
"state_code": 47
},
"47153": {
"county_code": 153,
"full_code_int": 47153,
"full_code_str": "47153",
"name": "Sequatchie County",
"population": 15026,
"state_code": 47
},
"47155": {
"county_code": 155,
"full_code_int": 47155,
"full_code_str": "47155",
"name": "Sevier County",
"population": 98250,
"state_code": 47
},
"47157": {
"county_code": 157,
"full_code_int": 47157,
"full_code_str": "47157",
"name": "Shelby County",
"population": 937166,
"state_code": 47
},
"47159": {
"county_code": 159,
"full_code_int": 47159,
"full_code_str": "47159",
"name": "Smith County",
"population": 20157,
"state_code": 47
},
"47161": {
"county_code": 161,
"full_code_int": 47161,
"full_code_str": "47161",
"name": "Stewart County",
"population": 13715,
"state_code": 47
},
"47163": {
"county_code": 163,
"full_code_int": 47163,
"full_code_str": "47163",
"name": "Sullivan County",
"population": 158348,
"state_code": 47
},
"47165": {
"county_code": 165,
"full_code_int": 47165,
"full_code_str": "47165",
"name": "Sumner County",
"population": 191283,
"state_code": 47
},
"47167": {
"county_code": 167,
"full_code_int": 47167,
"full_code_str": "47167",
"name": "Tipton County",
"population": 61599,
"state_code": 47
},
"47169": {
"county_code": 169,
"full_code_int": 47169,
"full_code_str": "47169",
"name": "Trousdale County",
"population": 11284,
"state_code": 47
},
"47171": {
"county_code": 171,
"full_code_int": 47171,
"full_code_str": "47171",
"name": "Unicoi County",
"population": 17883,
"state_code": 47
},
"47173": {
"county_code": 173,
"full_code_int": 47173,
"full_code_str": "47173",
"name": "Union County",
"population": 19972,
"state_code": 47
},
"47175": {
"county_code": 175,
"full_code_int": 47175,
"full_code_str": "47175",
"name": "Van Buren County",
"population": 5872,
"state_code": 47
},
"47177": {
"county_code": 177,
"full_code_int": 47177,
"full_code_str": "47177",
"name": "Warren County",
"population": 41277,
"state_code": 47
},
"47179": {
"county_code": 179,
"full_code_int": 47179,
"full_code_str": "47179",
"name": "Washington County",
"population": 129375,
"state_code": 47
},
"47181": {
"county_code": 181,
"full_code_int": 47181,
"full_code_str": "47181",
"name": "Wayne County",
"population": 16673,
"state_code": 47
},
"47183": {
"county_code": 183,
"full_code_int": 47183,
"full_code_str": "47183",
"name": "Weakley County",
"population": 33328,
"state_code": 47
},
"47185": {
"county_code": 185,
"full_code_int": 47185,
"full_code_str": "47185",
"name": "White County",
"population": 27345,
"state_code": 47
},
"47187": {
"county_code": 187,
"full_code_int": 47187,
"full_code_str": "47187",
"name": "Williamson County",
"population": 238412,
"state_code": 47
},
"47189": {
"county_code": 189,
"full_code_int": 47189,
"full_code_str": "47189",
"name": "Wilson County",
"population": 144657,
"state_code": 47
},
"48001": {
"county_code": 1,
"full_code_int": 48001,
"full_code_str": "48001",
"name": "Anderson County",
"population": 57735,
"state_code": 48
},
"48003": {
"county_code": 3,
"full_code_int": 48003,
"full_code_str": "48003",
"name": "Andrews County",
"population": 18705,
"state_code": 48
},
"48005": {
"county_code": 5,
"full_code_int": 48005,
"full_code_str": "48005",
"name": "Angelina County",
"population": 86715,
"state_code": 48
},
"48007": {
"county_code": 7,
"full_code_int": 48007,
"full_code_str": "48007",
"name": "Aransas County",
"population": 23510,
"state_code": 48
},
"48009": {
"county_code": 9,
"full_code_int": 48009,
"full_code_str": "48009",
"name": "Archer County",
"population": 8553,
"state_code": 48
},
"48011": {
"county_code": 11,
"full_code_int": 48011,
"full_code_str": "48011",
"name": "Armstrong County",
"population": 1887,
"state_code": 48
},
"48013": {
"county_code": 13,
"full_code_int": 48013,
"full_code_str": "48013",
"name": "Atascosa County",
"population": 51153,
"state_code": 48
},
"48015": {
"county_code": 15,
"full_code_int": 48015,
"full_code_str": "48015",
"name": "Austin County",
"population": 30032,
"state_code": 48
},
"48017": {
"county_code": 17,
"full_code_int": 48017,
"full_code_str": "48017",
"name": "Bailey County",
"population": 7000,
"state_code": 48
},
"48019": {
"county_code": 19,
"full_code_int": 48019,
"full_code_str": "48019",
"name": "Bandera County",
"population": 23112,
"state_code": 48
},
"48021": {
"county_code": 21,
"full_code_int": 48021,
"full_code_str": "48021",
"name": "Bastrop County",
"population": 88723,
"state_code": 48
},
"48023": {
"county_code": 23,
"full_code_int": 48023,
"full_code_str": "48023",
"name": "Baylor County",
"population": 3509,
"state_code": 48
},
"48025": {
"county_code": 25,
"full_code_int": 48025,
"full_code_str": "48025",
"name": "Bee County",
"population": 32565,
"state_code": 48
},
"48027": {
"county_code": 27,
"full_code_int": 48027,
"full_code_str": "48027",
"name": "Bell County",
"population": 362924,
"state_code": 48
},
"48029": {
"county_code": 29,
"full_code_int": 48029,
"full_code_str": "48029",
"name": "Bexar County",
"population": 2003554,
"state_code": 48
},
"48031": {
"county_code": 31,
"full_code_int": 48031,
"full_code_str": "48031",
"name": "Blanco County",
"population": 11931,
"state_code": 48
},
"48033": {
"county_code": 33,
"full_code_int": 48033,
"full_code_str": "48033",
"name": "Borden County",
"population": 654,
"state_code": 48
},
"48035": {
"county_code": 35,
"full_code_int": 48035,
"full_code_str": "48035",
"name": "Bosque County",
"population": 18685,
"state_code": 48
},
"48037": {
"county_code": 37,
"full_code_int": 48037,
"full_code_str": "48037",
"name": "Bowie County",
"population": 93245,
"state_code": 48
},
"48039": {
"county_code": 39,
"full_code_int": 48039,
"full_code_str": "48039",
"name": "Brazoria County",
"population": 374264,
"state_code": 48
},
"48041": {
"county_code": 41,
"full_code_int": 48041,
"full_code_str": "48041",
"name": "Brazos County",
"population": 229211,
"state_code": 48
},
"48043": {
"county_code": 43,
"full_code_int": 48043,
"full_code_str": "48043",
"name": "Brewster County",
"population": 9203,
"state_code": 48
},
"48045": {
"county_code": 45,
"full_code_int": 48045,
"full_code_str": "48045",
"name": "Briscoe County",
"population": 1546,
"state_code": 48
},
"48047": {
"county_code": 47,
"full_code_int": 48047,
"full_code_str": "48047",
"name": "Brooks County",
"population": 7093,
"state_code": 48
},
"48049": {
"county_code": 49,
"full_code_int": 48049,
"full_code_str": "48049",
"name": "Brown County",
"population": 37864,
"state_code": 48
},
"48051": {
"county_code": 51,
"full_code_int": 48051,
"full_code_str": "48051",
"name": "Burleson County",
"population": 18443,
"state_code": 48
},
"48053": {
"county_code": 53,
"full_code_int": 48053,
"full_code_str": "48053",
"name": "Burnet County",
"population": 48155,
"state_code": 48
},
"48055": {
"county_code": 55,
"full_code_int": 48055,
"full_code_str": "48055",
"name": "Caldwell County",
"population": 43664,
"state_code": 48
},
"48057": {
"county_code": 57,
"full_code_int": 48057,
"full_code_str": "48057",
"name": "Calhoun County",
"population": 21290,
"state_code": 48
},
"48059": {
"county_code": 59,
"full_code_int": 48059,
"full_code_str": "48059",
"name": "Callahan County",
"population": 13943,
"state_code": 48
},
"48061": {
"county_code": 61,
"full_code_int": 48061,
"full_code_str": "48061",
"name": "Cameron County",
"population": 423163,
"state_code": 48
},
"48063": {
"county_code": 63,
"full_code_int": 48063,
"full_code_str": "48063",
"name": "Camp County",
"population": 13094,
"state_code": 48
},
"48065": {
"county_code": 65,
"full_code_int": 48065,
"full_code_str": "48065",
"name": "Carson County",
"population": 5926,
"state_code": 48
},
"48067": {
"county_code": 67,
"full_code_int": 48067,
"full_code_str": "48067",
"name": "Cass County",
"population": 30026,
"state_code": 48
},
"48069": {
"county_code": 69,
"full_code_int": 48069,
"full_code_str": "48069",
"name": "Castro County",
"population": 7530,
"state_code": 48
},
"48071": {
"county_code": 71,
"full_code_int": 48071,
"full_code_str": "48071",
"name": "Chambers County",
"population": 43837,
"state_code": 48
},
"48073": {
"county_code": 73,
"full_code_int": 48073,
"full_code_str": "48073",
"name": "Cherokee County",
"population": 52646,
"state_code": 48
},
"48075": {
"county_code": 75,
"full_code_int": 48075,
"full_code_str": "48075",
"name": "Childress County",
"population": 7306,
"state_code": 48
},
"48077": {
"county_code": 77,
"full_code_int": 48077,
"full_code_str": "48077",
"name": "Clay County",
"population": 10471,
"state_code": 48
},
"48079": {
"county_code": 79,
"full_code_int": 48079,
"full_code_str": "48079",
"name": "Cochran County",
"population": 2853,
"state_code": 48
},
"48081": {
"county_code": 81,
"full_code_int": 48081,
"full_code_str": "48081",
"name": "Coke County",
"population": 3387,
"state_code": 48
},
"48083": {
"county_code": 83,
"full_code_int": 48083,
"full_code_str": "48083",
"name": "Coleman County",
"population": 8175,
"state_code": 48
},
"48085": {
"county_code": 85,
"full_code_int": 48085,
"full_code_str": "48085",
"name": "Collin County",
"population": 1034730,
"state_code": 48
},
"48087": {
"county_code": 87,
"full_code_int": 48087,
"full_code_str": "48087",
"name": "Collingsworth County",
"population": 2920,
"state_code": 48
},
"48089": {
"county_code": 89,
"full_code_int": 48089,
"full_code_str": "48089",
"name": "Colorado County",
"population": 21493,
"state_code": 48
},
"48091": {
"county_code": 91,
"full_code_int": 48091,
"full_code_str": "48091",
"name": "Comal County",
"population": 156209,
"state_code": 48
},
"48093": {
"county_code": 93,
"full_code_int": 48093,
"full_code_str": "48093",
"name": "Comanche County",
"population": 13635,
"state_code": 48
},
"48095": {
"county_code": 95,
"full_code_int": 48095,
"full_code_str": "48095",
"name": "Concho County",
"population": 2726,
"state_code": 48
},
"48097": {
"county_code": 97,
"full_code_int": 48097,
"full_code_str": "48097",
"name": "Cooke County",
"population": 41257,
"state_code": 48
},
"48099": {
"county_code": 99,
"full_code_int": 48099,
"full_code_str": "48099",
"name": "Coryell County",
"population": 75951,
"state_code": 48
},
"48101": {
"county_code": 101,
"full_code_int": 48101,
"full_code_str": "48101",
"name": "Cottle County",
"population": 1398,
"state_code": 48
},
"48103": {
"county_code": 103,
"full_code_int": 48103,
"full_code_str": "48103",
"name": "Crane County",
"population": 4797,
"state_code": 48
},
"48105": {
"county_code": 105,
"full_code_int": 48105,
"full_code_str": "48105",
"name": "Crockett County",
"population": 3464,
"state_code": 48
},
"48107": {
"county_code": 107,
"full_code_int": 48107,
"full_code_str": "48107",
"name": "Crosby County",
"population": 5737,
"state_code": 48
},
"48109": {
"county_code": 109,
"full_code_int": 48109,
"full_code_str": "48109",
"name": "Culberson County",
"population": 2171,
"state_code": 48
},
"48111": {
"county_code": 111,
"full_code_int": 48111,
"full_code_str": "48111",
"name": "Dallam County",
"population": 7287,
"state_code": 48
},
"48113": {
"county_code": 113,
"full_code_int": 48113,
"full_code_str": "48113",
"name": "Dallas County",
"population": 2635516,
"state_code": 48
},
"48115": {
"county_code": 115,
"full_code_int": 48115,
"full_code_str": "48115",
"name": "Dawson County",
"population": 12728,
"state_code": 48
},
"48117": {
"county_code": 117,
"full_code_int": 48117,
"full_code_str": "48117",
"name": "Deaf Smith County",
"population": 18546,
"state_code": 48
},
"48119": {
"county_code": 119,
"full_code_int": 48119,
"full_code_str": "48119",
"name": "Delta County",
"population": 5331,
"state_code": 48
},
"48121": {
"county_code": 121,
"full_code_int": 48121,
"full_code_str": "48121",
"name": "Denton County",
"population": 887207,
"state_code": 48
},
"48123": {
"county_code": 123,
"full_code_int": 48123,
"full_code_str": "48123",
"name": "DeWitt County",
"population": 20160,
"state_code": 48
},
"48125": {
"county_code": 125,
"full_code_int": 48125,
"full_code_str": "48125",
"name": "Dickens County",
"population": 2211,
"state_code": 48
},
"48127": {
"county_code": 127,
"full_code_int": 48127,
"full_code_str": "48127",
"name": "Dimmit County",
"population": 10124,
"state_code": 48
},
"48129": {
"county_code": 129,
"full_code_int": 48129,
"full_code_str": "48129",
"name": "Donley County",
"population": 3278,
"state_code": 48
},
"48131": {
"county_code": 131,
"full_code_int": 48131,
"full_code_str": "48131",
"name": "Duval County",
"population": 11157,
"state_code": 48
},
"48133": {
"county_code": 133,
"full_code_int": 48133,
"full_code_str": "48133",
"name": "Eastland County",
"population": 18360,
"state_code": 48
},
"48135": {
"county_code": 135,
"full_code_int": 48135,
"full_code_str": "48135",
"name": "Ector County",
"population": 166223,
"state_code": 48
},
"48137": {
"county_code": 137,
"full_code_int": 48137,
"full_code_str": "48137",
"name": "Edwards County",
"population": 1932,
"state_code": 48
},
"48139": {
"county_code": 139,
"full_code_int": 48139,
"full_code_str": "48139",
"name": "Ellis County",
"population": 184826,
"state_code": 48
},
"48141": {
"county_code": 141,
"full_code_int": 48141,
"full_code_str": "48141",
"name": "El Paso County",
"population": 839238,
"state_code": 48
},
"48143": {
"county_code": 143,
"full_code_int": 48143,
"full_code_str": "48143",
"name": "Erath County",
"population": 42698,
"state_code": 48
},
"48145": {
"county_code": 145,
"full_code_int": 48145,
"full_code_str": "48145",
"name": "Falls County",
"population": 17297,
"state_code": 48
},
"48147": {
"county_code": 147,
"full_code_int": 48147,
"full_code_str": "48147",
"name": "Fannin County",
"population": 35514,
"state_code": 48
},
"48149": {
"county_code": 149,
"full_code_int": 48149,
"full_code_str": "48149",
"name": "Fayette County",
"population": 25346,
"state_code": 48
},
"48151": {
"county_code": 151,
"full_code_int": 48151,
"full_code_str": "48151",
"name": "Fisher County",
"population": 3830,
"state_code": 48
},
"48153": {
"county_code": 153,
"full_code_int": 48153,
"full_code_str": "48153",
"name": "Floyd County",
"population": 5712,
"state_code": 48
},
"48155": {
"county_code": 155,
"full_code_int": 48155,
"full_code_str": "48155",
"name": "Foard County",
"population": 1155,
"state_code": 48
},
"48157": {
"county_code": 157,
"full_code_int": 48157,
"full_code_str": "48157",
"name": "Fort Bend County",
"population": 811688,
"state_code": 48
},
"48159": {
"county_code": 159,
"full_code_int": 48159,
"full_code_str": "48159",
"name": "Franklin County",
"population": 10725,
"state_code": 48
},
"48161": {
"county_code": 161,
"full_code_int": 48161,
"full_code_str": "48161",
"name": "Freestone County",
"population": 19717,
"state_code": 48
},
"48163": {
"county_code": 163,
"full_code_int": 48163,
"full_code_str": "48163",
"name": "Frio County",
"population": 20306,
"state_code": 48
},
"48165": {
"county_code": 165,
"full_code_int": 48165,
"full_code_str": "48165",
"name": "Gaines County",
"population": 21492,
"state_code": 48
},
"48167": {
"county_code": 167,
"full_code_int": 48167,
"full_code_str": "48167",
"name": "Galveston County",
"population": 342139,
"state_code": 48
},
"48169": {
"county_code": 169,
"full_code_int": 48169,
"full_code_str": "48169",
"name": "Garza County",
"population": 6229,
"state_code": 48
},
"48171": {
"county_code": 171,
"full_code_int": 48171,
"full_code_str": "48171",
"name": "Gillespie County",
"population": 26988,
"state_code": 48
},
"48173": {
"county_code": 173,
"full_code_int": 48173,
"full_code_str": "48173",
"name": "Glasscock County",
"population": 1409,
"state_code": 48
},
"48175": {
"county_code": 175,
"full_code_int": 48175,
"full_code_str": "48175",
"name": "Goliad County",
"population": 7658,
"state_code": 48
},
"48177": {
"county_code": 177,
"full_code_int": 48177,
"full_code_str": "48177",
"name": "Gonzales County",
"population": 20837,
"state_code": 48
},
"48179": {
"county_code": 179,
"full_code_int": 48179,
"full_code_str": "48179",
"name": "Gray County",
"population": 21886,
"state_code": 48
},
"48181": {
"county_code": 181,
"full_code_int": 48181,
"full_code_str": "48181",
"name": "Grayson County",
"population": 136212,
"state_code": 48
},
"48183": {
"county_code": 183,
"full_code_int": 48183,
"full_code_str": "48183",
"name": "Gregg County",
"population": 123945,
"state_code": 48
},
"48185": {
"county_code": 185,
"full_code_int": 48185,
"full_code_str": "48185",
"name": "Grimes County",
"population": 28880,
"state_code": 48
},
"48187": {
"county_code": 187,
"full_code_int": 48187,
"full_code_str": "48187",
"name": "Guadalupe County",
"population": 166847,
"state_code": 48
},
"48189": {
"county_code": 189,
"full_code_int": 48189,
"full_code_str": "48189",
"name": "Hale County",
"population": 33406,
"state_code": 48
},
"48191": {
"county_code": 191,
"full_code_int": 48191,
"full_code_str": "48191",
"name": "Hall County",
"population": 2964,
"state_code": 48
},
"48193": {
"county_code": 193,
"full_code_int": 48193,
"full_code_str": "48193",
"name": "Hamilton County",
"population": 8461,
"state_code": 48
},
"48195": {
"county_code": 195,
"full_code_int": 48195,
"full_code_str": "48195",
"name": "Hansford County",
"population": 5399,
"state_code": 48
},
"48197": {
"county_code": 197,
"full_code_int": 48197,
"full_code_str": "48197",
"name": "Hardeman County",
"population": 3933,
"state_code": 48
},
"48199": {
"county_code": 199,
"full_code_int": 48199,
"full_code_str": "48199",
"name": "Hardin County",
"population": 57602,
"state_code": 48
},
"48201": {
"county_code": 201,
"full_code_int": 48201,
"full_code_str": "48201",
"name": "Harris County",
"population": 4713325,
"state_code": 48
},
"48203": {
"county_code": 203,
"full_code_int": 48203,
"full_code_str": "48203",
"name": "Harrison County",
"population": 66553,
"state_code": 48
},
"48205": {
"county_code": 205,
"full_code_int": 48205,
"full_code_str": "48205",
"name": "Hartley County",
"population": 5576,
"state_code": 48
},
"48207": {
"county_code": 207,
"full_code_int": 48207,
"full_code_str": "48207",
"name": "Haskell County",
"population": 5658,
"state_code": 48
},
"48209": {
"county_code": 209,
"full_code_int": 48209,
"full_code_str": "48209",
"name": "Hays County",
"population": 230191,
"state_code": 48
},
"48211": {
"county_code": 211,
"full_code_int": 48211,
"full_code_str": "48211",
"name": "Hemphill County",
"population": 3819,
"state_code": 48
},
"48213": {
"county_code": 213,
"full_code_int": 48213,
"full_code_str": "48213",
"name": "Henderson County",
"population": 82737,
"state_code": 48
},
"48215": {
"county_code": 215,
"full_code_int": 48215,
"full_code_str": "48215",
"name": "Hidalgo County",
"population": 868707,
"state_code": 48
},
"48217": {
"county_code": 217,
"full_code_int": 48217,
"full_code_str": "48217",
"name": "Hill County",
"population": 36649,
"state_code": 48
},
"48219": {
"county_code": 219,
"full_code_int": 48219,
"full_code_str": "48219",
"name": "Hockley County",
"population": 23021,
"state_code": 48
},
"48221": {
"county_code": 221,
"full_code_int": 48221,
"full_code_str": "48221",
"name": "Hood County",
"population": 61643,
"state_code": 48
},
"48223": {
"county_code": 223,
"full_code_int": 48223,
"full_code_str": "48223",
"name": "Hopkins County",
"population": 37084,
"state_code": 48
},
"48225": {
"county_code": 225,
"full_code_int": 48225,
"full_code_str": "48225",
"name": "Houston County",
"population": 22968,
"state_code": 48
},
"48227": {
"county_code": 227,
"full_code_int": 48227,
"full_code_str": "48227",
"name": "Howard County",
"population": 36664,
"state_code": 48
},
"48229": {
"county_code": 229,
"full_code_int": 48229,
"full_code_str": "48229",
"name": "Hudspeth County",
"population": 4886,
"state_code": 48
},
"48231": {
"county_code": 231,
"full_code_int": 48231,
"full_code_str": "48231",
"name": "Hunt County",
"population": 98594,
"state_code": 48
},
"48233": {
"county_code": 233,
"full_code_int": 48233,
"full_code_str": "48233",
"name": "Hutchinson County",
"population": 20938,
"state_code": 48
},
"48235": {
"county_code": 235,
"full_code_int": 48235,
"full_code_str": "48235",
"name": "Irion County",
"population": 1536,
"state_code": 48
},
"48237": {
"county_code": 237,
"full_code_int": 48237,
"full_code_str": "48237",
"name": "Jack County",
"population": 8935,
"state_code": 48
},
"48239": {
"county_code": 239,
"full_code_int": 48239,
"full_code_str": "48239",
"name": "Jackson County",
"population": 14760,
"state_code": 48
},
"48241": {
"county_code": 241,
"full_code_int": 48241,
"full_code_str": "48241",
"name": "Jasper County",
"population": 35529,
"state_code": 48
},
"48243": {
"county_code": 243,
"full_code_int": 48243,
"full_code_str": "48243",
"name": "Jeff Davis County",
"population": 2274,
"state_code": 48
},
"48245": {
"county_code": 245,
"full_code_int": 48245,
"full_code_str": "48245",
"name": "Jefferson County",
"population": 251565,
"state_code": 48
},
"48247": {
"county_code": 247,
"full_code_int": 48247,
"full_code_str": "48247",
"name": "Jim Hogg County",
"population": 5200,
"state_code": 48
},
"48249": {
"county_code": 249,
"full_code_int": 48249,
"full_code_str": "48249",
"name": "Jim Wells County",
"population": 40482,
"state_code": 48
},
"48251": {
"county_code": 251,
"full_code_int": 48251,
"full_code_str": "48251",
"name": "Johnson County",
"population": 175817,
"state_code": 48
},
"48253": {
"county_code": 253,
"full_code_int": 48253,
"full_code_str": "48253",
"name": "Jones County",
"population": 20083,
"state_code": 48
},
"48255": {
"county_code": 255,
"full_code_int": 48255,
"full_code_str": "48255",
"name": "Karnes County",
"population": 15601,
"state_code": 48
},
"48257": {
"county_code": 257,
"full_code_int": 48257,
"full_code_str": "48257",
"name": "Kaufman County",
"population": 136154,
"state_code": 48
},
"48259": {
"county_code": 259,
"full_code_int": 48259,
"full_code_str": "48259",
"name": "Kendall County",
"population": 47431,
"state_code": 48
},
"48261": {
"county_code": 261,
"full_code_int": 48261,
"full_code_str": "48261",
"name": "Kenedy County",
"population": 404,
"state_code": 48
},
"48263": {
"county_code": 263,
"full_code_int": 48263,
"full_code_str": "48263",
"name": "Kent County",
"population": 762,
"state_code": 48
},
"48265": {
"county_code": 265,
"full_code_int": 48265,
"full_code_str": "48265",
"name": "Kerr County",
"population": 52600,
"state_code": 48
},
"48267": {
"county_code": 267,
"full_code_int": 48267,
"full_code_str": "48267",
"name": "Kimble County",
"population": 4337,
"state_code": 48
},
"48269": {
"county_code": 269,
"full_code_int": 48269,
"full_code_str": "48269",
"name": "King County",
"population": 272,
"state_code": 48
},
"48271": {
"county_code": 271,
"full_code_int": 48271,
"full_code_str": "48271",
"name": "Kinney County",
"population": 3667,
"state_code": 48
},
"48273": {
"county_code": 273,
"full_code_int": 48273,
"full_code_str": "48273",
"name": "Kleberg County",
"population": 30680,
"state_code": 48
},
"48275": {
"county_code": 275,
"full_code_int": 48275,
"full_code_str": "48275",
"name": "Knox County",
"population": 3664,
"state_code": 48
},
"48277": {
"county_code": 277,
"full_code_int": 48277,
"full_code_str": "48277",
"name": "Lamar County",
"population": 49859,
"state_code": 48
},
"48279": {
"county_code": 279,
"full_code_int": 48279,
"full_code_str": "48279",
"name": "Lamb County",
"population": 12893,
"state_code": 48
},
"48281": {
"county_code": 281,
"full_code_int": 48281,
"full_code_str": "48281",
"name": "Lampasas County",
"population": 21428,
"state_code": 48
},
"48283": {
"county_code": 283,
"full_code_int": 48283,
"full_code_str": "48283",
"name": "La Salle County",
"population": 7520,
"state_code": 48
},
"48285": {
"county_code": 285,
"full_code_int": 48285,
"full_code_str": "48285",
"name": "Lavaca County",
"population": 20154,
"state_code": 48
},
"48287": {
"county_code": 287,
"full_code_int": 48287,
"full_code_str": "48287",
"name": "Lee County",
"population": 17239,
"state_code": 48
},
"48289": {
"county_code": 289,
"full_code_int": 48289,
"full_code_str": "48289",
"name": "Leon County",
"population": 17404,
"state_code": 48
},
"48291": {
"county_code": 291,
"full_code_int": 48291,
"full_code_str": "48291",
"name": "Liberty County",
"population": 88219,
"state_code": 48
},
"48293": {
"county_code": 293,
"full_code_int": 48293,
"full_code_str": "48293",
"name": "Limestone County",
"population": 23437,
"state_code": 48
},
"48295": {
"county_code": 295,
"full_code_int": 48295,
"full_code_str": "48295",
"name": "Lipscomb County",
"population": 3233,
"state_code": 48
},
"48297": {
"county_code": 297,
"full_code_int": 48297,
"full_code_str": "48297",
"name": "Live Oak County",
"population": 12207,
"state_code": 48
},
"48299": {
"county_code": 299,
"full_code_int": 48299,
"full_code_str": "48299",
"name": "Llano County",
"population": 21795,
"state_code": 48
},
"48301": {
"county_code": 301,
"full_code_int": 48301,
"full_code_str": "48301",
"name": "Loving County",
"population": 169,
"state_code": 48
},
"48303": {
"county_code": 303,
"full_code_int": 48303,
"full_code_str": "48303",
"name": "Lubbock County",
"population": 310569,
"state_code": 48
},
"48305": {
"county_code": 305,
"full_code_int": 48305,
"full_code_str": "48305",
"name": "Lynn County",
"population": 5951,
"state_code": 48
},
"48307": {
"county_code": 307,
"full_code_int": 48307,
"full_code_str": "48307",
"name": "McCulloch County",
"population": 7984,
"state_code": 48
},
"48309": {
"county_code": 309,
"full_code_int": 48309,
"full_code_str": "48309",
"name": "McLennan County",
"population": 256623,
"state_code": 48
},
"48311": {
"county_code": 311,
"full_code_int": 48311,
"full_code_str": "48311",
"name": "McMullen County",
"population": 743,
"state_code": 48
},
"48313": {
"county_code": 313,
"full_code_int": 48313,
"full_code_str": "48313",
"name": "Madison County",
"population": 14284,
"state_code": 48
},
"48315": {
"county_code": 315,
"full_code_int": 48315,
"full_code_str": "48315",
"name": "Marion County",
"population": 9854,
"state_code": 48
},
"48317": {
"county_code": 317,
"full_code_int": 48317,
"full_code_str": "48317",
"name": "Martin County",
"population": 5771,
"state_code": 48
},
"48319": {
"county_code": 319,
"full_code_int": 48319,
"full_code_str": "48319",
"name": "Mason County",
"population": 4274,
"state_code": 48
},
"48321": {
"county_code": 321,
"full_code_int": 48321,
"full_code_str": "48321",
"name": "Matagorda County",
"population": 36643,
"state_code": 48
},
"48323": {
"county_code": 323,
"full_code_int": 48323,
"full_code_str": "48323",
"name": "Maverick County",
"population": 58722,
"state_code": 48
},
"48325": {
"county_code": 325,
"full_code_int": 48325,
"full_code_str": "48325",
"name": "Medina County",
"population": 51584,
"state_code": 48
},
"48327": {
"county_code": 327,
"full_code_int": 48327,
"full_code_str": "48327",
"name": "Menard County",
"population": 2138,
"state_code": 48
},
"48329": {
"county_code": 329,
"full_code_int": 48329,
"full_code_str": "48329",
"name": "Midland County",
"population": 176832,
"state_code": 48
},
"48331": {
"county_code": 331,
"full_code_int": 48331,
"full_code_str": "48331",
"name": "Milam County",
"population": 24823,
"state_code": 48
},
"48333": {
"county_code": 333,
"full_code_int": 48333,
"full_code_str": "48333",
"name": "Mills County",
"population": 4873,
"state_code": 48
},
"48335": {
"county_code": 335,
"full_code_int": 48335,
"full_code_str": "48335",
"name": "Mitchell County",
"population": 8545,
"state_code": 48
},
"48337": {
"county_code": 337,
"full_code_int": 48337,
"full_code_str": "48337",
"name": "Montague County",
"population": 19818,
"state_code": 48
},
"48339": {
"county_code": 339,
"full_code_int": 48339,
"full_code_str": "48339",
"name": "Montgomery County",
"population": 607391,
"state_code": 48
},
"48341": {
"county_code": 341,
"full_code_int": 48341,
"full_code_str": "48341",
"name": "Moore County",
"population": 20940,
"state_code": 48
},
"48343": {
"county_code": 343,
"full_code_int": 48343,
"full_code_str": "48343",
"name": "Morris County",
"population": 12388,
"state_code": 48
},
"48345": {
"county_code": 345,
"full_code_int": 48345,
"full_code_str": "48345",
"name": "Motley County",
"population": 1200,
"state_code": 48
},
"48347": {
"county_code": 347,
"full_code_int": 48347,
"full_code_str": "48347",
"name": "Nacogdoches County",
"population": 65204,
"state_code": 48
},
"48349": {
"county_code": 349,
"full_code_int": 48349,
"full_code_str": "48349",
"name": "Navarro County",
"population": 50113,
"state_code": 48
},
"48351": {
"county_code": 351,
"full_code_int": 48351,
"full_code_str": "48351",
"name": "Newton County",
"population": 13595,
"state_code": 48
},
"48353": {
"county_code": 353,
"full_code_int": 48353,
"full_code_str": "48353",
"name": "Nolan County",
"population": 14714,
"state_code": 48
},
"48355": {
"county_code": 355,
"full_code_int": 48355,
"full_code_str": "48355",
"name": "Nueces County",
"population": 362294,
"state_code": 48
},
"48357": {
"county_code": 357,
"full_code_int": 48357,
"full_code_str": "48357",
"name": "Ochiltree County",
"population": 9836,
"state_code": 48
},
"48359": {
"county_code": 359,
"full_code_int": 48359,
"full_code_str": "48359",
"name": "Oldham County",
"population": 2112,
"state_code": 48
},
"48361": {
"county_code": 361,
"full_code_int": 48361,
"full_code_str": "48361",
"name": "Orange County",
"population": 83396,
"state_code": 48
},
"48363": {
"county_code": 363,
"full_code_int": 48363,
"full_code_str": "48363",
"name": "Palo Pinto County",
"population": 29189,
"state_code": 48
},
"48365": {
"county_code": 365,
"full_code_int": 48365,
"full_code_str": "48365",
"name": "Panola County",
"population": 23194,
"state_code": 48
},
"48367": {
"county_code": 367,
"full_code_int": 48367,
"full_code_str": "48367",
"name": "Parker County",
"population": 142878,
"state_code": 48
},
"48369": {
"county_code": 369,
"full_code_int": 48369,
"full_code_str": "48369",
"name": "Parmer County",
"population": 9605,
"state_code": 48
},
"48371": {
"county_code": 371,
"full_code_int": 48371,
"full_code_str": "48371",
"name": "Pecos County",
"population": 15823,
"state_code": 48
},
"48373": {
"county_code": 373,
"full_code_int": 48373,
"full_code_str": "48373",
"name": "Polk County",
"population": 51353,
"state_code": 48
},
"48375": {
"county_code": 375,
"full_code_int": 48375,
"full_code_str": "48375",
"name": "Potter County",
"population": 117415,
"state_code": 48
},
"48377": {
"county_code": 377,
"full_code_int": 48377,
"full_code_str": "48377",
"name": "Presidio County",
"population": 6704,
"state_code": 48
},
"48379": {
"county_code": 379,
"full_code_int": 48379,
"full_code_str": "48379",
"name": "Rains County",
"population": 12514,
"state_code": 48
},
"48381": {
"county_code": 381,
"full_code_int": 48381,
"full_code_str": "48381",
"name": "Randall County",
"population": 137713,
"state_code": 48
},
"48383": {
"county_code": 383,
"full_code_int": 48383,
"full_code_str": "48383",
"name": "Reagan County",
"population": 3849,
"state_code": 48
},
"48385": {
"county_code": 385,
"full_code_int": 48385,
"full_code_str": "48385",
"name": "Real County",
"population": 3452,
"state_code": 48
},
"48387": {
"county_code": 387,
"full_code_int": 48387,
"full_code_str": "48387",
"name": "Red River County",
"population": 12023,
"state_code": 48
},
"48389": {
"county_code": 389,
"full_code_int": 48389,
"full_code_str": "48389",
"name": "Reeves County",
"population": 15976,
"state_code": 48
},
"48391": {
"county_code": 391,
"full_code_int": 48391,
"full_code_str": "48391",
"name": "Refugio County",
"population": 6948,
"state_code": 48
},
"48393": {
"county_code": 393,
"full_code_int": 48393,
"full_code_str": "48393",
"name": "Roberts County",
"population": 854,
"state_code": 48
},
"48395": {
"county_code": 395,
"full_code_int": 48395,
"full_code_str": "48395",
"name": "Robertson County",
"population": 17074,
"state_code": 48
},
"48397": {
"county_code": 397,
"full_code_int": 48397,
"full_code_str": "48397",
"name": "Rockwall County",
"population": 104915,
"state_code": 48
},
"48399": {
"county_code": 399,
"full_code_int": 48399,
"full_code_str": "48399",
"name": "Runnels County",
"population": 10264,
"state_code": 48
},
"48401": {
"county_code": 401,
"full_code_int": 48401,
"full_code_str": "48401",
"name": "Rusk County",
"population": 54406,
"state_code": 48
},
"48403": {
"county_code": 403,
"full_code_int": 48403,
"full_code_str": "48403",
"name": "Sabine County",
"population": 10542,
"state_code": 48
},
"48405": {
"county_code": 405,
"full_code_int": 48405,
"full_code_str": "48405",
"name": "San Augustine County",
"population": 8237,
"state_code": 48
},
"48407": {
"county_code": 407,
"full_code_int": 48407,
"full_code_str": "48407",
"name": "San Jacinto County",
"population": 28859,
"state_code": 48
},
"48409": {
"county_code": 409,
"full_code_int": 48409,
"full_code_str": "48409",
"name": "San Patricio County",
"population": 66730,
"state_code": 48
},
"48411": {
"county_code": 411,
"full_code_int": 48411,
"full_code_str": "48411",
"name": "San Saba County",
"population": 6055,
"state_code": 48
},
"48413": {
"county_code": 413,
"full_code_int": 48413,
"full_code_str": "48413",
"name": "Schleicher County",
"population": 2793,
"state_code": 48
},
"48415": {
"county_code": 415,
"full_code_int": 48415,
"full_code_str": "48415",
"name": "Scurry County",
"population": 16703,
"state_code": 48
},
"48417": {
"county_code": 417,
"full_code_int": 48417,
"full_code_str": "48417",
"name": "Shackelford County",
"population": 3265,
"state_code": 48
},
"48419": {
"county_code": 419,
"full_code_int": 48419,
"full_code_str": "48419",
"name": "Shelby County",
"population": 25274,
"state_code": 48
},
"48421": {
"county_code": 421,
"full_code_int": 48421,
"full_code_str": "48421",
"name": "Sherman County",
"population": 3022,
"state_code": 48
},
"48423": {
"county_code": 423,
"full_code_int": 48423,
"full_code_str": "48423",
"name": "Smith County",
"population": 232751,
"state_code": 48
},
"48425": {
"county_code": 425,
"full_code_int": 48425,
"full_code_str": "48425",
"name": "Somervell County",
"population": 9128,
"state_code": 48
},
"48427": {
"county_code": 427,
"full_code_int": 48427,
"full_code_str": "48427",
"name": "Starr County",
"population": 64633,
"state_code": 48
},
"48429": {
"county_code": 429,
"full_code_int": 48429,
"full_code_str": "48429",
"name": "Stephens County",
"population": 9366,
"state_code": 48
},
"48431": {
"county_code": 431,
"full_code_int": 48431,
"full_code_str": "48431",
"name": "Sterling County",
"population": 1291,
"state_code": 48
},
"48433": {
"county_code": 433,
"full_code_int": 48433,
"full_code_str": "48433",
"name": "Stonewall County",
"population": 1350,
"state_code": 48
},
"48435": {
"county_code": 435,
"full_code_int": 48435,
"full_code_str": "48435",
"name": "Sutton County",
"population": 3776,
"state_code": 48
},
"48437": {
"county_code": 437,
"full_code_int": 48437,
"full_code_str": "48437",
"name": "Swisher County",
"population": 7397,
"state_code": 48
},
"48439": {
"county_code": 439,
"full_code_int": 48439,
"full_code_str": "48439",
"name": "Tarrant County",
"population": 2102515,
"state_code": 48
},
"48441": {
"county_code": 441,
"full_code_int": 48441,
"full_code_str": "48441",
"name": "Taylor County",
"population": 138034,
"state_code": 48
},
"48443": {
"county_code": 443,
"full_code_int": 48443,
"full_code_str": "48443",
"name": "Terrell County",
"population": 776,
"state_code": 48
},
"48445": {
"county_code": 445,
"full_code_int": 48445,
"full_code_str": "48445",
"name": "Terry County",
"population": 12337,
"state_code": 48
},
"48447": {
"county_code": 447,
"full_code_int": 48447,
"full_code_str": "48447",
"name": "Throckmorton County",
"population": 1501,
"state_code": 48
},
"48449": {
"county_code": 449,
"full_code_int": 48449,
"full_code_str": "48449",
"name": "Titus County",
"population": 32750,
"state_code": 48
},
"48451": {
"county_code": 451,
"full_code_int": 48451,
"full_code_str": "48451",
"name": "Tom Green County",
"population": 119200,
"state_code": 48
},
"48453": {
"county_code": 453,
"full_code_int": 48453,
"full_code_str": "48453",
"name": "Travis County",
"population": 1273954,
"state_code": 48
},
"48455": {
"county_code": 455,
"full_code_int": 48455,
"full_code_str": "48455",
"name": "Trinity County",
"population": 14651,
"state_code": 48
},
"48457": {
"county_code": 457,
"full_code_int": 48457,
"full_code_str": "48457",
"name": "Tyler County",
"population": 21672,
"state_code": 48
},
"48459": {
"county_code": 459,
"full_code_int": 48459,
"full_code_str": "48459",
"name": "Upshur County",
"population": 41753,
"state_code": 48
},
"48461": {
"county_code": 461,
"full_code_int": 48461,
"full_code_str": "48461",
"name": "Upton County",
"population": 3657,
"state_code": 48
},
"48463": {
"county_code": 463,
"full_code_int": 48463,
"full_code_str": "48463",
"name": "Uvalde County",
"population": 26741,
"state_code": 48
},
"48465": {
"county_code": 465,
"full_code_int": 48465,
"full_code_str": "48465",
"name": "Val Verde County",
"population": 49025,
"state_code": 48
},
"48467": {
"county_code": 467,
"full_code_int": 48467,
"full_code_str": "48467",
"name": "Van Zandt County",
"population": 56590,
"state_code": 48
},
"48469": {
"county_code": 469,
"full_code_int": 48469,
"full_code_str": "48469",
"name": "Victoria County",
"population": 92084,
"state_code": 48
},
"48471": {
"county_code": 471,
"full_code_int": 48471,
"full_code_str": "48471",
"name": "Walker County",
"population": 72971,
"state_code": 48
},
"48473": {
"county_code": 473,
"full_code_int": 48473,
"full_code_str": "48473",
"name": "Waller County",
"population": 55246,
"state_code": 48
},
"48475": {
"county_code": 475,
"full_code_int": 48475,
"full_code_str": "48475",
"name": "Ward County",
"population": 11998,
"state_code": 48
},
"48477": {
"county_code": 477,
"full_code_int": 48477,
"full_code_str": "48477",
"name": "Washington County",
"population": 35882,
"state_code": 48
},
"48479": {
"county_code": 479,
"full_code_int": 48479,
"full_code_str": "48479",
"name": "Webb County",
"population": 276652,
"state_code": 48
},
"48481": {
"county_code": 481,
"full_code_int": 48481,
"full_code_str": "48481",
"name": "Wharton County",
"population": 41556,
"state_code": 48
},
"48483": {
"county_code": 483,
"full_code_int": 48483,
"full_code_str": "48483",
"name": "Wheeler County",
"population": 5056,
"state_code": 48
},
"48485": {
"county_code": 485,
"full_code_int": 48485,
"full_code_str": "48485",
"name": "Wichita County",
"population": 132230,
"state_code": 48
},
"48487": {
"county_code": 487,
"full_code_int": 48487,
"full_code_str": "48487",
"name": "Wilbarger County",
"population": 12769,
"state_code": 48
},
"48489": {
"county_code": 489,
"full_code_int": 48489,
"full_code_str": "48489",
"name": "Willacy County",
"population": 21358,
"state_code": 48
},
"48491": {
"county_code": 491,
"full_code_int": 48491,
"full_code_str": "48491",
"name": "Williamson County",
"population": 590551,
"state_code": 48
},
"48493": {
"county_code": 493,
"full_code_int": 48493,
"full_code_str": "48493",
"name": "Wilson County",
"population": 51070,
"state_code": 48
},
"48495": {
"county_code": 495,
"full_code_int": 48495,
"full_code_str": "48495",
"name": "Winkler County",
"population": 8010,
"state_code": 48
},
"48497": {
"county_code": 497,
"full_code_int": 48497,
"full_code_str": "48497",
"name": "Wise County",
"population": 69984,
"state_code": 48
},
"48499": {
"county_code": 499,
"full_code_int": 48499,
"full_code_str": "48499",
"name": "Wood County",
"population": 45539,
"state_code": 48
},
"48501": {
"county_code": 501,
"full_code_int": 48501,
"full_code_str": "48501",
"name": "Yoakum County",
"population": 8713,
"state_code": 48
},
"48503": {
"county_code": 503,
"full_code_int": 48503,
"full_code_str": "48503",
"name": "Young County",
"population": 18010,
"state_code": 48
},
"48505": {
"county_code": 505,
"full_code_int": 48505,
"full_code_str": "48505",
"name": "Zapata County",
"population": 14179,
"state_code": 48
},
"48507": {
"county_code": 507,
"full_code_int": 48507,
"full_code_str": "48507",
"name": "Zavala County",
"population": 11840,
"state_code": 48
},
"49001": {
"county_code": 1,
"full_code_int": 49001,
"full_code_str": "49001",
"name": "Beaver County",
"population": 6710,
"state_code": 49
},
"49003": {
"county_code": 3,
"full_code_int": 49003,
"full_code_str": "49003",
"name": "Box Elder County",
"population": 56046,
"state_code": 49
},
"49005": {
"county_code": 5,
"full_code_int": 49005,
"full_code_str": "49005",
"name": "Cache County",
"population": 128289,
"state_code": 49
},
"49007": {
"county_code": 7,
"full_code_int": 49007,
"full_code_str": "49007",
"name": "Carbon County",
"population": 20463,
"state_code": 49
},
"49009": {
"county_code": 9,
"full_code_int": 49009,
"full_code_str": "49009",
"name": "Daggett County",
"population": 950,
"state_code": 49
},
"49011": {
"county_code": 11,
"full_code_int": 49011,
"full_code_str": "49011",
"name": "Davis County",
"population": 355481,
"state_code": 49
},
"49013": {
"county_code": 13,
"full_code_int": 49013,
"full_code_str": "49013",
"name": "Duchesne County",
"population": 19938,
"state_code": 49
},
"49015": {
"county_code": 15,
"full_code_int": 49015,
"full_code_str": "49015",
"name": "Emery County",
"population": 10012,
"state_code": 49
},
"49017": {
"county_code": 17,
"full_code_int": 49017,
"full_code_str": "49017",
"name": "Garfield County",
"population": 5051,
"state_code": 49
},
"49019": {
"county_code": 19,
"full_code_int": 49019,
"full_code_str": "49019",
"name": "Grand County",
"population": 9754,
"state_code": 49
},
"49021": {
"county_code": 21,
"full_code_int": 49021,
"full_code_str": "49021",
"name": "Iron County",
"population": 54839,
"state_code": 49
},
"49023": {
"county_code": 23,
"full_code_int": 49023,
"full_code_str": "49023",
"name": "Juab County",
"population": 12017,
"state_code": 49
},
"49025": {
"county_code": 25,
"full_code_int": 49025,
"full_code_str": "49025",
"name": "Kane County",
"population": 7886,
"state_code": 49
},
"49027": {
"county_code": 27,
"full_code_int": 49027,
"full_code_str": "49027",
"name": "Millard County",
"population": 13188,
"state_code": 49
},
"49029": {
"county_code": 29,
"full_code_int": 49029,
"full_code_str": "49029",
"name": "Morgan County",
"population": 12124,
"state_code": 49
},
"49031": {
"county_code": 31,
"full_code_int": 49031,
"full_code_str": "49031",
"name": "Piute County",
"population": 1479,
"state_code": 49
},
"49033": {
"county_code": 33,
"full_code_int": 49033,
"full_code_str": "49033",
"name": "Rich County",
"population": 2483,
"state_code": 49
},
"49035": {
"county_code": 35,
"full_code_int": 49035,
"full_code_str": "49035",
"name": "Salt Lake County",
"population": 1160437,
"state_code": 49
},
"49037": {
"county_code": 37,
"full_code_int": 49037,
"full_code_str": "49037",
"name": "San Juan County",
"population": 15308,
"state_code": 49
},
"49039": {
"county_code": 39,
"full_code_int": 49039,
"full_code_str": "49039",
"name": "Sanpete County",
"population": 30939,
"state_code": 49
},
"49041": {
"county_code": 41,
"full_code_int": 49041,
"full_code_str": "49041",
"name": "Sevier County",
"population": 21620,
"state_code": 49
},
"49043": {
"county_code": 43,
"full_code_int": 49043,
"full_code_str": "49043",
"name": "Summit County",
"population": 42145,
"state_code": 49
},
"49045": {
"county_code": 45,
"full_code_int": 49045,
"full_code_str": "49045",
"name": "Tooele County",
"population": 72259,
"state_code": 49
},
"49047": {
"county_code": 47,
"full_code_int": 49047,
"full_code_str": "49047",
"name": "Uintah County",
"population": 35734,
"state_code": 49
},
"49049": {
"county_code": 49,
"full_code_int": 49049,
"full_code_str": "49049",
"name": "Utah County",
"population": 636235,
"state_code": 49
},
"49051": {
"county_code": 51,
"full_code_int": 49051,
"full_code_str": "49051",
"name": "Wasatch County",
"population": 34091,
"state_code": 49
},
"49053": {
"county_code": 53,
"full_code_int": 49053,
"full_code_str": "49053",
"name": "Washington County",
"population": 177556,
"state_code": 49
},
"49055": {
"county_code": 55,
"full_code_int": 49055,
"full_code_str": "49055",
"name": "Wayne County",
"population": 2711,
"state_code": 49
},
"49057": {
"county_code": 57,
"full_code_int": 49057,
"full_code_str": "49057",
"name": "Weber County",
"population": 260213,
"state_code": 49
},
"50001": {
"county_code": 1,
"full_code_int": 50001,
"full_code_str": "50001",
"name": "Addison County",
"population": 36777,
"state_code": 50
},
"50003": {
"county_code": 3,
"full_code_int": 50003,
"full_code_str": "50003",
"name": "Bennington County",
"population": 35470,
"state_code": 50
},
"50005": {
"county_code": 5,
"full_code_int": 50005,
"full_code_str": "50005",
"name": "Caledonia County",
"population": 29993,
"state_code": 50
},
"50007": {
"county_code": 7,
"full_code_int": 50007,
"full_code_str": "50007",
"name": "Chittenden County",
"population": 163774,
"state_code": 50
},
"50009": {
"county_code": 9,
"full_code_int": 50009,
"full_code_str": "50009",
"name": "Essex County",
"population": 6163,
"state_code": 50
},
"50011": {
"county_code": 11,
"full_code_int": 50011,
"full_code_str": "50011",
"name": "Franklin County",
"population": 49402,
"state_code": 50
},
"50013": {
"county_code": 13,
"full_code_int": 50013,
"full_code_str": "50013",
"name": "Grand Isle County",
"population": 7235,
"state_code": 50
},
"50015": {
"county_code": 15,
"full_code_int": 50015,
"full_code_str": "50015",
"name": "Lamoille County",
"population": 25362,
"state_code": 50
},
"50017": {
"county_code": 17,
"full_code_int": 50017,
"full_code_str": "50017",
"name": "Orange County",
"population": 28892,
"state_code": 50
},
"50019": {
"county_code": 19,
"full_code_int": 50019,
"full_code_str": "50019",
"name": "Orleans County",
"population": 27037,
"state_code": 50
},
"50021": {
"county_code": 21,
"full_code_int": 50021,
"full_code_str": "50021",
"name": "Rutland County",
"population": 58191,
"state_code": 50
},
"50023": {
"county_code": 23,
"full_code_int": 50023,
"full_code_str": "50023",
"name": "Washington County",
"population": 58409,
"state_code": 50
},
"50025": {
"county_code": 25,
"full_code_int": 50025,
"full_code_str": "50025",
"name": "Windham County",
"population": 42222,
"state_code": 50
},
"50027": {
"county_code": 27,
"full_code_int": 50027,
"full_code_str": "50027",
"name": "Windsor County",
"population": 55062,
"state_code": 50
},
"51001": {
"county_code": 1,
"full_code_int": 51001,
"full_code_str": "51001",
"name": "Accomack County",
"population": 32316,
"state_code": 51
},
"51003": {
"county_code": 3,
"full_code_int": 51003,
"full_code_str": "51003",
"name": "Albemarle County",
"population": 109330,
"state_code": 51
},
"51005": {
"county_code": 5,
"full_code_int": 51005,
"full_code_str": "51005",
"name": "Alleghany County",
"population": 14860,
"state_code": 51
},
"51007": {
"county_code": 7,
"full_code_int": 51007,
"full_code_str": "51007",
"name": "Amelia County",
"population": 13145,
"state_code": 51
},
"51009": {
"county_code": 9,
"full_code_int": 51009,
"full_code_str": "51009",
"name": "Amherst County",
"population": 31605,
"state_code": 51
},
"51011": {
"county_code": 11,
"full_code_int": 51011,
"full_code_str": "51011",
"name": "Appomattox County",
"population": 15911,
"state_code": 51
},
"51013": {
"county_code": 13,
"full_code_int": 51013,
"full_code_str": "51013",
"name": "Arlington County",
"population": 236842,
"state_code": 51
},
"51015": {
"county_code": 15,
"full_code_int": 51015,
"full_code_str": "51015",
"name": "Augusta County",
"population": 75558,
"state_code": 51
},
"51017": {
"county_code": 17,
"full_code_int": 51017,
"full_code_str": "51017",
"name": "Bath County",
"population": 4147,
"state_code": 51
},
"51019": {
"county_code": 19,
"full_code_int": 51019,
"full_code_str": "51019",
"name": "Bedford County",
"population": 78997,
"state_code": 51
},
"51021": {
"county_code": 21,
"full_code_int": 51021,
"full_code_str": "51021",
"name": "Bland County",
"population": 6280,
"state_code": 51
},
"51023": {
"county_code": 23,
"full_code_int": 51023,
"full_code_str": "51023",
"name": "Botetourt County",
"population": 33419,
"state_code": 51
},
"51025": {
"county_code": 25,
"full_code_int": 51025,
"full_code_str": "51025",
"name": "Brunswick County",
"population": 16231,
"state_code": 51
},
"51027": {
"county_code": 27,
"full_code_int": 51027,
"full_code_str": "51027",
"name": "Buchanan County",
"population": 21004,
"state_code": 51
},
"51029": {
"county_code": 29,
"full_code_int": 51029,
"full_code_str": "51029",
"name": "Buckingham County",
"population": 17148,
"state_code": 51
},
"51031": {
"county_code": 31,
"full_code_int": 51031,
"full_code_str": "51031",
"name": "Campbell County",
"population": 54885,
"state_code": 51
},
"51033": {
"county_code": 33,
"full_code_int": 51033,
"full_code_str": "51033",
"name": "Caroline County",
"population": 30725,
"state_code": 51
},
"51035": {
"county_code": 35,
"full_code_int": 51035,
"full_code_str": "51035",
"name": "Carroll County",
"population": 29791,
"state_code": 51
},
"51036": {
"county_code": 36,
"full_code_int": 51036,
"full_code_str": "51036",
"name": "Charles City County",
"population": 6963,
"state_code": 51
},
"51037": {
"county_code": 37,
"full_code_int": 51037,
"full_code_str": "51037",
"name": "Charlotte County",
"population": 11880,
"state_code": 51
},
"51041": {
"county_code": 41,
"full_code_int": 51041,
"full_code_str": "51041",
"name": "Chesterfield County",
"population": 352802,
"state_code": 51
},
"51043": {
"county_code": 43,
"full_code_int": 51043,
"full_code_str": "51043",
"name": "Clarke County",
"population": 14619,
"state_code": 51
},
"51045": {
"county_code": 45,
"full_code_int": 51045,
"full_code_str": "51045",
"name": "Craig County",
"population": 5131,
"state_code": 51
},
"51047": {
"county_code": 47,
"full_code_int": 51047,
"full_code_str": "51047",
"name": "Culpeper County",
"population": 52605,
"state_code": 51
},
"51049": {
"county_code": 49,
"full_code_int": 51049,
"full_code_str": "51049",
"name": "Cumberland County",
"population": 9932,
"state_code": 51
},
"51051": {
"county_code": 51,
"full_code_int": 51051,
"full_code_str": "51051",
"name": "Dickenson County",
"population": 14318,
"state_code": 51
},
"51053": {
"county_code": 53,
"full_code_int": 51053,
"full_code_str": "51053",
"name": "Dinwiddie County",
"population": 28544,
"state_code": 51
},
"51057": {
"county_code": 57,
"full_code_int": 51057,
"full_code_str": "51057",
"name": "Essex County",
"population": 10953,
"state_code": 51
},
"51059": {
"county_code": 59,
"full_code_int": 51059,
"full_code_str": "51059",
"name": "Fairfax County",
"population": 1147532,
"state_code": 51
},
"51061": {
"county_code": 61,
"full_code_int": 51061,
"full_code_str": "51061",
"name": "Fauquier County",
"population": 71222,
"state_code": 51
},
"51063": {
"county_code": 63,
"full_code_int": 51063,
"full_code_str": "51063",
"name": "Floyd County",
"population": 15749,
"state_code": 51
},
"51065": {
"county_code": 65,
"full_code_int": 51065,
"full_code_str": "51065",
"name": "Fluvanna County",
"population": 27270,
"state_code": 51
},
"51067": {
"county_code": 67,
"full_code_int": 51067,
"full_code_str": "51067",
"name": "Franklin County",
"population": 56042,
"state_code": 51
},
"51069": {
"county_code": 69,
"full_code_int": 51069,
"full_code_str": "51069",
"name": "Frederick County",
"population": 89313,
"state_code": 51
},
"51071": {
"county_code": 71,
"full_code_int": 51071,
"full_code_str": "51071",
"name": "Giles County",
"population": 16720,
"state_code": 51
},
"51073": {
"county_code": 73,
"full_code_int": 51073,
"full_code_str": "51073",
"name": "Gloucester County",
"population": 37348,
"state_code": 51
},
"51075": {
"county_code": 75,
"full_code_int": 51075,
"full_code_str": "51075",
"name": "Goochland County",
"population": 23753,
"state_code": 51
},
"51077": {
"county_code": 77,
"full_code_int": 51077,
"full_code_str": "51077",
"name": "Grayson County",
"population": 15550,
"state_code": 51
},
"51079": {
"county_code": 79,
"full_code_int": 51079,
"full_code_str": "51079",
"name": "Greene County",
"population": 19819,
"state_code": 51
},
"51081": {
"county_code": 81,
"full_code_int": 51081,
"full_code_str": "51081",
"name": "Greensville County",
"population": 11336,
"state_code": 51
},
"51083": {
"county_code": 83,
"full_code_int": 51083,
"full_code_str": "51083",
"name": "Halifax County",
"population": 33911,
"state_code": 51
},
"51085": {
"county_code": 85,
"full_code_int": 51085,
"full_code_str": "51085",
"name": "Hanover County",
"population": 107766,
"state_code": 51
},
"51087": {
"county_code": 87,
"full_code_int": 51087,
"full_code_str": "51087",
"name": "Henrico County",
"population": 330818,
"state_code": 51
},
"51089": {
"county_code": 89,
"full_code_int": 51089,
"full_code_str": "51089",
"name": "Henry County",
"population": 50557,
"state_code": 51
},
"51091": {
"county_code": 91,
"full_code_int": 51091,
"full_code_str": "51091",
"name": "Highland County",
"population": 2190,
"state_code": 51
},
"51093": {
"county_code": 93,
"full_code_int": 51093,
"full_code_str": "51093",
"name": "Isle of Wight County",
"population": 37109,
"state_code": 51
},
"51095": {
"county_code": 95,
"full_code_int": 51095,
"full_code_str": "51095",
"name": "James City County",
"population": 76523,
"state_code": 51
},
"51097": {
"county_code": 97,
"full_code_int": 51097,
"full_code_str": "51097",
"name": "King and Queen County",
"population": 7025,
"state_code": 51
},
"51099": {
"county_code": 99,
"full_code_int": 51099,
"full_code_str": "51099",
"name": "King George County",
"population": 26836,
"state_code": 51
},
"51101": {
"county_code": 101,
"full_code_int": 51101,
"full_code_str": "51101",
"name": "King William County",
"population": 17148,
"state_code": 51
},
"51103": {
"county_code": 103,
"full_code_int": 51103,
"full_code_str": "51103",
"name": "Lancaster County",
"population": 10603,
"state_code": 51
},
"51105": {
"county_code": 105,
"full_code_int": 51105,
"full_code_str": "51105",
"name": "Lee County",
"population": 23423,
"state_code": 51
},
"51107": {
"county_code": 107,
"full_code_int": 51107,
"full_code_str": "51107",
"name": "Loudoun County",
"population": 413538,
"state_code": 51
},
"51109": {
"county_code": 109,
"full_code_int": 51109,
"full_code_str": "51109",
"name": "Louisa County",
"population": 37591,
"state_code": 51
},
"51111": {
"county_code": 111,
"full_code_int": 51111,
"full_code_str": "51111",
"name": "Lunenburg County",
"population": 12196,
"state_code": 51
},
"51113": {
"county_code": 113,
"full_code_int": 51113,
"full_code_str": "51113",
"name": "Madison County",
"population": 13261,
"state_code": 51
},
"51115": {
"county_code": 115,
"full_code_int": 51115,
"full_code_str": "51115",
"name": "Mathews County",
"population": 8834,
"state_code": 51
},
"51117": {
"county_code": 117,
"full_code_int": 51117,
"full_code_str": "51117",
"name": "Mecklenburg County",
"population": 30587,
"state_code": 51
},
"51119": {
"county_code": 119,
"full_code_int": 51119,
"full_code_str": "51119",
"name": "Middlesex County",
"population": 10582,
"state_code": 51
},
"51121": {
"county_code": 121,
"full_code_int": 51121,
"full_code_str": "51121",
"name": "Montgomery County",
"population": 98535,
"state_code": 51
},
"51125": {
"county_code": 125,
"full_code_int": 51125,
"full_code_str": "51125",
"name": "Nelson County",
"population": 14930,
"state_code": 51
},
"51127": {
"county_code": 127,
"full_code_int": 51127,
"full_code_str": "51127",
"name": "New Kent County",
"population": 23091,
"state_code": 51
},
"51131": {
"county_code": 131,
"full_code_int": 51131,
"full_code_str": "51131",
"name": "Northampton County",
"population": 11710,
"state_code": 51
},
"51133": {
"county_code": 133,
"full_code_int": 51133,
"full_code_str": "51133",
"name": "Northumberland County",
"population": 12095,
"state_code": 51
},
"51135": {
"county_code": 135,
"full_code_int": 51135,
"full_code_str": "51135",
"name": "Nottoway County",
"population": 15232,
"state_code": 51
},
"51137": {
"county_code": 137,
"full_code_int": 51137,
"full_code_str": "51137",
"name": "Orange County",
"population": 37051,
"state_code": 51
},
"51139": {
"county_code": 139,
"full_code_int": 51139,
"full_code_str": "51139",
"name": "Page County",
"population": 23902,
"state_code": 51
},
"51141": {
"county_code": 141,
"full_code_int": 51141,
"full_code_str": "51141",
"name": "Patrick County",
"population": 17608,
"state_code": 51
},
"51143": {
"county_code": 143,
"full_code_int": 51143,
"full_code_str": "51143",
"name": "Pittsylvania County",
"population": 60354,
"state_code": 51
},
"51145": {
"county_code": 145,
"full_code_int": 51145,
"full_code_str": "51145",
"name": "Powhatan County",
"population": 29652,
"state_code": 51
},
"51147": {
"county_code": 147,
"full_code_int": 51147,
"full_code_str": "51147",
"name": "Prince Edward County",
"population": 22802,
"state_code": 51
},
"51149": {
"county_code": 149,
"full_code_int": 51149,
"full_code_str": "51149",
"name": "Prince George County",
"population": 38353,
"state_code": 51
},
"51153": {
"county_code": 153,
"full_code_int": 51153,
"full_code_str": "51153",
"name": "Prince William County",
"population": 470335,
"state_code": 51
},
"51155": {
"county_code": 155,
"full_code_int": 51155,
"full_code_str": "51155",
"name": "Pulaski County",
"population": 34027,
"state_code": 51
},
"51157": {
"county_code": 157,
"full_code_int": 51157,
"full_code_str": "51157",
"name": "Rappahannock County",
"population": 7370,
"state_code": 51
},
"51159": {
"county_code": 159,
"full_code_int": 51159,
"full_code_str": "51159",
"name": "Richmond County",
"population": 9023,
"state_code": 51
},
"51161": {
"county_code": 161,
"full_code_int": 51161,
"full_code_str": "51161",
"name": "Roanoke County",
"population": 94186,
"state_code": 51
},
"51163": {
"county_code": 163,
"full_code_int": 51163,
"full_code_str": "51163",
"name": "Rockbridge County",
"population": 22573,
"state_code": 51
},
"51165": {
"county_code": 165,
"full_code_int": 51165,
"full_code_str": "51165",
"name": "Rockingham County",
"population": 81948,
"state_code": 51
},
"51167": {
"county_code": 167,
"full_code_int": 51167,
"full_code_str": "51167",
"name": "Russell County",
"population": 26586,
"state_code": 51
},
"51169": {
"county_code": 169,
"full_code_int": 51169,
"full_code_str": "51169",
"name": "Scott County",
"population": 21566,
"state_code": 51
},
"51171": {
"county_code": 171,
"full_code_int": 51171,
"full_code_str": "51171",
"name": "Shenandoah County",
"population": 43616,
"state_code": 51
},
"51173": {
"county_code": 173,
"full_code_int": 51173,
"full_code_str": "51173",
"name": "Smyth County",
"population": 30104,
"state_code": 51
},
"51175": {
"county_code": 175,
"full_code_int": 51175,
"full_code_str": "51175",
"name": "Southampton County",
"population": 17631,
"state_code": 51
},
"51177": {
"county_code": 177,
"full_code_int": 51177,
"full_code_str": "51177",
"name": "Spotsylvania County",
"population": 136215,
"state_code": 51
},
"51179": {
"county_code": 179,
"full_code_int": 51179,
"full_code_str": "51179",
"name": "Stafford County",
"population": 152882,
"state_code": 51
},
"51181": {
"county_code": 181,
"full_code_int": 51181,
"full_code_str": "51181",
"name": "Surry County",
"population": 6422,
"state_code": 51
},
"51183": {
"county_code": 183,
"full_code_int": 51183,
"full_code_str": "51183",
"name": "Sussex County",
"population": 11159,
"state_code": 51
},
"51185": {
"county_code": 185,
"full_code_int": 51185,
"full_code_str": "51185",
"name": "Tazewell County",
"population": 40595,
"state_code": 51
},
"51187": {
"county_code": 187,
"full_code_int": 51187,
"full_code_str": "51187",
"name": "Warren County",
"population": 40164,
"state_code": 51
},
"51191": {
"county_code": 191,
"full_code_int": 51191,
"full_code_str": "51191",
"name": "Washington County",
"population": 53740,
"state_code": 51
},
"51193": {
"county_code": 193,
"full_code_int": 51193,
"full_code_str": "51193",
"name": "Westmoreland County",
"population": 18015,
"state_code": 51
},
"51195": {
"county_code": 195,
"full_code_int": 51195,
"full_code_str": "51195",
"name": "Wise County",
"population": 37383,
"state_code": 51
},
"51197": {
"county_code": 197,
"full_code_int": 51197,
"full_code_str": "51197",
"name": "Wythe County",
"population": 28684,
"state_code": 51
},
"51199": {
"county_code": 199,
"full_code_int": 51199,
"full_code_str": "51199",
"name": "York County",
"population": 68280,
"state_code": 51
},
"51510": {
"county_code": 510,
"full_code_int": 51510,
"full_code_str": "51510",
"name": "Alexandria city",
"population": 159428,
"state_code": 51
},
"51520": {
"county_code": 520,
"full_code_int": 51520,
"full_code_str": "51520",
"name": "Bristol city",
"population": 16762,
"state_code": 51
},
"51530": {
"county_code": 530,
"full_code_int": 51530,
"full_code_str": "51530",
"name": "Buena Vista city",
"population": 6478,
"state_code": 51
},
"51540": {
"county_code": 540,
"full_code_int": 51540,
"full_code_str": "51540",
"name": "Charlottesville city",
"population": 47266,
"state_code": 51
},
"51550": {
"county_code": 550,
"full_code_int": 51550,
"full_code_str": "51550",
"name": "Chesapeake city",
"population": 244835,
"state_code": 51
},
"51570": {
"county_code": 570,
"full_code_int": 51570,
"full_code_str": "51570",
"name": "Colonial Heights city",
"population": 17370,
"state_code": 51
},
"51580": {
"county_code": 580,
"full_code_int": 51580,
"full_code_str": "51580",
"name": "Covington city",
"population": 5538,
"state_code": 51
},
"51590": {
"county_code": 590,
"full_code_int": 51590,
"full_code_str": "51590",
"name": "Danville city",
"population": 40044,
"state_code": 51
},
"51595": {
"county_code": 595,
"full_code_int": 51595,
"full_code_str": "51595",
"name": "Emporia city",
"population": 5346,
"state_code": 51
},
"51600": {
"county_code": 600,
"full_code_int": 51600,
"full_code_str": "51600",
"name": "Fairfax city",
"population": 24019,
"state_code": 51
},
"51610": {
"county_code": 610,
"full_code_int": 51610,
"full_code_str": "51610",
"name": "Falls Church city",
"population": 14617,
"state_code": 51
},
"51620": {
"county_code": 620,
"full_code_int": 51620,
"full_code_str": "51620",
"name": "Franklin city",
"population": 7967,
"state_code": 51
},
"51630": {
"county_code": 630,
"full_code_int": 51630,
"full_code_str": "51630",
"name": "Fredericksburg city",
"population": 29036,
"state_code": 51
},
"51640": {
"county_code": 640,
"full_code_int": 51640,
"full_code_str": "51640",
"name": "Galax city",
"population": 6347,
"state_code": 51
},
"51650": {
"county_code": 650,
"full_code_int": 51650,
"full_code_str": "51650",
"name": "Hampton city",
"population": 134510,
"state_code": 51
},
"51660": {
"county_code": 660,
"full_code_int": 51660,
"full_code_str": "51660",
"name": "Harrisonburg city",
"population": 53016,
"state_code": 51
},
"51670": {
"county_code": 670,
"full_code_int": 51670,
"full_code_str": "51670",
"name": "Hopewell city",
"population": 22529,
"state_code": 51
},
"51678": {
"county_code": 678,
"full_code_int": 51678,
"full_code_str": "51678",
"name": "Lexington city",
"population": 7446,
"state_code": 51
},
"51680": {
"county_code": 680,
"full_code_int": 51680,
"full_code_str": "51680",
"name": "Lynchburg city",
"population": 82168,
"state_code": 51
},
"51683": {
"county_code": 683,
"full_code_int": 51683,
"full_code_str": "51683",
"name": "Manassas city",
"population": 41085,
"state_code": 51
},
"51685": {
"county_code": 685,
"full_code_int": 51685,
"full_code_str": "51685",
"name": "Manassas Park city",
"population": 17478,
"state_code": 51
},
"51690": {
"county_code": 690,
"full_code_int": 51690,
"full_code_str": "51690",
"name": "Martinsville city",
"population": 12554,
"state_code": 51
},
"51700": {
"county_code": 700,
"full_code_int": 51700,
"full_code_str": "51700",
"name": "Newport News city",
"population": 179225,
"state_code": 51
},
"51710": {
"county_code": 710,
"full_code_int": 51710,
"full_code_str": "51710",
"name": "Norfolk city",
"population": 242742,
"state_code": 51
},
"51720": {
"county_code": 720,
"full_code_int": 51720,
"full_code_str": "51720",
"name": "Norton city",
"population": 3981,
"state_code": 51
},
"51730": {
"county_code": 730,
"full_code_int": 51730,
"full_code_str": "51730",
"name": "Petersburg city",
"population": 31346,
"state_code": 51
},
"51735": {
"county_code": 735,
"full_code_int": 51735,
"full_code_str": "51735",
"name": "Poquoson city",
"population": 12271,
"state_code": 51
},
"51740": {
"county_code": 740,
"full_code_int": 51740,
"full_code_str": "51740",
"name": "Portsmouth city",
"population": 94398,
"state_code": 51
},
"51750": {
"county_code": 750,
"full_code_int": 51750,
"full_code_str": "51750",
"name": "Radford city",
"population": 18249,
"state_code": 51
},
"51760": {
"county_code": 760,
"full_code_int": 51760,
"full_code_str": "51760",
"name": "Richmond city",
"population": 230436,
"state_code": 51
},
"51770": {
"county_code": 770,
"full_code_int": 51770,
"full_code_str": "51770",
"name": "Roanoke city",
"population": 99143,
"state_code": 51
},
"51775": {
"county_code": 775,
"full_code_int": 51775,
"full_code_str": "51775",
"name": "Salem city",
"population": 25301,
"state_code": 51
},
"51790": {
"county_code": 790,
"full_code_int": 51790,
"full_code_str": "51790",
"name": "Staunton city",
"population": 24932,
"state_code": 51
},
"51800": {
"county_code": 800,
"full_code_int": 51800,
"full_code_str": "51800",
"name": "Suffolk city",
"population": 92108,
"state_code": 51
},
"51810": {
"county_code": 810,
"full_code_int": 51810,
"full_code_str": "51810",
"name": "Virginia Beach city",
"population": 449974,
"state_code": 51
},
"51820": {
"county_code": 820,
"full_code_int": 51820,
"full_code_str": "51820",
"name": "Waynesboro city",
"population": 22630,
"state_code": 51
},
"51830": {
"county_code": 830,
"full_code_int": 51830,
"full_code_str": "51830",
"name": "Williamsburg city",
"population": 14954,
"state_code": 51
},
"51840": {
"county_code": 840,
"full_code_int": 51840,
"full_code_str": "51840",
"name": "Winchester city",
"population": 28078,
"state_code": 51
},
"53001": {
"county_code": 1,
"full_code_int": 53001,
"full_code_str": "53001",
"name": "Adams County",
"population": 19983,
"state_code": 53
},
"53003": {
"county_code": 3,
"full_code_int": 53003,
"full_code_str": "53003",
"name": "Asotin County",
"population": 22582,
"state_code": 53
},
"53005": {
"county_code": 5,
"full_code_int": 53005,
"full_code_str": "53005",
"name": "Benton County",
"population": 204390,
"state_code": 53
},
"53007": {
"county_code": 7,
"full_code_int": 53007,
"full_code_str": "53007",
"name": "Chelan County",
"population": 77200,
"state_code": 53
},
"53009": {
"county_code": 9,
"full_code_int": 53009,
"full_code_str": "53009",
"name": "Clallam County",
"population": 77331,
"state_code": 53
},
"53011": {
"county_code": 11,
"full_code_int": 53011,
"full_code_str": "53011",
"name": "Clark County",
"population": 488241,
"state_code": 53
},
"53013": {
"county_code": 13,
"full_code_int": 53013,
"full_code_str": "53013",
"name": "Columbia County",
"population": 3985,
"state_code": 53
},
"53015": {
"county_code": 15,
"full_code_int": 53015,
"full_code_str": "53015",
"name": "Cowlitz County",
"population": 110593,
"state_code": 53
},
"53017": {
"county_code": 17,
"full_code_int": 53017,
"full_code_str": "53017",
"name": "Douglas County",
"population": 43429,
"state_code": 53
},
"53019": {
"county_code": 19,
"full_code_int": 53019,
"full_code_str": "53019",
"name": "Ferry County",
"population": 7627,
"state_code": 53
},
"53021": {
"county_code": 21,
"full_code_int": 53021,
"full_code_str": "53021",
"name": "Franklin County",
"population": 95222,
"state_code": 53
},
"53023": {
"county_code": 23,
"full_code_int": 53023,
"full_code_str": "53023",
"name": "Garfield County",
"population": 2225,
"state_code": 53
},
"53025": {
"county_code": 25,
"full_code_int": 53025,
"full_code_str": "53025",
"name": "Grant County",
"population": 97733,
"state_code": 53
},
"53027": {
"county_code": 27,
"full_code_int": 53027,
"full_code_str": "53027",
"name": "Grays Harbor County",
"population": 75061,
"state_code": 53
},
"53029": {
"county_code": 29,
"full_code_int": 53029,
"full_code_str": "53029",
"name": "Island County",
"population": 85141,
"state_code": 53
},
"53031": {
"county_code": 31,
"full_code_int": 53031,
"full_code_str": "53031",
"name": "Jefferson County",
"population": 32221,
"state_code": 53
},
"53033": {
"county_code": 33,
"full_code_int": 53033,
"full_code_str": "53033",
"name": "King County",
"population": 2252782,
"state_code": 53
},
"53035": {
"county_code": 35,
"full_code_int": 53035,
"full_code_str": "53035",
"name": "Kitsap County",
"population": 271473,
"state_code": 53
},
"53037": {
"county_code": 37,
"full_code_int": 53037,
"full_code_str": "53037",
"name": "Kittitas County",
"population": 47935,
"state_code": 53
},
"53039": {
"county_code": 39,
"full_code_int": 53039,
"full_code_str": "53039",
"name": "Klickitat County",
"population": 22425,
"state_code": 53
},
"53041": {
"county_code": 41,
"full_code_int": 53041,
"full_code_str": "53041",
"name": "Lewis County",
"population": 80707,
"state_code": 53
},
"53043": {
"county_code": 43,
"full_code_int": 53043,
"full_code_str": "53043",
"name": "Lincoln County",
"population": 10939,
"state_code": 53
},
"53045": {
"county_code": 45,
"full_code_int": 53045,
"full_code_str": "53045",
"name": "Mason County",
"population": 66768,
"state_code": 53
},
"53047": {
"county_code": 47,
"full_code_int": 53047,
"full_code_str": "53047",
"name": "Okanogan County",
"population": 42243,
"state_code": 53
},
"53049": {
"county_code": 49,
"full_code_int": 53049,
"full_code_str": "53049",
"name": "Pacific County",
"population": 22471,
"state_code": 53
},
"53051": {
"county_code": 51,
"full_code_int": 53051,
"full_code_str": "53051",
"name": "Pend Oreille County",
"population": 13724,
"state_code": 53
},
"53053": {
"county_code": 53,
"full_code_int": 53053,
"full_code_str": "53053",
"name": "Pierce County",
"population": 904980,
"state_code": 53
},
"53055": {
"county_code": 55,
"full_code_int": 53055,
"full_code_str": "53055",
"name": "San Juan County",
"population": 17582,
"state_code": 53
},
"53057": {
"county_code": 57,
"full_code_int": 53057,
"full_code_str": "53057",
"name": "Skagit County",
"population": 129205,
"state_code": 53
},
"53059": {
"county_code": 59,
"full_code_int": 53059,
"full_code_str": "53059",
"name": "Skamania County",
"population": 12083,
"state_code": 53
},
"53061": {
"county_code": 61,
"full_code_int": 53061,
"full_code_str": "53061",
"name": "Snohomish County",
"population": 822083,
"state_code": 53
},
"53063": {
"county_code": 63,
"full_code_int": 53063,
"full_code_str": "53063",
"name": "Spokane County",
"population": 522798,
"state_code": 53
},
"53065": {
"county_code": 65,
"full_code_int": 53065,
"full_code_str": "53065",
"name": "Stevens County",
"population": 45723,
"state_code": 53
},
"53067": {
"county_code": 67,
"full_code_int": 53067,
"full_code_str": "53067",
"name": "Thurston County",
"population": 290536,
"state_code": 53
},
"53069": {
"county_code": 69,
"full_code_int": 53069,
"full_code_str": "53069",
"name": "Wahkiakum County",
"population": 4488,
"state_code": 53
},
"53071": {
"county_code": 71,
"full_code_int": 53071,
"full_code_str": "53071",
"name": "Walla Walla County",
"population": 60760,
"state_code": 53
},
"53073": {
"county_code": 73,
"full_code_int": 53073,
"full_code_str": "53073",
"name": "Whatcom County",
"population": 229247,
"state_code": 53
},
"53075": {
"county_code": 75,
"full_code_int": 53075,
"full_code_str": "53075",
"name": "Whitman County",
"population": 50104,
"state_code": 53
},
"53077": {
"county_code": 77,
"full_code_int": 53077,
"full_code_str": "53077",
"name": "Yakima County",
"population": 250873,
"state_code": 53
},
"54001": {
"county_code": 1,
"full_code_int": 54001,
"full_code_str": "54001",
"name": "Barbour County",
"population": 16441,
"state_code": 54
},
"54003": {
"county_code": 3,
"full_code_int": 54003,
"full_code_str": "54003",
"name": "Berkeley County",
"population": 119171,
"state_code": 54
},
"54005": {
"county_code": 5,
"full_code_int": 54005,
"full_code_str": "54005",
"name": "Boone County",
"population": 21457,
"state_code": 54
},
"54007": {
"county_code": 7,
"full_code_int": 54007,
"full_code_str": "54007",
"name": "Braxton County",
"population": 13957,
"state_code": 54
},
"54009": {
"county_code": 9,
"full_code_int": 54009,
"full_code_str": "54009",
"name": "Brooke County",
"population": 21939,
"state_code": 54
},
"54011": {
"county_code": 11,
"full_code_int": 54011,
"full_code_str": "54011",
"name": "Cabell County",
"population": 91945,
"state_code": 54
},
"54013": {
"county_code": 13,
"full_code_int": 54013,
"full_code_str": "54013",
"name": "Calhoun County",
"population": 7109,
"state_code": 54
},
"54015": {
"county_code": 15,
"full_code_int": 54015,
"full_code_str": "54015",
"name": "Clay County",
"population": 8508,
"state_code": 54
},
"54017": {
"county_code": 17,
"full_code_int": 54017,
"full_code_str": "54017",
"name": "Doddridge County",
"population": 8448,
"state_code": 54
},
"54019": {
"county_code": 19,
"full_code_int": 54019,
"full_code_str": "54019",
"name": "Fayette County",
"population": 42406,
"state_code": 54
},
"54021": {
"county_code": 21,
"full_code_int": 54021,
"full_code_str": "54021",
"name": "Gilmer County",
"population": 7823,
"state_code": 54
},
"54023": {
"county_code": 23,
"full_code_int": 54023,
"full_code_str": "54023",
"name": "Grant County",
"population": 11568,
"state_code": 54
},
"54025": {
"county_code": 25,
"full_code_int": 54025,
"full_code_str": "54025",
"name": "Greenbrier County",
"population": 34662,
"state_code": 54
},
"54027": {
"county_code": 27,
"full_code_int": 54027,
"full_code_str": "54027",
"name": "Hampshire County",
"population": 23175,
"state_code": 54
},
"54029": {
"county_code": 29,
"full_code_int": 54029,
"full_code_str": "54029",
"name": "Hancock County",
"population": 28810,
"state_code": 54
},
"54031": {
"county_code": 31,
"full_code_int": 54031,
"full_code_str": "54031",
"name": "Hardy County",
"population": 13776,
"state_code": 54
},
"54033": {
"county_code": 33,
"full_code_int": 54033,
"full_code_str": "54033",
"name": "Harrison County",
"population": 67256,
"state_code": 54
},
"54035": {
"county_code": 35,
"full_code_int": 54035,
"full_code_str": "54035",
"name": "Jackson County",
"population": 28576,
"state_code": 54
},
"54037": {
"county_code": 37,
"full_code_int": 54037,
"full_code_str": "54037",
"name": "Jefferson County",
"population": 57146,
"state_code": 54
},
"54039": {
"county_code": 39,
"full_code_int": 54039,
"full_code_str": "54039",
"name": "Kanawha County",
"population": 178124,
"state_code": 54
},
"54041": {
"county_code": 41,
"full_code_int": 54041,
"full_code_str": "54041",
"name": "Lewis County",
"population": 15907,
"state_code": 54
},
"54043": {
"county_code": 43,
"full_code_int": 54043,
"full_code_str": "54043",
"name": "Lincoln County",
"population": 20409,
"state_code": 54
},
"54045": {
"county_code": 45,
"full_code_int": 54045,
"full_code_str": "54045",
"name": "Logan County",
"population": 32019,
"state_code": 54
},
"54047": {
"county_code": 47,
"full_code_int": 54047,
"full_code_str": "54047",
"name": "McDowell County",
"population": 17624,
"state_code": 54
},
"54049": {
"county_code": 49,
"full_code_int": 54049,
"full_code_str": "54049",
"name": "Marion County",
"population": 56072,
"state_code": 54
},
"54051": {
"county_code": 51,
"full_code_int": 54051,
"full_code_str": "54051",
"name": "Marshall County",
"population": 30531,
"state_code": 54
},
"54053": {
"county_code": 53,
"full_code_int": 54053,
"full_code_str": "54053",
"name": "Mason County",
"population": 26516,
"state_code": 54
},
"54055": {
"county_code": 55,
"full_code_int": 54055,
"full_code_str": "54055",
"name": "Mercer County",
"population": 58758,
"state_code": 54
},
"54057": {
"county_code": 57,
"full_code_int": 54057,
"full_code_str": "54057",
"name": "Mineral County",
"population": 26868,
"state_code": 54
},
"54059": {
"county_code": 59,
"full_code_int": 54059,
"full_code_str": "54059",
"name": "Mingo County",
"population": 23424,
"state_code": 54
},
"54061": {
"county_code": 61,
"full_code_int": 54061,
"full_code_str": "54061",
"name": "Monongalia County",
"population": 105612,
"state_code": 54
},
"54063": {
"county_code": 63,
"full_code_int": 54063,
"full_code_str": "54063",
"name": "Monroe County",
"population": 13275,
"state_code": 54
},
"54065": {
"county_code": 65,
"full_code_int": 54065,
"full_code_str": "54065",
"name": "Morgan County",
"population": 17884,
"state_code": 54
},
"54067": {
"county_code": 67,
"full_code_int": 54067,
"full_code_str": "54067",
"name": "Nicholas County",
"population": 24496,
"state_code": 54
},
"54069": {
"county_code": 69,
"full_code_int": 54069,
"full_code_str": "54069",
"name": "Ohio County",
"population": 41411,
"state_code": 54
},
"54071": {
"county_code": 71,
"full_code_int": 54071,
"full_code_str": "54071",
"name": "Pendleton County",
"population": 6969,
"state_code": 54
},
"54073": {
"county_code": 73,
"full_code_int": 54073,
"full_code_str": "54073",
"name": "Pleasants County",
"population": 7460,
"state_code": 54
},
"54075": {
"county_code": 75,
"full_code_int": 54075,
"full_code_str": "54075",
"name": "Pocahontas County",
"population": 8247,
"state_code": 54
},
"54077": {
"county_code": 77,
"full_code_int": 54077,
"full_code_str": "54077",
"name": "Preston County",
"population": 33432,
"state_code": 54
},
"54079": {
"county_code": 79,
"full_code_int": 54079,
"full_code_str": "54079",
"name": "Putnam County",
"population": 56450,
"state_code": 54
},
"54081": {
"county_code": 81,
"full_code_int": 54081,
"full_code_str": "54081",
"name": "Raleigh County",
"population": 73361,
"state_code": 54
},
"54083": {
"county_code": 83,
"full_code_int": 54083,
"full_code_str": "54083",
"name": "Randolph County",
"population": 28695,
"state_code": 54
},
"54085": {
"county_code": 85,
"full_code_int": 54085,
"full_code_str": "54085",
"name": "Ritchie County",
"population": 9554,
"state_code": 54
},
"54087": {
"county_code": 87,
"full_code_int": 54087,
"full_code_str": "54087",
"name": "Roane County",
"population": 13688,
"state_code": 54
},
"54089": {
"county_code": 89,
"full_code_int": 54089,
"full_code_str": "54089",
"name": "Summers County",
"population": 12573,
"state_code": 54
},
"54091": {
"county_code": 91,
"full_code_int": 54091,
"full_code_str": "54091",
"name": "Taylor County",
"population": 16695,
"state_code": 54
},
"54093": {
"county_code": 93,
"full_code_int": 54093,
"full_code_str": "54093",
"name": "Tucker County",
"population": 6839,
"state_code": 54
},
"54095": {
"county_code": 95,
"full_code_int": 54095,
"full_code_str": "54095",
"name": "Tyler County",
"population": 8591,
"state_code": 54
},
"54097": {
"county_code": 97,
"full_code_int": 54097,
"full_code_str": "54097",
"name": "Upshur County",
"population": 24176,
"state_code": 54
},
"54099": {
"county_code": 99,
"full_code_int": 54099,
"full_code_str": "54099",
"name": "Wayne County",
"population": 39402,
"state_code": 54
},
"54101": {
"county_code": 101,
"full_code_int": 54101,
"full_code_str": "54101",
"name": "Webster County",
"population": 8114,
"state_code": 54
},
"54103": {
"county_code": 103,
"full_code_int": 54103,
"full_code_str": "54103",
"name": "Wetzel County",
"population": 15065,
"state_code": 54
},
"54105": {
"county_code": 105,
"full_code_int": 54105,
"full_code_str": "54105",
"name": "Wirt County",
"population": 5821,
"state_code": 54
},
"54107": {
"county_code": 107,
"full_code_int": 54107,
"full_code_str": "54107",
"name": "Wood County",
"population": 83518,
"state_code": 54
},
"54109": {
"county_code": 109,
"full_code_int": 54109,
"full_code_str": "54109",
"name": "Wyoming County",
"population": 20394,
"state_code": 54
},
"55001": {
"county_code": 1,
"full_code_int": 55001,
"full_code_str": "55001",
"name": "Adams County",
"population": 20220,
"state_code": 55
},
"55003": {
"county_code": 3,
"full_code_int": 55003,
"full_code_str": "55003",
"name": "Ashland County",
"population": 15562,
"state_code": 55
},
"55005": {
"county_code": 5,
"full_code_int": 55005,
"full_code_str": "55005",
"name": "Barron County",
"population": 45244,
"state_code": 55
},
"55007": {
"county_code": 7,
"full_code_int": 55007,
"full_code_str": "55007",
"name": "Bayfield County",
"population": 15036,
"state_code": 55
},
"55009": {
"county_code": 9,
"full_code_int": 55009,
"full_code_str": "55009",
"name": "Brown County",
"population": 264542,
"state_code": 55
},
"55011": {
"county_code": 11,
"full_code_int": 55011,
"full_code_str": "55011",
"name": "Buffalo County",
"population": 13031,
"state_code": 55
},
"55013": {
"county_code": 13,
"full_code_int": 55013,
"full_code_str": "55013",
"name": "Burnett County",
"population": 15414,
"state_code": 55
},
"55015": {
"county_code": 15,
"full_code_int": 55015,
"full_code_str": "55015",
"name": "Calumet County",
"population": 50089,
"state_code": 55
},
"55017": {
"county_code": 17,
"full_code_int": 55017,
"full_code_str": "55017",
"name": "Chippewa County",
"population": 64658,
"state_code": 55
},
"55019": {
"county_code": 19,
"full_code_int": 55019,
"full_code_str": "55019",
"name": "Clark County",
"population": 34774,
"state_code": 55
},
"55021": {
"county_code": 21,
"full_code_int": 55021,
"full_code_str": "55021",
"name": "Columbia County",
"population": 57532,
"state_code": 55
},
"55023": {
"county_code": 23,
"full_code_int": 55023,
"full_code_str": "55023",
"name": "Crawford County",
"population": 16131,
"state_code": 55
},
"55025": {
"county_code": 25,
"full_code_int": 55025,
"full_code_str": "55025",
"name": "Dane County",
"population": 546695,
"state_code": 55
},
"55027": {
"county_code": 27,
"full_code_int": 55027,
"full_code_str": "55027",
"name": "Dodge County",
"population": 87839,
"state_code": 55
},
"55029": {
"county_code": 29,
"full_code_int": 55029,
"full_code_str": "55029",
"name": "Door County",
"population": 27668,
"state_code": 55
},
"55031": {
"county_code": 31,
"full_code_int": 55031,
"full_code_str": "55031",
"name": "Douglas County",
"population": 43150,
"state_code": 55
},
"55033": {
"county_code": 33,
"full_code_int": 55033,
"full_code_str": "55033",
"name": "Dunn County",
"population": 45368,
"state_code": 55
},
"55035": {
"county_code": 35,
"full_code_int": 55035,
"full_code_str": "55035",
"name": "Eau Claire County",
"population": 104646,
"state_code": 55
},
"55037": {
"county_code": 37,
"full_code_int": 55037,
"full_code_str": "55037",
"name": "Florence County",
"population": 4295,
"state_code": 55
},
"55039": {
"county_code": 39,
"full_code_int": 55039,
"full_code_str": "55039",
"name": "Fond du Lac County",
"population": 103403,
"state_code": 55
},
"55041": {
"county_code": 41,
"full_code_int": 55041,
"full_code_str": "55041",
"name": "Forest County",
"population": 9004,
"state_code": 55
},
"55043": {
"county_code": 43,
"full_code_int": 55043,
"full_code_str": "55043",
"name": "Grant County",
"population": 51439,
"state_code": 55
},
"55045": {
"county_code": 45,
"full_code_int": 55045,
"full_code_str": "55045",
"name": "Green County",
"population": 36960,
"state_code": 55
},
"55047": {
"county_code": 47,
"full_code_int": 55047,
"full_code_str": "55047",
"name": "Green Lake County",
"population": 18913,
"state_code": 55
},
"55049": {
"county_code": 49,
"full_code_int": 55049,
"full_code_str": "55049",
"name": "Iowa County",
"population": 23678,
"state_code": 55
},
"55051": {
"county_code": 51,
"full_code_int": 55051,
"full_code_str": "55051",
"name": "Iron County",
"population": 5687,
"state_code": 55
},
"55053": {
"county_code": 53,
"full_code_int": 55053,
"full_code_str": "55053",
"name": "Jackson County",
"population": 20643,
"state_code": 55
},
"55055": {
"county_code": 55,
"full_code_int": 55055,
"full_code_str": "55055",
"name": "Jefferson County",
"population": 84769,
"state_code": 55
},
"55057": {
"county_code": 57,
"full_code_int": 55057,
"full_code_str": "55057",
"name": "Juneau County",
"population": 26687,
"state_code": 55
},
"55059": {
"county_code": 59,
"full_code_int": 55059,
"full_code_str": "55059",
"name": "Kenosha County",
"population": 169561,
"state_code": 55
},
"55061": {
"county_code": 61,
"full_code_int": 55061,
"full_code_str": "55061",
"name": "Kewaunee County",
"population": 20434,
"state_code": 55
},
"55063": {
"county_code": 63,
"full_code_int": 55063,
"full_code_str": "55063",
"name": "La Crosse County",
"population": 118016,
"state_code": 55
},
"55065": {
"county_code": 65,
"full_code_int": 55065,
"full_code_str": "55065",
"name": "Lafayette County",
"population": 16665,
"state_code": 55
},
"55067": {
"county_code": 67,
"full_code_int": 55067,
"full_code_str": "55067",
"name": "Langlade County",
"population": 19189,
"state_code": 55
},
"55069": {
"county_code": 69,
"full_code_int": 55069,
"full_code_str": "55069",
"name": "Lincoln County",
"population": 27593,
"state_code": 55
},
"55071": {
"county_code": 71,
"full_code_int": 55071,
"full_code_str": "55071",
"name": "Manitowoc County",
"population": 78981,
"state_code": 55
},
"55073": {
"county_code": 73,
"full_code_int": 55073,
"full_code_str": "55073",
"name": "Marathon County",
"population": 135692,
"state_code": 55
},
"55075": {
"county_code": 75,
"full_code_int": 55075,
"full_code_str": "55075",
"name": "Marinette County",
"population": 40350,
"state_code": 55
},
"55077": {
"county_code": 77,
"full_code_int": 55077,
"full_code_str": "55077",
"name": "Marquette County",
"population": 15574,
"state_code": 55
},
"55078": {
"county_code": 78,
"full_code_int": 55078,
"full_code_str": "55078",
"name": "Menominee County",
"population": 4556,
"state_code": 55
},
"55079": {
"county_code": 79,
"full_code_int": 55079,
"full_code_str": "55079",
"name": "Milwaukee County",
"population": 945726,
"state_code": 55
},
"55081": {
"county_code": 81,
"full_code_int": 55081,
"full_code_str": "55081",
"name": "Monroe County",
"population": 46253,
"state_code": 55
},
"55083": {
"county_code": 83,
"full_code_int": 55083,
"full_code_str": "55083",
"name": "Oconto County",
"population": 37930,
"state_code": 55
},
"55085": {
"county_code": 85,
"full_code_int": 55085,
"full_code_str": "55085",
"name": "Oneida County",
"population": 35595,
"state_code": 55
},
"55087": {
"county_code": 87,
"full_code_int": 55087,
"full_code_str": "55087",
"name": "Outagamie County",
"population": 187885,
"state_code": 55
},
"55089": {
"county_code": 89,
"full_code_int": 55089,
"full_code_str": "55089",
"name": "Ozaukee County",
"population": 89221,
"state_code": 55
},
"55091": {
"county_code": 91,
"full_code_int": 55091,
"full_code_str": "55091",
"name": "Pepin County",
"population": 7287,
"state_code": 55
},
"55093": {
"county_code": 93,
"full_code_int": 55093,
"full_code_str": "55093",
"name": "Pierce County",
"population": 42754,
"state_code": 55
},
"55095": {
"county_code": 95,
"full_code_int": 55095,
"full_code_str": "55095",
"name": "Polk County",
"population": 43783,
"state_code": 55
},
"55097": {
"county_code": 97,
"full_code_int": 55097,
"full_code_str": "55097",
"name": "Portage County",
"population": 70772,
"state_code": 55
},
"55099": {
"county_code": 99,
"full_code_int": 55099,
"full_code_str": "55099",
"name": "Price County",
"population": 13351,
"state_code": 55
},
"55101": {
"county_code": 101,
"full_code_int": 55101,
"full_code_str": "55101",
"name": "Racine County",
"population": 196311,
"state_code": 55
},
"55103": {
"county_code": 103,
"full_code_int": 55103,
"full_code_str": "55103",
"name": "Richland County",
"population": 17252,
"state_code": 55
},
"55105": {
"county_code": 105,
"full_code_int": 55105,
"full_code_str": "55105",
"name": "Rock County",
"population": 163354,
"state_code": 55
},
"55107": {
"county_code": 107,
"full_code_int": 55107,
"full_code_str": "55107",
"name": "Rusk County",
"population": 14178,
"state_code": 55
},
"55109": {
"county_code": 109,
"full_code_int": 55109,
"full_code_str": "55109",
"name": "St. Croix County",
"population": 90687,
"state_code": 55
},
"55111": {
"county_code": 111,
"full_code_int": 55111,
"full_code_str": "55111",
"name": "Sauk County",
"population": 64442,
"state_code": 55
},
"55113": {
"county_code": 113,
"full_code_int": 55113,
"full_code_str": "55113",
"name": "Sawyer County",
"population": 16558,
"state_code": 55
},
"55115": {
"county_code": 115,
"full_code_int": 55115,
"full_code_str": "55115",
"name": "Shawano County",
"population": 40899,
"state_code": 55
},
"55117": {
"county_code": 117,
"full_code_int": 55117,
"full_code_str": "55117",
"name": "Sheboygan County",
"population": 115340,
"state_code": 55
},
"55119": {
"county_code": 119,
"full_code_int": 55119,
"full_code_str": "55119",
"name": "Taylor County",
"population": 20343,
"state_code": 55
},
"55121": {
"county_code": 121,
"full_code_int": 55121,
"full_code_str": "55121",
"name": "Trempealeau County",
"population": 29649,
"state_code": 55
},
"55123": {
"county_code": 123,
"full_code_int": 55123,
"full_code_str": "55123",
"name": "Vernon County",
"population": 30822,
"state_code": 55
},
"55125": {
"county_code": 125,
"full_code_int": 55125,
"full_code_str": "55125",
"name": "Vilas County",
"population": 22195,
"state_code": 55
},
"55127": {
"county_code": 127,
"full_code_int": 55127,
"full_code_str": "55127",
"name": "Walworth County",
"population": 103868,
"state_code": 55
},
"55129": {
"county_code": 129,
"full_code_int": 55129,
"full_code_str": "55129",
"name": "Washburn County",
"population": 15720,
"state_code": 55
},
"55131": {
"county_code": 131,
"full_code_int": 55131,
"full_code_str": "55131",
"name": "Washington County",
"population": 136034,
"state_code": 55
},
"55133": {
"county_code": 133,
"full_code_int": 55133,
"full_code_str": "55133",
"name": "Waukesha County",
"population": 404198,
"state_code": 55
},
"55135": {
"county_code": 135,
"full_code_int": 55135,
"full_code_str": "55135",
"name": "Waupaca County",
"population": 50990,
"state_code": 55
},
"55137": {
"county_code": 137,
"full_code_int": 55137,
"full_code_str": "55137",
"name": "Waushara County",
"population": 24443,
"state_code": 55
},
"55139": {
"county_code": 139,
"full_code_int": 55139,
"full_code_str": "55139",
"name": "Winnebago County",
"population": 171907,
"state_code": 55
},
"55141": {
"county_code": 141,
"full_code_int": 55141,
"full_code_str": "55141",
"name": "Wood County",
"population": 72999,
"state_code": 55
},
"56001": {
"county_code": 1,
"full_code_int": 56001,
"full_code_str": "56001",
"name": "Albany County",
"population": 38880,
"state_code": 56
},
"56003": {
"county_code": 3,
"full_code_int": 56003,
"full_code_str": "56003",
"name": "Big Horn County",
"population": 11790,
"state_code": 56
},
"56005": {
"county_code": 5,
"full_code_int": 56005,
"full_code_str": "56005",
"name": "Campbell County",
"population": 46341,
"state_code": 56
},
"56007": {
"county_code": 7,
"full_code_int": 56007,
"full_code_str": "56007",
"name": "Carbon County",
"population": 14800,
"state_code": 56
},
"56009": {
"county_code": 9,
"full_code_int": 56009,
"full_code_str": "56009",
"name": "Converse County",
"population": 13822,
"state_code": 56
},
"56011": {
"county_code": 11,
"full_code_int": 56011,
"full_code_str": "56011",
"name": "Crook County",
"population": 7584,
"state_code": 56
},
"56013": {
"county_code": 13,
"full_code_int": 56013,
"full_code_str": "56013",
"name": "Fremont County",
"population": 39261,
"state_code": 56
},
"56015": {
"county_code": 15,
"full_code_int": 56015,
"full_code_str": "56015",
"name": "Goshen County",
"population": 13211,
"state_code": 56
},
"56017": {
"county_code": 17,
"full_code_int": 56017,
"full_code_str": "56017",
"name": "Hot Springs County",
"population": 4413,
"state_code": 56
},
"56019": {
"county_code": 19,
"full_code_int": 56019,
"full_code_str": "56019",
"name": "Johnson County",
"population": 8445,
"state_code": 56
},
"56021": {
"county_code": 21,
"full_code_int": 56021,
"full_code_str": "56021",
"name": "Laramie County",
"population": 99500,
"state_code": 56
},
"56023": {
"county_code": 23,
"full_code_int": 56023,
"full_code_str": "56023",
"name": "Lincoln County",
"population": 19830,
"state_code": 56
},
"56025": {
"county_code": 25,
"full_code_int": 56025,
"full_code_str": "56025",
"name": "Natrona County",
"population": 79858,
"state_code": 56
},
"56027": {
"county_code": 27,
"full_code_int": 56027,
"full_code_str": "56027",
"name": "Niobrara County",
"population": 2356,
"state_code": 56
},
"56029": {
"county_code": 29,
"full_code_int": 56029,
"full_code_str": "56029",
"name": "Park County",
"population": 29194,
"state_code": 56
},
"56031": {
"county_code": 31,
"full_code_int": 56031,
"full_code_str": "56031",
"name": "Platte County",
"population": 8393,
"state_code": 56
},
"56033": {
"county_code": 33,
"full_code_int": 56033,
"full_code_str": "56033",
"name": "Sheridan County",
"population": 30485,
"state_code": 56
},
"56035": {
"county_code": 35,
"full_code_int": 56035,
"full_code_str": "56035",
"name": "Sublette County",
"population": 9831,
"state_code": 56
},
"56037": {
"county_code": 37,
"full_code_int": 56037,
"full_code_str": "56037",
"name": "Sweetwater County",
"population": 42343,
"state_code": 56
},
"56039": {
"county_code": 39,
"full_code_int": 56039,
"full_code_str": "56039",
"name": "Teton County",
"population": 23464,
"state_code": 56
},
"56041": {
"county_code": 41,
"full_code_int": 56041,
"full_code_str": "56041",
"name": "Uinta County",
"population": 20226,
"state_code": 56
},
"56043": {
"county_code": 43,
"full_code_int": 56043,
"full_code_str": "56043",
"name": "Washakie County",
"population": 7805,
"state_code": 56
},
"56045": {
"county_code": 45,
"full_code_int": 56045,
"full_code_str": "56045",
"name": "Weston County",
"population": 6927,
"state_code": 56
},
"72001": {
"county_code": 1,
"full_code_int": 72001,
"full_code_str": "72001",
"name": "Adjuntas Municipio",
"population": null,
"state_code": 72
},
"72003": {
"county_code": 3,
"full_code_int": 72003,
"full_code_str": "72003",
"name": "Aguada Municipio",
"population": null,
"state_code": 72
},
"72005": {
"county_code": 5,
"full_code_int": 72005,
"full_code_str": "72005",
"name": "Aguadilla Municipio",
"population": null,
"state_code": 72
},
"72007": {
"county_code": 7,
"full_code_int": 72007,
"full_code_str": "72007",
"name": "Aguas Buenas Municipio",
"population": null,
"state_code": 72
},
"72009": {
"county_code": 9,
"full_code_int": 72009,
"full_code_str": "72009",
"name": "Aibonito Municipio",
"population": null,
"state_code": 72
},
"72011": {
"county_code": 11,
"full_code_int": 72011,
"full_code_str": "72011",
"name": "Añasco Municipio",
"population": null,
"state_code": 72
},
"72013": {
"county_code": 13,
"full_code_int": 72013,
"full_code_str": "72013",
"name": "Arecibo Municipio",
"population": null,
"state_code": 72
},
"72015": {
"county_code": 15,
"full_code_int": 72015,
"full_code_str": "72015",
"name": "Arroyo Municipio",
"population": null,
"state_code": 72
},
"72017": {
"county_code": 17,
"full_code_int": 72017,
"full_code_str": "72017",
"name": "Barceloneta Municipio",
"population": null,
"state_code": 72
},
"72019": {
"county_code": 19,
"full_code_int": 72019,
"full_code_str": "72019",
"name": "Barranquitas Municipio",
"population": null,
"state_code": 72
},
"72021": {
"county_code": 21,
"full_code_int": 72021,
"full_code_str": "72021",
"name": "Bayamón Municipio",
"population": null,
"state_code": 72
},
"72023": {
"county_code": 23,
"full_code_int": 72023,
"full_code_str": "72023",
"name": "Cabo Rojo Municipio",
"population": null,
"state_code": 72
},
"72025": {
"county_code": 25,
"full_code_int": 72025,
"full_code_str": "72025",
"name": "Caguas Municipio",
"population": null,
"state_code": 72
},
"72027": {
"county_code": 27,
"full_code_int": 72027,
"full_code_str": "72027",
"name": "Camuy Municipio",
"population": null,
"state_code": 72
},
"72029": {
"county_code": 29,
"full_code_int": 72029,
"full_code_str": "72029",
"name": "Canóvanas Municipio",
"population": null,
"state_code": 72
},
"72031": {
"county_code": 31,
"full_code_int": 72031,
"full_code_str": "72031",
"name": "Carolina Municipio",
"population": null,
"state_code": 72
},
"72033": {
"county_code": 33,
"full_code_int": 72033,
"full_code_str": "72033",
"name": "Cataño Municipio",
"population": null,
"state_code": 72
},
"72035": {
"county_code": 35,
"full_code_int": 72035,
"full_code_str": "72035",
"name": "Cayey Municipio",
"population": null,
"state_code": 72
},
"72037": {
"county_code": 37,
"full_code_int": 72037,
"full_code_str": "72037",
"name": "Ceiba Municipio",
"population": null,
"state_code": 72
},
"72039": {
"county_code": 39,
"full_code_int": 72039,
"full_code_str": "72039",
"name": "Ciales Municipio",
"population": null,
"state_code": 72
},
"72041": {
"county_code": 41,
"full_code_int": 72041,
"full_code_str": "72041",
"name": "Cidra Municipio",
"population": null,
"state_code": 72
},
"72043": {
"county_code": 43,
"full_code_int": 72043,
"full_code_str": "72043",
"name": "Coamo Municipio",
"population": null,
"state_code": 72
},
"72045": {
"county_code": 45,
"full_code_int": 72045,
"full_code_str": "72045",
"name": "Comerío Municipio",
"population": null,
"state_code": 72
},
"72047": {
"county_code": 47,
"full_code_int": 72047,
"full_code_str": "72047",
"name": "Corozal Municipio",
"population": null,
"state_code": 72
},
"72049": {
"county_code": 49,
"full_code_int": 72049,
"full_code_str": "72049",
"name": "Culebra Municipio",
"population": null,
"state_code": 72
},
"72051": {
"county_code": 51,
"full_code_int": 72051,
"full_code_str": "72051",
"name": "Dorado Municipio",
"population": null,
"state_code": 72
},
"72053": {
"county_code": 53,
"full_code_int": 72053,
"full_code_str": "72053",
"name": "Fajardo Municipio",
"population": null,
"state_code": 72
},
"72054": {
"county_code": 54,
"full_code_int": 72054,
"full_code_str": "72054",
"name": "Florida Municipio",
"population": null,
"state_code": 72
},
"72055": {
"county_code": 55,
"full_code_int": 72055,
"full_code_str": "72055",
"name": "Guánica Municipio",
"population": null,
"state_code": 72
},
"72057": {
"county_code": 57,
"full_code_int": 72057,
"full_code_str": "72057",
"name": "Guayama Municipio",
"population": null,
"state_code": 72
},
"72059": {
"county_code": 59,
"full_code_int": 72059,
"full_code_str": "72059",
"name": "Guayanilla Municipio",
"population": null,
"state_code": 72
},
"72061": {
"county_code": 61,
"full_code_int": 72061,
"full_code_str": "72061",
"name": "Guaynabo Municipio",
"population": null,
"state_code": 72
},
"72063": {
"county_code": 63,
"full_code_int": 72063,
"full_code_str": "72063",
"name": "Gurabo Municipio",
"population": null,
"state_code": 72
},
"72065": {
"county_code": 65,
"full_code_int": 72065,
"full_code_str": "72065",
"name": "Hatillo Municipio",
"population": null,
"state_code": 72
},
"72067": {
"county_code": 67,
"full_code_int": 72067,
"full_code_str": "72067",
"name": "Hormigueros Municipio",
"population": null,
"state_code": 72
},
"72069": {
"county_code": 69,
"full_code_int": 72069,
"full_code_str": "72069",
"name": "Humacao Municipio",
"population": null,
"state_code": 72
},
"72071": {
"county_code": 71,
"full_code_int": 72071,
"full_code_str": "72071",
"name": "Isabela Municipio",
"population": null,
"state_code": 72
},
"72073": {
"county_code": 73,
"full_code_int": 72073,
"full_code_str": "72073",
"name": "Jayuya Municipio",
"population": null,
"state_code": 72
},
"72075": {
"county_code": 75,
"full_code_int": 72075,
"full_code_str": "72075",
"name": "Juana Díaz Municipio",
"population": null,
"state_code": 72
},
"72077": {
"county_code": 77,
"full_code_int": 72077,
"full_code_str": "72077",
"name": "Juncos Municipio",
"population": null,
"state_code": 72
},
"72079": {
"county_code": 79,
"full_code_int": 72079,
"full_code_str": "72079",
"name": "Lajas Municipio",
"population": null,
"state_code": 72
},
"72081": {
"county_code": 81,
"full_code_int": 72081,
"full_code_str": "72081",
"name": "Lares Municipio",
"population": null,
"state_code": 72
},
"72083": {
"county_code": 83,
"full_code_int": 72083,
"full_code_str": "72083",
"name": "Las Marías Municipio",
"population": null,
"state_code": 72
},
"72085": {
"county_code": 85,
"full_code_int": 72085,
"full_code_str": "72085",
"name": "Las Piedras Municipio",
"population": null,
"state_code": 72
},
"72087": {
"county_code": 87,
"full_code_int": 72087,
"full_code_str": "72087",
"name": "Loíza Municipio",
"population": null,
"state_code": 72
},
"72089": {
"county_code": 89,
"full_code_int": 72089,
"full_code_str": "72089",
"name": "Luquillo Municipio",
"population": null,
"state_code": 72
},
"72091": {
"county_code": 91,
"full_code_int": 72091,
"full_code_str": "72091",
"name": "Manatí Municipio",
"population": null,
"state_code": 72
},
"72093": {
"county_code": 93,
"full_code_int": 72093,
"full_code_str": "72093",
"name": "Maricao Municipio",
"population": null,
"state_code": 72
},
"72095": {
"county_code": 95,
"full_code_int": 72095,
"full_code_str": "72095",
"name": "Maunabo Municipio",
"population": null,
"state_code": 72
},
"72097": {
"county_code": 97,
"full_code_int": 72097,
"full_code_str": "72097",
"name": "Mayagüez Municipio",
"population": null,
"state_code": 72
},
"72099": {
"county_code": 99,
"full_code_int": 72099,
"full_code_str": "72099",
"name": "Moca Municipio",
"population": null,
"state_code": 72
},
"72101": {
"county_code": 101,
"full_code_int": 72101,
"full_code_str": "72101",
"name": "Morovis Municipio",
"population": null,
"state_code": 72
},
"72103": {
"county_code": 103,
"full_code_int": 72103,
"full_code_str": "72103",
"name": "Naguabo Municipio",
"population": null,
"state_code": 72
},
"72105": {
"county_code": 105,
"full_code_int": 72105,
"full_code_str": "72105",
"name": "Naranjito Municipio",
"population": null,
"state_code": 72
},
"72107": {
"county_code": 107,
"full_code_int": 72107,
"full_code_str": "72107",
"name": "Orocovis Municipio",
"population": null,
"state_code": 72
},
"72109": {
"county_code": 109,
"full_code_int": 72109,
"full_code_str": "72109",
"name": "Patillas Municipio",
"population": null,
"state_code": 72
},
"72111": {
"county_code": 111,
"full_code_int": 72111,
"full_code_str": "72111",
"name": "Peñuelas Municipio",
"population": null,
"state_code": 72
},
"72113": {
"county_code": 113,
"full_code_int": 72113,
"full_code_str": "72113",
"name": "Ponce Municipio",
"population": null,
"state_code": 72
},
"72115": {
"county_code": 115,
"full_code_int": 72115,
"full_code_str": "72115",
"name": "Quebradillas Municipio",
"population": null,
"state_code": 72
},
"72117": {
"county_code": 117,
"full_code_int": 72117,
"full_code_str": "72117",
"name": "Rincón Municipio",
"population": null,
"state_code": 72
},
"72119": {
"county_code": 119,
"full_code_int": 72119,
"full_code_str": "72119",
"name": "Río Grande Municipio",
"population": null,
"state_code": 72
},
"72121": {
"county_code": 121,
"full_code_int": 72121,
"full_code_str": "72121",
"name": "Sabana Grande Municipio",
"population": null,
"state_code": 72
},
"72123": {
"county_code": 123,
"full_code_int": 72123,
"full_code_str": "72123",
"name": "Salinas Municipio",
"population": null,
"state_code": 72
},
"72125": {
"county_code": 125,
"full_code_int": 72125,
"full_code_str": "72125",
"name": "San Germán Municipio",
"population": null,
"state_code": 72
},
"72127": {
"county_code": 127,
"full_code_int": 72127,
"full_code_str": "72127",
"name": "San Juan Municipio",
"population": null,
"state_code": 72
},
"72129": {
"county_code": 129,
"full_code_int": 72129,
"full_code_str": "72129",
"name": "San Lorenzo Municipio",
"population": null,
"state_code": 72
},
"72131": {
"county_code": 131,
"full_code_int": 72131,
"full_code_str": "72131",
"name": "San Sebastián Municipio",
"population": null,
"state_code": 72
},
"72133": {
"county_code": 133,
"full_code_int": 72133,
"full_code_str": "72133",
"name": "Santa Isabel Municipio",
"population": null,
"state_code": 72
},
"72135": {
"county_code": 135,
"full_code_int": 72135,
"full_code_str": "72135",
"name": "Toa Alta Municipio",
"population": null,
"state_code": 72
},
"72137": {
"county_code": 137,
"full_code_int": 72137,
"full_code_str": "72137",
"name": "Toa Baja Municipio",
"population": null,
"state_code": 72
},
"72139": {
"county_code": 139,
"full_code_int": 72139,
"full_code_str": "72139",
"name": "Trujillo Alto Municipio",
"population": null,
"state_code": 72
},
"72141": {
"county_code": 141,
"full_code_int": 72141,
"full_code_str": "72141",
"name": "Utuado Municipio",
"population": null,
"state_code": 72
},
"72143": {
"county_code": 143,
"full_code_int": 72143,
"full_code_str": "72143",
"name": "Vega Alta Municipio",
"population": null,
"state_code": 72
},
"72145": {
"county_code": 145,
"full_code_int": 72145,
"full_code_str": "72145",
"name": "Vega Baja Municipio",
"population": null,
"state_code": 72
},
"72147": {
"county_code": 147,
"full_code_int": 72147,
"full_code_str": "72147",
"name": "Vieques Municipio",
"population": null,
"state_code": 72
},
"72149": {
"county_code": 149,
"full_code_int": 72149,
"full_code_str": "72149",
"name": "Villalba Municipio",
"population": null,
"state_code": 72
},
"72151": {
"county_code": 151,
"full_code_int": 72151,
"full_code_str": "72151",
"name": "Yabucoa Municipio",
"population": null,
"state_code": 72
},
"72153": {
"county_code": 153,
"full_code_int": 72153,
"full_code_str": "72153",
"name": "Yauco Municipio",
"population": null,
"state_code": 72
}
}",
"population": 28880,
"state_code": 48
},
"48187": {
"county_code": 187,
"full_code_int": 48187,
"full_code_str": "48187",
"name": "Guadalupe County",
"population": 166847,
"state_code": 48
},
"48189": {
"county_code": 189,
"full_code_int": 48189,
"full_code_str": "48189",
"name": "Hale County",
"population": 33406,
"state_code": 48
},
"48191": {
"county_code": 191,
"full_code_int": 48191,
"full_code_str": "48191",
"name": "Hall County",
"population": 2964,
"state_code": 48
},
"48193": {
"county_code": 193,
"full_code_int": 48193,
"full_code_str": "48193",
"name": "Hamilton County",
"population": 8461,
"state_code": 48
},
"48195": {
"county_code": 195,
"full_code_int": 48195,
"full_code_str": "48195",
"name": "Hansford County",
"population": 5399,
"state_code": 48
},
"48197": {
"county_code": 197,
"full_code_int": 48197,
"full_code_str": "48197",
"name": "Hardeman County",
"population": 3933,
"state_code": 48
},
"48199": {
"county_code": 199,
"full_code_int": 48199,
"full_code_str": "48199",
"name": "Hardin County",
"population": 57602,
"state_code": 48
},
"48201": {
"county_code": 201,
"full_code_int": 48201,
"full_code_str": "48201",
"name": "Harris County",
"population": 4713325,
"state_code": 48
},
"48203": {
"county_code": 203,
"full_code_int": 48203,
"full_code_str": "48203",
"name": "Harrison County",
"population": 66553,
"state_code": 48
},
"48205": {
"county_code": 205,
"full_code_int": 48205,
"full_code_str": "48205",
"name": "Hartley County",
"population": 5576,
"state_code": 48
},
"48207": {
"county_code": 207,
"full_code_int": 48207,
"full_code_str": "48207",
"name": "Haskell County",
"population": 5658,
"state_code": 48
},
"48209": {
"county_code": 209,
"full_code_int": 48209,
"full_code_str": "48209",
"name": "Hays County",
"population": 230191,
"state_code": 48
},
"48211": {
"county_code": 211,
"full_code_int": 48211,
"full_code_str": "48211",
"name": "Hemphill County",
"population": 3819,
"state_code": 48
},
"48213": {
"county_code": 213,
"full_code_int": 48213,
"full_code_str": "48213",
"name": "Henderson County",
"population": 82737,
"state_code": 48
},
"48215": {
"county_code": 215,
"full_code_int": 48215,
"full_code_str": "48215",
"name": "Hidalgo County",
"population": 868707,
"state_code": 48
},
"48217": {
"county_code": 217,
"full_code_int": 48217,
"full_code_str": "48217",
"name": "Hill County",
"population": 36649,
"state_code": 48
},
"48219": {
"county_code": 219,
"full_code_int": 48219,
"full_code_str": "48219",
"name": "Hockley County",
"population": 23021,
"state_code": 48
},
"48221": {
"county_code": 221,
"full_code_int": 48221,
"full_code_str": "48221",
"name": "Hood County",
"population": 61643,
"state_code": 48
},
"48223": {
"county_code": 223,
"full_code_int": 48223,
"full_code_str": "48223",
"name": "Hopkins County",
"population": 37084,
"state_code": 48
},
"48225": {
"county_code": 225,
"full_code_int": 48225,
"full_code_str": "48225",
"name": "Houston County",
"population": 22968,
"state_code": 48
},
"48227": {
"county_code": 227,
"full_code_int": 48227,
"full_code_str": "48227",
"name": "Howard County",
"population": 36664,
"state_code": 48
},
"48229": {
"county_code": 229,
"full_code_int": 48229,
"full_code_str": "48229",
"name": "Hudspeth County",
"population": 4886,
"state_code": 48
},
"48231": {
"county_code": 231,
"full_code_int": 48231,
"full_code_str": "48231",
"name": "Hunt County",
"population": 98594,
"state_code": 48
},
"48233": {
"county_code": 233,
"full_code_int": 48233,
"full_code_str": "48233",
"name": "Hutchinson County",
"population": 20938,
"state_code": 48
},
"48235": {
"county_code": 235,
"full_code_int": 48235,
"full_code_str": "48235",
"name": "Irion County",
"population": 1536,
"state_code": 48
},
"48237": {
"county_code": 237,
"full_code_int": 48237,
"full_code_str": "48237",
"name": "Jack County",
"population": 8935,
"state_code": 48
},
"48239": {
"county_code": 239,
"full_code_int": 48239,
"full_code_str": "48239",
"name": "Jackson County",
"population": 14760,
"state_code": 48
},
"48241": {
"county_code": 241,
"full_code_int": 48241,
"full_code_str": "48241",
"name": "Jasper County",
"population": 35529,
"state_code": 48
},
"48243": {
"county_code": 243,
"full_code_int": 48243,
"full_code_str": "48243",
"name": "Jeff Davis County",
"population": 2274,
"state_code": 48
},
"48245": {
"county_code": 245,
"full_code_int": 48245,
"full_code_str": "48245",
"name": "Jefferson County",
"population": 251565,
"state_code": 48
},
"48247": {
"county_code": 247,
"full_code_int": 48247,
"full_code_str": "48247",
"name": "Jim Hogg County",
"population": 5200,
"state_code": 48
},
"48249": {
"county_code": 249,
"full_code_int": 48249,
"full_code_str": "48249",
"name": "Jim Wells County",
"population": 40482,
"state_code": 48
},
"48251": {
"county_code": 251,
"full_code_int": 48251,
"full_code_str": "48251",
"name": "Johnson County",
"population": 175817,
"state_code": 48
},
"48253": {
"county_code": 253,
"full_code_int": 48253,
"full_code_str": "48253",
"name": "Jones County",
"population": 20083,
"state_code": 48
},
"48255": {
"county_code": 255,
"full_code_int": 48255,
"full_code_str": "48255",
"name": "Karnes County",
"population": 15601,
"state_code": 48
},
"48257": {
"county_code": 257,
"full_code_int": 48257,
"full_code_str": "48257",
"name": "Kaufman County",
"population": 136154,
"state_code": 48
},
"48259": {
"county_code": 259,
"full_code_int": 48259,
"full_code_str": "48259",
"name": "Kendall County",
"population": 47431,
"state_code": 48
},
"48261": {
"county_code": 261,
"full_code_int": 48261,
"full_code_str": "48261",
"name": "Kenedy County",
"population": 404,
"state_code": 48
},
"48263": {
"county_code": 263,
"full_code_int": 48263,
"full_code_str": "48263",
"name": "Kent County",
"population": 762,
"state_code": 48
},
"48265": {
"county_code": 265,
"full_code_int": 48265,
"full_code_str": "48265",
"name": "Kerr County",
"population": 52600,
"state_code": 48
},
"48267": {
"county_code": 267,
"full_code_int": 48267,
"full_code_str": "48267",
"name": "Kimble County",
"population": 4337,
"state_code": 48
},
"48269": {
"county_code": 269,
"full_code_int": 48269,
"full_code_str": "48269",
"name": "King County",
"population": 272,
"state_code": 48
},
"48271": {
"county_code": 271,
"full_code_int": 48271,
"full_code_str": "48271",
"name": "Kinney County",
"population": 3667,
"state_code": 48
},
"48273": {
"county_code": 273,
"full_code_int": 48273,
"full_code_str": "48273",
"name": "Kleberg County",
"population": 30680,
"state_code": 48
},
"48275": {
"county_code": 275,
"full_code_int": 48275,
"full_code_str": "48275",
"name": "Knox County",
"population": 3664,
"state_code": 48
},
"48277": {
"county_code": 277,
"full_code_int": 48277,
"full_code_str": "48277",
"name": "Lamar County",
"population": 49859,
"state_code": 48
},
"48279": {
"county_code": 279,
"full_code_int": 48279,
"full_code_str": "48279",
"name": "Lamb County",
"population": 12893,
"state_code": 48
},
"48281": {
"county_code": 281,
"full_code_int": 48281,
"full_code_str": "48281",
"name": "Lampasas County",
"population": 21428,
"state_code": 48
},
"48283": {
"county_code": 283,
"full_code_int": 48283,
"full_code_str": "48283",
"name": "La Salle County",
"population": 7520,
"state_code": 48
},
"48285": {
"county_code": 285,
"full_code_int": 48285,
"full_code_str": "48285",
"name": "Lavaca County",
"population": 20154,
"state_code": 48
},
"48287": {
"county_code": 287,
"full_code_int": 48287,
"full_code_str": "48287",
"name": "Lee County",
"population": 17239,
"state_code": 48
},
"48289": {
"county_code": 289,
"full_code_int": 48289,
"full_code_str": "48289",
"name": "Leon County",
"population": 17404,
"state_code": 48
},
"48291": {
"county_code": 291,
"full_code_int": 48291,
"full_code_str": "48291",
"name": "Liberty County",
"population": 88219,
"state_code": 48
},
"48293": {
"county_code": 293,
"full_code_int": 48293,
"full_code_str": "48293",
"name": "Limestone County",
"population": 23437,
"state_code": 48
},
"48295": {
"county_code": 295,
"full_code_int": 48295,
"full_code_str": "48295",
"name": "Lipscomb County",
"population": 3233,
"state_code": 48
},
"48297": {
"county_code": 297,
"full_code_int": 48297,
"full_code_str": "48297",
"name": "Live Oak County",
"population": 12207,
"state_code": 48
},
"48299": {
"county_code": 299,
"full_code_int": 48299,
"full_code_str": "48299",
"name": "Llano County",
"population": 21795,
"state_code": 48
},
"48301": {
"county_code": 301,
"full_code_int": 48301,
"full_code_str": "48301",
"name": "Loving County",
"population": 169,
"state_code": 48
},
"48303": {
"county_code": 303,
"full_code_int": 48303,
"full_code_str": "48303",
"name": "Lubbock County",
"population": 310569,
"state_code": 48
},
"48305": {
"county_code": 305,
"full_code_int": 48305,
"full_code_str": "48305",
"name": "Lynn County",
"population": 5951,
"state_code": 48
},
"48307": {
"county_code": 307,
"full_code_int": 48307,
"full_code_str": "48307",
"name": "McCulloch County",
"population": 7984,
"state_code": 48
},
"48309": {
"county_code": 309,
"full_code_int": 48309,
"full_code_str": "48309",
"name": "McLennan County",
"population": 256623,
"state_code": 48
},
"48311": {
"county_code": 311,
"full_code_int": 48311,
"full_code_str": "48311",
"name": "McMullen County",
"population": 743,
"state_code": 48
},
"48313": {
"county_code": 313,
"full_code_int": 48313,
"full_code_str": "48313",
"name": "Madison County",
"population": 14284,
"state_code": 48
},
"48315": {
"county_code": 315,
"full_code_int": 48315,
"full_code_str": "48315",
"name": "Marion County",
"population": 9854,
"state_code": 48
},
"48317": {
"county_code": 317,
"full_code_int": 48317,
"full_code_str": "48317",
"name": "Martin County",
"population": 5771,
"state_code": 48
},
"48319": {
"county_code": 319,
"full_code_int": 48319,
"full_code_str": "48319",
"name": "Mason County",
"population": 4274,
"state_code": 48
},
"48321": {
"county_code": 321,
"full_code_int": 48321,
"full_code_str": "48321",
"name": "Matagorda County",
"population": 36643,
"state_code": 48
},
"48323": {
"county_code": 323,
"full_code_int": 48323,
"full_code_str": "48323",
"name": "Maverick County",
"population": 58722,
"state_code": 48
},
"48325": {
"county_code": 325,
"full_code_int": 48325,
"full_code_str": "48325",
"name": "Medina County",
"population": 51584,
"state_code": 48
},
"48327": {
"county_code": 327,
"full_code_int": 48327,
"full_code_str": "48327",
"name": "Menard County",
"population": 2138,
"state_code": 48
},
"48329": {
"county_code": 329,
"full_code_int": 48329,
"full_code_str": "48329",
"name": "Midland County",
"population": 176832,
"state_code": 48
},
"48331": {
"county_code": 331,
"full_code_int": 48331,
"full_code_str": "48331",
"name": "Milam County",
"population": 24823,
"state_code": 48
},
"48333": {
"county_code": 333,
"full_code_int": 48333,
"full_code_str": "48333",
"name": "Mills County",
"population": 4873,
"state_code": 48
},
"48335": {
"county_code": 335,
"full_code_int": 48335,
"full_code_str": "48335",
"name": "Mitchell County",
"population": 8545,
"state_code": 48
},
"48337": {
"county_code": 337,
"full_code_int": 48337,
"full_code_str": "48337",
"name": "Montague County",
"population": 19818,
"state_code": 48
},
"48339": {
"county_code": 339,
"full_code_int": 48339,
"full_code_str": "48339",
"name": "Montgomery County",
"population": 607391,
"state_code": 48
},
"48341": {
"county_code": 341,
"full_code_int": 48341,
"full_code_str": "48341",
"name": "Moore County",
"population": 20940,
"state_code": 48
},
"48343": {
"county_code": 343,
"full_code_int": 48343,
"full_code_str": "48343",
"name": "Morris County",
"population": 12388,
"state_code": 48
},
"48345": {
"county_code": 345,
"full_code_int": 48345,
"full_code_str": "48345",
"name": "Motley County",
"population": 1200,
"state_code": 48
},
"48347": {
"county_code": 347,
"full_code_int": 48347,
"full_code_str": "48347",
"name": "Nacogdoches County",
"population": 65204,
"state_code": 48
},
"48349": {
"county_code": 349,
"full_code_int": 48349,
"full_code_str": "48349",
"name": "Navarro County",
"population": 50113,
"state_code": 48
},
"48351": {
"county_code": 351,
"full_code_int": 48351,
"full_code_str": "48351",
"name": "Newton County",
"population": 13595,
"state_code": 48
},
"48353": {
"county_code": 353,
"full_code_int": 48353,
"full_code_str": "48353",
"name": "Nolan County",
"population": 14714,
"state_code": 48
},
"48355": {
"county_code": 355,
"full_code_int": 48355,
"full_code_str": "48355",
"name": "Nueces County",
"population": 362294,
"state_code": 48
},
"48357": {
"county_code": 357,
"full_code_int": 48357,
"full_code_str": "48357",
"name": "Ochiltree County",
"population": 9836,
"state_code": 48
},
"48359": {
"county_code": 359,
"full_code_int": 48359,
"full_code_str": "48359",
"name": "Oldham County",
"population": 2112,
"state_code": 48
},
"48361": {
"county_code": 361,
"full_code_int": 48361,
"full_code_str": "48361",
"name": "Orange County",
"population": 83396,
"state_code": 48
},
"48363": {
"county_code": 363,
"full_code_int": 48363,
"full_code_str": "48363",
"name": "Palo Pinto County",
"population": 29189,
"state_code": 48
},
"48365": {
"county_code": 365,
"full_code_int": 48365,
"full_code_str": "48365",
"name": "Panola County",
"population": 23194,
"state_code": 48
},
"48367": {
"county_code": 367,
"full_code_int": 48367,
"full_code_str": "48367",
"name": "Parker County",
"population": 142878,
"state_code": 48
},
"48369": {
"county_code": 369,
"full_code_int": 48369,
"full_code_str": "48369",
"name": "Parmer County",
"population": 9605,
"state_code": 48
},
"48371": {
"county_code": 371,
"full_code_int": 48371,
"full_code_str": "48371",
"name": "Pecos County",
"population": 15823,
"state_code": 48
},
"48373": {
"county_code": 373,
"full_code_int": 48373,
"full_code_str": "48373",
"name": "Polk County",
"population": 51353,
"state_code": 48
},
"48375": {
"county_code": 375,
"full_code_int": 48375,
"full_code_str": "48375",
"name": "Potter County",
"population": 117415,
"state_code": 48
},
"48377": {
"county_code": 377,
"full_code_int": 48377,
"full_code_str": "48377",
"name": "Presidio County",
"population": 6704,
"state_code": 48
},
"48379": {
"county_code": 379,
"full_code_int": 48379,
"full_code_str": "48379",
"name": "Rains County",
"population": 12514,
"state_code": 48
},
"48381": {
"county_code": 381,
"full_code_int": 48381,
"full_code_str": "48381",
"name": "Randall County",
"population": 137713,
"state_code": 48
},
"48383": {
"county_code": 383,
"full_code_int": 48383,
"full_code_str": "48383",
"name": "Reagan County",
"population": 3849,
"state_code": 48
},
"48385": {
"county_code": 385,
"full_code_int": 48385,
"full_code_str": "48385",
"name": "Real County",
"population": 3452,
"state_code": 48
},
"48387": {
"county_code": 387,
"full_code_int": 48387,
"full_code_str": "48387",
"name": "Red River County",
"population": 12023,
"state_code": 48
},
"48389": {
"county_code": 389,
"full_code_int": 48389,
"full_code_str": "48389",
"name": "Reeves County",
"population": 15976,
"state_code": 48
},
"48391": {
"county_code": 391,
"full_code_int": 48391,
"full_code_str": "48391",
"name": "Refugio County",
"population": 6948,
"state_code": 48
},
"48393": {
"county_code": 393,
"full_code_int": 48393,
"full_code_str": "48393",
"name": "Roberts County",
"population": 854,
"state_code": 48
},
"48395": {
"county_code": 395,
"full_code_int": 48395,
"full_code_str": "48395",
"name": "Robertson County",
"population": 17074,
"state_code": 48
},
"48397": {
"county_code": 397,
"full_code_int": 48397,
"full_code_str": "48397",
"name": "Rockwall County",
"population": 104915,
"state_code": 48
},
"48399": {
"county_code": 399,
"full_code_int": 48399,
"full_code_str": "48399",
"name": "Runnels County",
"population": 10264,
"state_code": 48
},
"48401": {
"county_code": 401,
"full_code_int": 48401,
"full_code_str": "48401",
"name": "Rusk County",
"population": 54406,
"state_code": 48
},
"48403": {
"county_code": 403,
"full_code_int": 48403,
"full_code_str": "48403",
"name": "Sabine County",
"population": 10542,
"state_code": 48
},
"48405": {
"county_code": 405,
"full_code_int": 48405,
"full_code_str": "48405",
"name": "San Augustine County",
"population": 8237,
"state_code": 48
},
"48407": {
"county_code": 407,
"full_code_int": 48407,
"full_code_str": "48407",
"name": "San Jacinto County",
"population": 28859,
"state_code": 48
},
"48409": {
"county_code": 409,
"full_code_int": 48409,
"full_code_str": "48409",
"name": "San Patricio County",
"population": 66730,
"state_code": 48
},
"48411": {
"county_code": 411,
"full_code_int": 48411,
"full_code_str": "48411",
"name": "San Saba County",
"population": 6055,
"state_code": 48
},
"48413": {
"county_code": 413,
"full_code_int": 48413,
"full_code_str": "48413",
"name": "Schleicher County",
"population": 2793,
"state_code": 48
},
"48415": {
"county_code": 415,
"full_code_int": 48415,
"full_code_str": "48415",
"name": "Scurry County",
"population": 16703,
"state_code": 48
},
"48417": {
"county_code": 417,
"full_code_int": 48417,
"full_code_str": "48417",
"name": "Shackelford County",
"population": 3265,
"state_code": 48
},
"48419": {
"county_code": 419,
"full_code_int": 48419,
"full_code_str": "48419",
"name": "Shelby County",
"population": 25274,
"state_code": 48
},
"48421": {
"county_code": 421,
"full_code_int": 48421,
"full_code_str": "48421",
"name": "Sherman County",
"population": 3022,
"state_code": 48
},
"48423": {
"county_code": 423,
"full_code_int": 48423,
"full_code_str": "48423",
"name": "Smith County",
"population": 232751,
"state_code": 48
},
"48425": {
"county_code": 425,
"full_code_int": 48425,
"full_code_str": "48425",
"name": "Somervell County",
"population": 9128,
"state_code": 48
},
"48427": {
"county_code": 427,
"full_code_int": 48427,
"full_code_str": "48427",
"name": "Starr County",
"population": 64633,
"state_code": 48
},
"48429": {
"county_code": 429,
"full_code_int": 48429,
"full_code_str": "48429",
"name": "Stephens County",
"population": 9366,
"state_code": 48
},
"48431": {
"county_code": 431,
"full_code_int": 48431,
"full_code_str": "48431",
"name": "Sterling County",
"population": 1291,
"state_code": 48
},
"48433": {
"county_code": 433,
"full_code_int": 48433,
"full_code_str": "48433",
"name": "Stonewall County",
"population": 1350,
"state_code": 48
},
"48435": {
"county_code": 435,
"full_code_int": 48435,
"full_code_str": "48435",
"name": "Sutton County",
"population": 3776,
"state_code": 48
},
"48437": {
"county_code": 437,
"full_code_int": 48437,
"full_code_str": "48437",
"name": "Swisher County",
"population": 7397,
"state_code": 48
},
"48439": {
"county_code": 439,
"full_code_int": 48439,
"full_code_str": "48439",
"name": "Tarrant County",
"population": 2102515,
"state_code": 48
},
"48441": {
"county_code": 441,
"full_code_int": 48441,
"full_code_str": "48441",
"name": "Taylor County",
"population": 138034,
"state_code": 48
},
"48443": {
"county_code": 443,
"full_code_int": 48443,
"full_code_str": "48443",
"name": "Terrell County",
"population": 776,
"state_code": 48
},
"48445": {
"county_code": 445,
"full_code_int": 48445,
"full_code_str": "48445",
"name": "Terry County",
"population": 12337,
"state_code": 48
},
"48447": {
"county_code": 447,
"full_code_int": 48447,
"full_code_str": "48447",
"name": "Throckmorton County",
"population": 1501,
"state_code": 48
},
"48449": {
"county_code": 449,
"full_code_int": 48449,
"full_code_str": "48449",
"name": "Titus County",
"population": 32750,
"state_code": 48
},
"48451": {
"county_code": 451,
"full_code_int": 48451,
"full_code_str": "48451",
"name": "Tom Green County",
"population": 119200,
"state_code": 48
},
"48453": {
"county_code": 453,
"full_code_int": 48453,
"full_code_str": "48453",
"name": "Travis County",
"population": 1273954,
"state_code": 48
},
"48455": {
"county_code": 455,
"full_code_int": 48455,
"full_code_str": "48455",
"name": "Trinity County",
"population": 14651,
"state_code": 48
},
"48457": {
"county_code": 457,
"full_code_int": 48457,
"full_code_str": "48457",
"name": "Tyler County",
"population": 21672,
"state_code": 48
},
"48459": {
"county_code": 459,
"full_code_int": 48459,
"full_code_str": "48459",
"name": "Upshur County",
"population": 41753,
"state_code": 48
},
"48461": {
"county_code": 461,
"full_code_int": 48461,
"full_code_str": "48461",
"name": "Upton County",
"population": 3657,
"state_code": 48
},
"48463": {
"county_code": 463,
"full_code_int": 48463,
"full_code_str": "48463",
"name": "Uvalde County",
"population": 26741,
"state_code": 48
},
"48465": {
"county_code": 465,
"full_code_int": 48465,
"full_code_str": "48465",
"name": "Val Verde County",
"population": 49025,
"state_code": 48
},
"48467": {
"county_code": 467,
"full_code_int": 48467,
"full_code_str": "48467",
"name": "Van Zandt County",
"population": 56590,
"state_code": 48
},
"48469": {
"county_code": 469,
"full_code_int": 48469,
"full_code_str": "48469",
"name": "Victoria County",
"population": 92084,
"state_code": 48
},
"48471": {
"county_code": 471,
"full_code_int": 48471,
"full_code_str": "48471",
"name": "Walker County",
"population": 72971,
"state_code": 48
},
"48473": {
"county_code": 473,
"full_code_int": 48473,
"full_code_str": "48473",
"name": "Waller County",
"population": 55246,
"state_code": 48
},
"48475": {
"county_code": 475,
"full_code_int": 48475,
"full_code_str": "48475",
"name": "Ward County",
"population": 11998,
"state_code": 48
},
"48477": {
"county_code": 477,
"full_code_int": 48477,
"full_code_str": "48477",
"name": "Washington County",
"population": 35882,
"state_code": 48
},
"48479": {
"county_code": 479,
"full_code_int": 48479,
"full_code_str": "48479",
"name": "Webb County",
"population": 276652,
"state_code": 48
},
"48481": {
"county_code": 481,
"full_code_int": 48481,
"full_code_str": "48481",
"name": "Wharton County",
"population": 41556,
"state_code": 48
},
"48483": {
"county_code": 483,
"full_code_int": 48483,
"full_code_str": "48483",
"name": "Wheeler County",
"population": 5056,
"state_code": 48
},
"48485": {
"county_code": 485,
"full_code_int": 48485,
"full_code_str": "48485",
"name": "Wichita County",
"population": 132230,
"state_code": 48
},
"48487": {
"county_code": 487,
"full_code_int": 48487,
"full_code_str": "48487",
"name": "Wilbarger County",
"population": 12769,
"state_code": 48
},
"48489": {
"county_code": 489,
"full_code_int": 48489,
"full_code_str": "48489",
"name": "Willacy County",
"population": 21358,
"state_code": 48
},
"48491": {
"county_code": 491,
"full_code_int": 48491,
"full_code_str": "48491",
"name": "Williamson County",
"population": 590551,
"state_code": 48
},
"48493": {
"county_code": 493,
"full_code_int": 48493,
"full_code_str": "48493",
"name": "Wilson County",
"population": 51070,
"state_code": 48
},
"48495": {
"county_code": 495,
"full_code_int": 48495,
"full_code_str": "48495",
"name": "Winkler County",
"population": 8010,
"state_code": 48
},
"48497": {
"county_code": 497,
"full_code_int": 48497,
"full_code_str": "48497",
"name": "Wise County",
"population": 69984,
"state_code": 48
},
"48499": {
"county_code": 499,
"full_code_int": 48499,
"full_code_str": "48499",
"name": "Wood County",
"population": 45539,
"state_code": 48
},
"48501": {
"county_code": 501,
"full_code_int": 48501,
"full_code_str": "48501",
"name": "Yoakum County",
"population": 8713,
"state_code": 48
},
"48503": {
"county_code": 503,
"full_code_int": 48503,
"full_code_str": "48503",
"name": "Young County",
"population": 18010,
"state_code": 48
},
"48505": {
"county_code": 505,
"full_code_int": 48505,
"full_code_str": "48505",
"name": "Zapata County",
"population": 14179,
"state_code": 48
},
"48507": {
"county_code": 507,
"full_code_int": 48507,
"full_code_str": "48507",
"name": "Zavala County",
"population": 11840,
"state_code": 48
},
"49001": {
"county_code": 1,
"full_code_int": 49001,
"full_code_str": "49001",
"name": "Beaver County",
"population": 6710,
"state_code": 49
},
"49003": {
"county_code": 3,
"full_code_int": 49003,
"full_code_str": "49003",
"name": "Box Elder County",
"population": 56046,
"state_code": 49
},
"49005": {
"county_code": 5,
"full_code_int": 49005,
"full_code_str": "49005",
"name": "Cache County",
"population": 128289,
"state_code": 49
},
"49007": {
"county_code": 7,
"full_code_int": 49007,
"full_code_str": "49007",
"name": "Carbon County",
"population": 20463,
"state_code": 49
},
"49009": {
"county_code": 9,
"full_code_int": 49009,
"full_code_str": "49009",
"name": "Daggett County",
"population": 950,
"state_code": 49
},
"49011": {
"county_code": 11,
"full_code_int": 49011,
"full_code_str": "49011",
"name": "Davis County",
"population": 355481,
"state_code": 49
},
"49013": {
"county_code": 13,
"full_code_int": 49013,
"full_code_str": "49013",
"name": "Duchesne County",
"population": 19938,
"state_code": 49
},
"49015": {
"county_code": 15,
"full_code_int": 49015,
"full_code_str": "49015",
"name": "Emery County",
"population": 10012,
"state_code": 49
},
"49017": {
"county_code": 17,
"full_code_int": 49017,
"full_code_str": "49017",
"name": "Garfield County",
"population": 5051,
"state_code": 49
},
"49019": {
"county_code": 19,
"full_code_int": 49019,
"full_code_str": "49019",
"name": "Grand County",
"population": 9754,
"state_code": 49
},
"49021": {
"county_code": 21,
"full_code_int": 49021,
"full_code_str": "49021",
"name": "Iron County",
"population": 54839,
"state_code": 49
},
"49023": {
"county_code": 23,
"full_code_int": 49023,
"full_code_str": "49023",
"name": "Juab County",
"population": 12017,
"state_code": 49
},
"49025": {
"county_code": 25,
"full_code_int": 49025,
"full_code_str": "49025",
"name": "Kane County",
"population": 7886,
"state_code": 49
},
"49027": {
"county_code": 27,
"full_code_int": 49027,
"full_code_str": "49027",
"name": "Millard County",
"population": 13188,
"state_code": 49
},
"49029": {
"county_code": 29,
"full_code_int": 49029,
"full_code_str": "49029",
"name": "Morgan County",
"population": 12124,
"state_code": 49
},
"49031": {
"county_code": 31,
"full_code_int": 49031,
"full_code_str": "49031",
"name": "Piute County",
"population": 1479,
"state_code": 49
},
"49033": {
"county_code": 33,
"full_code_int": 49033,
"full_code_str": "49033",
"name": "Rich County",
"population": 2483,
"state_code": 49
},
"49035": {
"county_code": 35,
"full_code_int": 49035,
"full_code_str": "49035",
"name": "Salt Lake County",
"population": 1160437,
"state_code": 49
},
"49037": {
"county_code": 37,
"full_code_int": 49037,
"full_code_str": "49037",
"name": "San Juan County",
"population": 15308,
"state_code": 49
},
"49039": {
"county_code": 39,
"full_code_int": 49039,
"full_code_str": "49039",
"name": "Sanpete County",
"population": 30939,
"state_code": 49
},
"49041": {
"county_code": 41,
"full_code_int": 49041,
"full_code_str": "49041",
"name": "Sevier County",
"population": 21620,
"state_code": 49
},
"49043": {
"county_code": 43,
"full_code_int": 49043,
"full_code_str": "49043",
"name": "Summit County",
"population": 42145,
"state_code": 49
},
"49045": {
"county_code": 45,
"full_code_int": 49045,
"full_code_str": "49045",
"name": "Tooele County",
"population": 72259,
"state_code": 49
},
"49047": {
"county_code": 47,
"full_code_int": 49047,
"full_code_str": "49047",
"name": "Uintah County",
"population": 35734,
"state_code": 49
},
"49049": {
"county_code": 49,
"full_code_int": 49049,
"full_code_str": "49049",
"name": "Utah County",
"population": 636235,
"state_code": 49
},
"49051": {
"county_code": 51,
"full_code_int": 49051,
"full_code_str": "49051",
"name": "Wasatch County",
"population": 34091,
"state_code": 49
},
"49053": {
"county_code": 53,
"full_code_int": 49053,
"full_code_str": "49053",
"name": "Washington County",
"population": 177556,
"state_code": 49
},
"49055": {
"county_code": 55,
"full_code_int": 49055,
"full_code_str": "49055",
"name": "Wayne County",
"population": 2711,
"state_code": 49
},
"49057": {
"county_code": 57,
"full_code_int": 49057,
"full_code_str": "49057",
"name": "Weber County",
"population": 260213,
"state_code": 49
},
"50001": {
"county_code": 1,
"full_code_int": 50001,
"full_code_str": "50001",
"name": "Addison County",
"population": 36777,
"state_code": 50
},
"50003": {
"county_code": 3,
"full_code_int": 50003,
"full_code_str": "50003",
"name": "Bennington County",
"population": 35470,
"state_code": 50
},
"50005": {
"county_code": 5,
"full_code_int": 50005,
"full_code_str": "50005",
"name": "Caledonia County",
"population": 29993,
"state_code": 50
},
"50007": {
"county_code": 7,
"full_code_int": 50007,
"full_code_str": "50007",
"name": "Chittenden County",
"population": 163774,
"state_code": 50
},
"50009": {
"county_code": 9,
"full_code_int": 50009,
"full_code_str": "50009",
"name": "Essex County",
"population": 6163,
"state_code": 50
},
"50011": {
"county_code": 11,
"full_code_int": 50011,
"full_code_str": "50011",
"name": "Franklin County",
"population": 49402,
"state_code": 50
},
"50013": {
"county_code": 13,
"full_code_int": 50013,
"full_code_str": "50013",
"name": "Grand Isle County",
"population": 7235,
"state_code": 50
},
"50015": {
"county_code": 15,
"full_code_int": 50015,
"full_code_str": "50015",
"name": "Lamoille County",
"population": 25362,
"state_code": 50
},
"50017": {
"county_code": 17,
"full_code_int": 50017,
"full_code_str": "50017",
"name": "Orange County",
"population": 28892,
"state_code": 50
},
"50019": {
"county_code": 19,
"full_code_int": 50019,
"full_code_str": "50019",
"name": "Orleans County",
"population": 27037,
"state_code": 50
},
"50021": {
"county_code": 21,
"full_code_int": 50021,
"full_code_str": "50021",
"name": "Rutland County",
"population": 58191,
"state_code": 50
},
"50023": {
"county_code": 23,
"full_code_int": 50023,
"full_code_str": "50023",
"name": "Washington County",
"population": 58409,
"state_code": 50
},
"50025": {
"county_code": 25,
"full_code_int": 50025,
"full_code_str": "50025",
"name": "Windham County",
"population": 42222,
"state_code": 50
},
"50027": {
"county_code": 27,
"full_code_int": 50027,
"full_code_str": "50027",
"name": "Windsor County",
"population": 55062,
"state_code": 50
},
"51001": {
"county_code": 1,
"full_code_int": 51001,
"full_code_str": "51001",
"name": "Accomack County",
"population": 32316,
"state_code": 51
},
"51003": {
"county_code": 3,
"full_code_int": 51003,
"full_code_str": "51003",
"name": "Albemarle County",
"population": 109330,
"state_code": 51
},
"51005": {
"county_code": 5,
"full_code_int": 51005,
"full_code_str": "51005",
"name": "Alleghany County",
"population": 14860,
"state_code": 51
},
"51007": {
"county_code": 7,
"full_code_int": 51007,
"full_code_str": "51007",
"name": "Amelia County",
"population": 13145,
"state_code": 51
},
"51009": {
"county_code": 9,
"full_code_int": 51009,
"full_code_str": "51009",
"name": "Amherst County",
"population": 31605,
"state_code": 51
},
"51011": {
"county_code": 11,
"full_code_int": 51011,
"full_code_str": "51011",
"name": "Appomattox County",
"population": 15911,
"state_code": 51
},
"51013": {
"county_code": 13,
"full_code_int": 51013,
"full_code_str": "51013",
"name": "Arlington County",
"population": 236842,
"state_code": 51
},
"51015": {
"county_code": 15,
"full_code_int": 51015,
"full_code_str": "51015",
"name": "Augusta County",
"population": 75558,
"state_code": 51
},
"51017": {
"county_code": 17,
"full_code_int": 51017,
"full_code_str": "51017",
"name": "Bath County",
"population": 4147,
"state_code": 51
},
"51019": {
"county_code": 19,
"full_code_int": 51019,
"full_code_str": "51019",
"name": "Bedford County",
"population": 78997,
"state_code": 51
},
"51021": {
"county_code": 21,
"full_code_int": 51021,
"full_code_str": "51021",
"name": "Bland County",
"population": 6280,
"state_code": 51
},
"51023": {
"county_code": 23,
"full_code_int": 51023,
"full_code_str": "51023",
"name": "Botetourt County",
"population": 33419,
"state_code": 51
},
"51025": {
"county_code": 25,
"full_code_int": 51025,
"full_code_str": "51025",
"name": "Brunswick County",
"population": 16231,
"state_code": 51
},
"51027": {
"county_code": 27,
"full_code_int": 51027,
"full_code_str": "51027",
"name": "Buchanan County",
"population": 21004,
"state_code": 51
},
"51029": {
"county_code": 29,
"full_code_int": 51029,
"full_code_str": "51029",
"name": "Buckingham County",
"population": 17148,
"state_code": 51
},
"51031": {
"county_code": 31,
"full_code_int": 51031,
"full_code_str": "51031",
"name": "Campbell County",
"population": 54885,
"state_code": 51
},
"51033": {
"county_code": 33,
"full_code_int": 51033,
"full_code_str": "51033",
"name": "Caroline County",
"population": 30725,
"state_code": 51
},
"51035": {
"county_code": 35,
"full_code_int": 51035,
"full_code_str": "51035",
"name": "Carroll County",
"population": 29791,
"state_code": 51
},
"51036": {
"county_code": 36,
"full_code_int": 51036,
"full_code_str": "51036",
"name": "Charles City County",
"population": 6963,
"state_code": 51
},
"51037": {
"county_code": 37,
"full_code_int": 51037,
"full_code_str": "51037",
"name": "Charlotte County",
"population": 11880,
"state_code": 51
},
"51041": {
"county_code": 41,
"full_code_int": 51041,
"full_code_str": "51041",
"name": "Chesterfield County",
"population": 352802,
"state_code": 51
},
"51043": {
"county_code": 43,
"full_code_int": 51043,
"full_code_str": "51043",
"name": "Clarke County",
"population": 14619,
"state_code": 51
},
"51045": {
"county_code": 45,
"full_code_int": 51045,
"full_code_str": "51045",
"name": "Craig County",
"population": 5131,
"state_code": 51
},
"51047": {
"county_code": 47,
"full_code_int": 51047,
"full_code_str": "51047",
"name": "Culpeper County",
"population": 52605,
"state_code": 51
},
"51049": {
"county_code": 49,
"full_code_int": 51049,
"full_code_str": "51049",
"name": "Cumberland County",
"population": 9932,
"state_code": 51
},
"51051": {
"county_code": 51,
"full_code_int": 51051,
"full_code_str": "51051",
"name": "Dickenson County",
"population": 14318,
"state_code": 51
},
"51053": {
"county_code": 53,
"full_code_int": 51053,
"full_code_str": "51053",
"name": "Dinwiddie County",
"population": 28544,
"state_code": 51
},
"51057": {
"county_code": 57,
"full_code_int": 51057,
"full_code_str": "51057",
"name": "Essex County",
"population": 10953,
"state_code": 51
},
"51059": {
"county_code": 59,
"full_code_int": 51059,
"full_code_str": "51059",
"name": "Fairfax County",
"population": 1147532,
"state_code": 51
},
"51061": {
"county_code": 61,
"full_code_int": 51061,
"full_code_str": "51061",
"name": "Fauquier County",
"population": 71222,
"state_code": 51
},
"51063": {
"county_code": 63,
"full_code_int": 51063,
"full_code_str": "51063",
"name": "Floyd County",
"population": 15749,
"state_code": 51
},
"51065": {
"county_code": 65,
"full_code_int": 51065,
"full_code_str": "51065",
"name": "Fluvanna County",
"population": 27270,
"state_code": 51
},
"51067": {
"county_code": 67,
"full_code_int": 51067,
"full_code_str": "51067",
"name": "Franklin County",
"population": 56042,
"state_code": 51
},
"51069": {
"county_code": 69,
"full_code_int": 51069,
"full_code_str": "51069",
"name": "Frederick County",
"population": 89313,
"state_code": 51
},
"51071": {
"county_code": 71,
"full_code_int": 51071,
"full_code_str": "51071",
"name": "Giles County",
"population": 16720,
"state_code": 51
},
"51073": {
"county_code": 73,
"full_code_int": 51073,
"full_code_str": "51073",
"name": "Gloucester County",
"population": 37348,
"state_code": 51
},
"51075": {
"county_code": 75,
"full_code_int": 51075,
"full_code_str": "51075",
"name": "Goochland County",
"population": 23753,
"state_code": 51
},
"51077": {
"county_code": 77,
"full_code_int": 51077,
"full_code_str": "51077",
"name": "Grayson County",
"population": 15550,
"state_code": 51
},
"51079": {
"county_code": 79,
"full_code_int": 51079,
"full_code_str": "51079",
"name": "Greene County",
"population": 19819,
"state_code": 51
},
"51081": {
"county_code": 81,
"full_code_int": 51081,
"full_code_str": "51081",
"name": "Greensville County",
"population": 11336,
"state_code": 51
},
"51083": {
"county_code": 83,
"full_code_int": 51083,
"full_code_str": "51083",
"name": "Halifax County",
"population": 33911,
"state_code": 51
},
"51085": {
"county_code": 85,
"full_code_int": 51085,
"full_code_str": "51085",
"name": "Hanover County",
"population": 107766,
"state_code": 51
},
"51087": {
"county_code": 87,
"full_code_int": 51087,
"full_code_str": "51087",
"name": "Henrico County",
"population": 330818,
"state_code": 51
},
"51089": {
"county_code": 89,
"full_code_int": 51089,
"full_code_str": "51089",
"name": "Henry County",
"population": 50557,
"state_code": 51
},
"51091": {
"county_code": 91,
"full_code_int": 51091,
"full_code_str": "51091",
"name": "Highland County",
"population": 2190,
"state_code": 51
},
"51093": {
"county_code": 93,
"full_code_int": 51093,
"full_code_str": "51093",
"name": "Isle of Wight County",
"population": 37109,
"state_code": 51
},
"51095": {
"county_code": 95,
"full_code_int": 51095,
"full_code_str": "51095",
"name": "James City County",
"population": 76523,
"state_code": 51
},
"51097": {
"county_code": 97,
"full_code_int": 51097,
"full_code_str": "51097",
"name": "King and Queen County",
"population": 7025,
"state_code": 51
},
"51099": {
"county_code": 99,
"full_code_int": 51099,
"full_code_str": "51099",
"name": "King George County",
"population": 26836,
"state_code": 51
},
"51101": {
"county_code": 101,
"full_code_int": 51101,
"full_code_str": "51101",
"name": "King William County",
"population": 17148,
"state_code": 51
},
"51103": {
"county_code": 103,
"full_code_int": 51103,
"full_code_str": "51103",
"name": "Lancaster County",
"population": 10603,
"state_code": 51
},
"51105": {
"county_code": 105,
"full_code_int": 51105,
"full_code_str": "51105",
"name": "Lee County",
"population": 23423,
"state_code": 51
},
"51107": {
"county_code": 107,
"full_code_int": 51107,
"full_code_str": "51107",
"name": "Loudoun County",
"population": 413538,
"state_code": 51
},
"51109": {
"county_code": 109,
"full_code_int": 51109,
"full_code_str": "51109",
"name": "Louisa County",
"population": 37591,
"state_code": 51
},
"51111": {
"county_code": 111,
"full_code_int": 51111,
"full_code_str": "51111",
"name": "Lunenburg County",
"population": 12196,
"state_code": 51
},
"51113": {
"county_code": 113,
"full_code_int": 51113,
"full_code_str": "51113",
"name": "Madison County",
"population": 13261,
"state_code": 51
},
"51115": {
"county_code": 115,
"full_code_int": 51115,
"full_code_str": "51115",
"name": "Mathews County",
"population": 8834,
"state_code": 51
},
"51117": {
"county_code": 117,
"full_code_int": 51117,
"full_code_str": "51117",
"name": "Mecklenburg County",
"population": 30587,
"state_code": 51
},
"51119": {
"county_code": 119,
"full_code_int": 51119,
"full_code_str": "51119",
"name": "Middlesex County",
"population": 10582,
"state_code": 51
},
"51121": {
"county_code": 121,
"full_code_int": 51121,
"full_code_str": "51121",
"name": "Montgomery County",
"population": 98535,
"state_code": 51
},
"51125": {
"county_code": 125,
"full_code_int": 51125,
"full_code_str": "51125",
"name": "Nelson County",
"population": 14930,
"state_code": 51
},
"51127": {
"county_code": 127,
"full_code_int": 51127,
"full_code_str": "51127",
"name": "New Kent County",
"population": 23091,
"state_code": 51
},
"51131": {
"county_code": 131,
"full_code_int": 51131,
"full_code_str": "51131",
"name": "Northampton County",
"population": 11710,
"state_code": 51
},
"51133": {
"county_code": 133,
"full_code_int": 51133,
"full_code_str": "51133",
"name": "Northumberland County",
"population": 12095,
"state_code": 51
},
"51135": {
"county_code": 135,
"full_code_int": 51135,
"full_code_str": "51135",
"name": "Nottoway County",
"population": 15232,
"state_code": 51
},
"51137": {
"county_code": 137,
"full_code_int": 51137,
"full_code_str": "51137",
"name": "Orange County",
"population": 37051,
"state_code": 51
},
"51139": {
"county_code": 139,
"full_code_int": 51139,
"full_code_str": "51139",
"name": "Page County",
"population": 23902,
"state_code": 51
},
"51141": {
"county_code": 141,
"full_code_int": 51141,
"full_code_str": "51141",
"name": "Patrick County",
"population": 17608,
"state_code": 51
},
"51143": {
"county_code": 143,
"full_code_int": 51143,
"full_code_str": "51143",
"name": "Pittsylvania County",
"population": 60354,
"state_code": 51
},
"51145": {
"county_code": 145,
"full_code_int": 51145,
"full_code_str": "51145",
"name": "Powhatan County",
"population": 29652,
"state_code": 51
},
"51147": {
"county_code": 147,
"full_code_int": 51147,
"full_code_str": "51147",
"name": "Prince Edward County",
"population": 22802,
"state_code": 51
},
"51149": {
"county_code": 149,
"full_code_int": 51149,
"full_code_str": "51149",
"name": "Prince George County",
"population": 38353,
"state_code": 51
},
"51153": {
"county_code": 153,
"full_code_int": 51153,
"full_code_str": "51153",
"name": "Prince William County",
"population": 470335,
"state_code": 51
},
"51155": {
"county_code": 155,
"full_code_int": 51155,
"full_code_str": "51155",
"name": "Pulaski County",
"population": 34027,
"state_code": 51
},
"51157": {
"county_code": 157,
"full_code_int": 51157,
"full_code_str": "51157",
"name": "Rappahannock County",
"population": 7370,
"state_code": 51
},
"51159": {
"county_code": 159,
"full_code_int": 51159,
"full_code_str": "51159",
"name": "Richmond County",
"population": 9023,
"state_code": 51
},
"51161": {
"county_code": 161,
"full_code_int": 51161,
"full_code_str": "51161",
"name": "Roanoke County",
"population": 94186,
"state_code": 51
},
"51163": {
"county_code": 163,
"full_code_int": 51163,
"full_code_str": "51163",
"name": "Rockbridge County",
"population": 22573,
"state_code": 51
},
"51165": {
"county_code": 165,
"full_code_int": 51165,
"full_code_str": "51165",
"name": "Rockingham County",
"population": 81948,
"state_code": 51
},
"51167": {
"county_code": 167,
"full_code_int": 51167,
"full_code_str": "51167",
"name": "Russell County",
"population": 26586,
"state_code": 51
},
"51169": {
"county_code": 169,
"full_code_int": 51169,
"full_code_str": "51169",
"name": "Scott County",
"population": 21566,
"state_code": 51
},
"51171": {
"county_code": 171,
"full_code_int": 51171,
"full_code_str": "51171",
"name": "Shenandoah County",
"population": 43616,
"state_code": 51
},
"51173": {
"county_code": 173,
"full_code_int": 51173,
"full_code_str": "51173",
"name": "Smyth County",
"population": 30104,
"state_code": 51
},
"51175": {
"county_code": 175,
"full_code_int": 51175,
"full_code_str": "51175",
"name": "Southampton County",
"population": 17631,
"state_code": 51
},
"51177": {
"county_code": 177,
"full_code_int": 51177,
"full_code_str": "51177",
"name": "Spotsylvania County",
"population": 136215,
"state_code": 51
},
"51179": {
"county_code": 179,
"full_code_int": 51179,
"full_code_str": "51179",
"name": "Stafford County",
"population": 152882,
"state_code": 51
},
"51181": {
"county_code": 181,
"full_code_int": 51181,
"full_code_str": "51181",
"name": "Surry County",
"population": 6422,
"state_code": 51
},
"51183": {
"county_code": 183,
"full_code_int": 51183,
"full_code_str": "51183",
"name": "Sussex County",
"population": 11159,
"state_code": 51
},
"51185": {
"county_code": 185,
"full_code_int": 51185,
"full_code_str": "51185",
"name": "Tazewell County",
"population": 40595,
"state_code": 51
},
"51187": {
"county_code": 187,
"full_code_int": 51187,
"full_code_str": "51187",
"name": "Warren County",
"population": 40164,
"state_code": 51
},
"51191": {
"county_code": 191,
"full_code_int": 51191,
"full_code_str": "51191",
"name": "Washington County",
"population": 53740,
"state_code": 51
},
"51193": {
"county_code": 193,
"full_code_int": 51193,
"full_code_str": "51193",
"name": "Westmoreland County",
"population": 18015,
"state_code": 51
},
"51195": {
"county_code": 195,
"full_code_int": 51195,
"full_code_str": "51195",
"name": "Wise County",
"population": 37383,
"state_code": 51
},
"51197": {
"county_code": 197,
"full_code_int": 51197,
"full_code_str": "51197",
"name": "Wythe County",
"population": 28684,
"state_code": 51
},
"51199": {
"county_code": 199,
"full_code_int": 51199,
"full_code_str": "51199",
"name": "York County",
"population": 68280,
"state_code": 51
},
"51510": {
"county_code": 510,
"full_code_int": 51510,
"full_code_str": "51510",
"name": "Alexandria city",
"population": 159428,
"state_code": 51
},
"51520": {
"county_code": 520,
"full_code_int": 51520,
"full_code_str": "51520",
"name": "Bristol city",
"population": 16762,
"state_code": 51
},
"51530": {
"county_code": 530,
"full_code_int": 51530,
"full_code_str": "51530",
"name": "Buena Vista city",
"population": 6478,
"state_code": 51
},
"51540": {
"county_code": 540,
"full_code_int": 51540,
"full_code_str": "51540",
"name": "Charlottesville city",
"population": 47266,
"state_code": 51
},
"51550": {
"county_code": 550,
"full_code_int": 51550,
"full_code_str": "51550",
"name": "Chesapeake city",
"population": 244835,
"state_code": 51
},
"51570": {
"county_code": 570,
"full_code_int": 51570,
"full_code_str": "51570",
"name": "Colonial Heights city",
"population": 17370,
"state_code": 51
},
"51580": {
"county_code": 580,
"full_code_int": 51580,
"full_code_str": "51580",
"name": "Covington city",
"population": 5538,
"state_code": 51
},
"51590": {
"county_code": 590,
"full_code_int": 51590,
"full_code_str": "51590",
"name": "Danville city",
"population": 40044,
"state_code": 51
},
"51595": {
"county_code": 595,
"full_code_int": 51595,
"full_code_str": "51595",
"name": "Emporia city",
"population": 5346,
"state_code": 51
},
"51600": {
"county_code": 600,
"full_code_int": 51600,
"full_code_str": "51600",
"name": "Fairfax city",
"population": 24019,
"state_code": 51
},
"51610": {
"county_code": 610,
"full_code_int": 51610,
"full_code_str": "51610",
"name": "Falls Church city",
"population": 14617,
"state_code": 51
},
"51620": {
"county_code": 620,
"full_code_int": 51620,
"full_code_str": "51620",
"name": "Franklin city",
"population": 7967,
"state_code": 51
},
"51630": {
"county_code": 630,
"full_code_int": 51630,
"full_code_str": "51630",
"name": "Fredericksburg city",
"population": 29036,
"state_code": 51
},
"51640": {
"county_code": 640,
"full_code_int": 51640,
"full_code_str": "51640",
"name": "Galax city",
"population": 6347,
"state_code": 51
},
"51650": {
"county_code": 650,
"full_code_int": 51650,
"full_code_str": "51650",
"name": "Hampton city",
"population": 134510,
"state_code": 51
},
"51660": {
"county_code": 660,
"full_code_int": 51660,
"full_code_str": "51660",
"name": "Harrisonburg city",
"population": 53016,
"state_code": 51
},
"51670": {
"county_code": 670,
"full_code_int": 51670,
"full_code_str": "51670",
"name": "Hopewell city",
"population": 22529,
"state_code": 51
},
"51678": {
"county_code": 678,
"full_code_int": 51678,
"full_code_str": "51678",
"name": "Lexington city",
"population": 7446,
"state_code": 51
},
"51680": {
"county_code": 680,
"full_code_int": 51680,
"full_code_str": "51680",
"name": "Lynchburg city",
"population": 82168,
"state_code": 51
},
"51683": {
"county_code": 683,
"full_code_int": 51683,
"full_code_str": "51683",
"name": "Manassas city",
"population": 41085,
"state_code": 51
},
"51685": {
"county_code": 685,
"full_code_int": 51685,
"full_code_str": "51685",
"name": "Manassas Park city",
"population": 17478,
"state_code": 51
},
"51690": {
"county_code": 690,
"full_code_int": 51690,
"full_code_str": "51690",
"name": "Martinsville city",
"population": 12554,
"state_code": 51
},
"51700": {
"county_code": 700,
"full_code_int": 51700,
"full_code_str": "51700",
"name": "Newport News city",
"population": 179225,
"state_code": 51
},
"51710": {
"county_code": 710,
"full_code_int": 51710,
"full_code_str": "51710",
"name": "Norfolk city",
"population": 242742,
"state_code": 51
},
"51720": {
"county_code": 720,
"full_code_int": 51720,
"full_code_str": "51720",
"name": "Norton city",
"population": 3981,
"state_code": 51
},
"51730": {
"county_code": 730,
"full_code_int": 51730,
"full_code_str": "51730",
"name": "Petersburg city",
"population": 31346,
"state_code": 51
},
"51735": {
"county_code": 735,
"full_code_int": 51735,
"full_code_str": "51735",
"name": "Poquoson city",
"population": 12271,
"state_code": 51
},
"51740": {
"county_code": 740,
"full_code_int": 51740,
"full_code_str": "51740",
"name": "Portsmouth city",
"population": 94398,
"state_code": 51
},
"51750": {
"county_code": 750,
"full_code_int": 51750,
"full_code_str": "51750",
"name": "Radford city",
"population": 18249,
"state_code": 51
},
"51760": {
"county_code": 760,
"full_code_int": 51760,
"full_code_str": "51760",
"name": "Richmond city",
"population": 230436,
"state_code": 51
},
"51770": {
"county_code": 770,
"full_code_int": 51770,
"full_code_str": "51770",
"name": "Roanoke city",
"population": 99143,
"state_code": 51
},
"51775": {
"county_code": 775,
"full_code_int": 51775,
"full_code_str": "51775",
"name": "Salem city",
"population": 25301,
"state_code": 51
},
"51790": {
"county_code": 790,
"full_code_int": 51790,
"full_code_str": "51790",
"name": "Staunton city",
"population": 24932,
"state_code": 51
},
"51800": {
"county_code": 800,
"full_code_int": 51800,
"full_code_str": "51800",
"name": "Suffolk city",
"population": 92108,
"state_code": 51
},
"51810": {
"county_code": 810,
"full_code_int": 51810,
"full_code_str": "51810",
"name": "Virginia Beach city",
"population": 449974,
"state_code": 51
},
"51820": {
"county_code": 820,
"full_code_int": 51820,
"full_code_str": "51820",
"name": "Waynesboro city",
"population": 22630,
"state_code": 51
},
"51830": {
"county_code": 830,
"full_code_int": 51830,
"full_code_str": "51830",
"name": "Williamsburg city",
"population": 14954,
"state_code": 51
},
"51840": {
"county_code": 840,
"full_code_int": 51840,
"full_code_str": "51840",
"name": "Winchester city",
"population": 28078,
"state_code": 51
},
"53001": {
"county_code": 1,
"full_code_int": 53001,
"full_code_str": "53001",
"name": "Adams County",
"population": 19983,
"state_code": 53
},
"53003": {
"county_code": 3,
"full_code_int": 53003,
"full_code_str": "53003",
"name": "Asotin County",
"population": 22582,
"state_code": 53
},
"53005": {
"county_code": 5,
"full_code_int": 53005,
"full_code_str": "53005",
"name": "Benton County",
"population": 204390,
"state_code": 53
},
"53007": {
"county_code": 7,
"full_code_int": 53007,
"full_code_str": "53007",
"name": "Chelan County",
"population": 77200,
"state_code": 53
},
"53009": {
"county_code": 9,
"full_code_int": 53009,
"full_code_str": "53009",
"name": "Clallam County",
"population": 77331,
"state_code": 53
},
"53011": {
"county_code": 11,
"full_code_int": 53011,
"full_code_str": "53011",
"name": "Clark County",
"population": 488241,
"state_code": 53
},
"53013": {
"county_code": 13,
"full_code_int": 53013,
"full_code_str": "53013",
"name": "Columbia County",
"population": 3985,
"state_code": 53
},
"53015": {
"county_code": 15,
"full_code_int": 53015,
"full_code_str": "53015",
"name": "Cowlitz County",
"population": 110593,
"state_code": 53
},
"53017": {
"county_code": 17,
"full_code_int": 53017,
"full_code_str": "53017",
"name": "Douglas County",
"population": 43429,
"state_code": 53
},
"53019": {
"county_code": 19,
"full_code_int": 53019,
"full_code_str": "53019",
"name": "Ferry County",
"population": 7627,
"state_code": 53
},
"53021": {
"county_code": 21,
"full_code_int": 53021,
"full_code_str": "53021",
"name": "Franklin County",
"population": 95222,
"state_code": 53
},
"53023": {
"county_code": 23,
"full_code_int": 53023,
"full_code_str": "53023",
"name": "Garfield County",
"population": 2225,
"state_code": 53
},
"53025": {
"county_code": 25,
"full_code_int": 53025,
"full_code_str": "53025",
"name": "Grant County",
"population": 97733,
"state_code": 53
},
"53027": {
"county_code": 27,
"full_code_int": 53027,
"full_code_str": "53027",
"name": "Grays Harbor County",
"population": 75061,
"state_code": 53
},
"53029": {
"county_code": 29,
"full_code_int": 53029,
"full_code_str": "53029",
"name": "Island County",
"population": 85141,
"state_code": 53
},
"53031": {
"county_code": 31,
"full_code_int": 53031,
"full_code_str": "53031",
"name": "Jefferson County",
"population": 32221,
"state_code": 53
},
"53033": {
"county_code": 33,
"full_code_int": 53033,
"full_code_str": "53033",
"name": "King County",
"population": 2252782,
"state_code": 53
},
"53035": {
"county_code": 35,
"full_code_int": 53035,
"full_code_str": "53035",
"name": "Kitsap County",
"population": 271473,
"state_code": 53
},
"53037": {
"county_code": 37,
"full_code_int": 53037,
"full_code_str": "53037",
"name": "Kittitas County",
"population": 47935,
"state_code": 53
},
"53039": {
"county_code": 39,
"full_code_int": 53039,
"full_code_str": "53039",
"name": "Klickitat County",
"population": 22425,
"state_code": 53
},
"53041": {
"county_code": 41,
"full_code_int": 53041,
"full_code_str": "53041",
"name": "Lewis County",
"population": 80707,
"state_code": 53
},
"53043": {
"county_code": 43,
"full_code_int": 53043,
"full_code_str": "53043",
"name": "Lincoln County",
"population": 10939,
"state_code": 53
},
"53045": {
"county_code": 45,
"full_code_int": 53045,
"full_code_str": "53045",
"name": "Mason County",
"population": 66768,
"state_code": 53
},
"53047": {
"county_code": 47,
"full_code_int": 53047,
"full_code_str": "53047",
"name": "Okanogan County",
"population": 42243,
"state_code": 53
},
"53049": {
"county_code": 49,
"full_code_int": 53049,
"full_code_str": "53049",
"name": "Pacific County",
"population": 22471,
"state_code": 53
},
"53051": {
"county_code": 51,
"full_code_int": 53051,
"full_code_str": "53051",
"name": "Pend Oreille County",
"population": 13724,
"state_code": 53
},
"53053": {
"county_code": 53,
"full_code_int": 53053,
"full_code_str": "53053",
"name": "Pierce County",
"population": 904980,
"state_code": 53
},
"53055": {
"county_code": 55,
"full_code_int": 53055,
"full_code_str": "53055",
"name": "San Juan County",
"population": 17582,
"state_code": 53
},
"53057": {
"county_code": 57,
"full_code_int": 53057,
"full_code_str": "53057",
"name": "Skagit County",
"population": 129205,
"state_code": 53
},
"53059": {
"county_code": 59,
"full_code_int": 53059,
"full_code_str": "53059",
"name": "Skamania County",
"population": 12083,
"state_code": 53
},
"53061": {
"county_code": 61,
"full_code_int": 53061,
"full_code_str": "53061",
"name": "Snohomish County",
"population": 822083,
"state_code": 53
},
"53063": {
"county_code": 63,
"full_code_int": 53063,
"full_code_str": "53063",
"name": "Spokane County",
"population": 522798,
"state_code": 53
},
"53065": {
"county_code": 65,
"full_code_int": 53065,
"full_code_str": "53065",
"name": "Stevens County",
"population": 45723,
"state_code": 53
},
"53067": {
"county_code": 67,
"full_code_int": 53067,
"full_code_str": "53067",
"name": "Thurston County",
"population": 290536,
"state_code": 53
},
"53069": {
"county_code": 69,
"full_code_int": 53069,
"full_code_str": "53069",
"name": "Wahkiakum County",
"population": 4488,
"state_code": 53
},
"53071": {
"county_code": 71,
"full_code_int": 53071,
"full_code_str": "53071",
"name": "Walla Walla County",
"population": 60760,
"state_code": 53
},
"53073": {
"county_code": 73,
"full_code_int": 53073,
"full_code_str": "53073",
"name": "Whatcom County",
"population": 229247,
"state_code": 53
},
"53075": {
"county_code": 75,
"full_code_int": 53075,
"full_code_str": "53075",
"name": "Whitman County",
"population": 50104,
"state_code": 53
},
"53077": {
"county_code": 77,
"full_code_int": 53077,
"full_code_str": "53077",
"name": "Yakima County",
"population": 250873,
"state_code": 53
},
"54001": {
"county_code": 1,
"full_code_int": 54001,
"full_code_str": "54001",
"name": "Barbour County",
"population": 16441,
"state_code": 54
},
"54003": {
"county_code": 3,
"full_code_int": 54003,
"full_code_str": "54003",
"name": "Berkeley County",
"population": 119171,
"state_code": 54
},
"54005": {
"county_code": 5,
"full_code_int": 54005,
"full_code_str": "54005",
"name": "Boone County",
"population": 21457,
"state_code": 54
},
"54007": {
"county_code": 7,
"full_code_int": 54007,
"full_code_str": "54007",
"name": "Braxton County",
"population": 13957,
"state_code": 54
},
"54009": {
"county_code": 9,
"full_code_int": 54009,
"full_code_str": "54009",
"name": "Brooke County",
"population": 21939,
"state_code": 54
},
"54011": {
"county_code": 11,
"full_code_int": 54011,
"full_code_str": "54011",
"name": "Cabell County",
"population": 91945,
"state_code": 54
},
"54013": {
"county_code": 13,
"full_code_int": 54013,
"full_code_str": "54013",
"name": "Calhoun County",
"population": 7109,
"state_code": 54
},
"54015": {
"county_code": 15,
"full_code_int": 54015,
"full_code_str": "54015",
"name": "Clay County",
"population": 8508,
"state_code": 54
},
"54017": {
"county_code": 17,
"full_code_int": 54017,
"full_code_str": "54017",
"name": "Doddridge County",
"population": 8448,
"state_code": 54
},
"54019": {
"county_code": 19,
"full_code_int": 54019,
"full_code_str": "54019",
"name": "Fayette County",
"population": 42406,
"state_code": 54
},
"54021": {
"county_code": 21,
"full_code_int": 54021,
"full_code_str": "54021",
"name": "Gilmer County",
"population": 7823,
"state_code": 54
},
"54023": {
"county_code": 23,
"full_code_int": 54023,
"full_code_str": "54023",
"name": "Grant County",
"population": 11568,
"state_code": 54
},
"54025": {
"county_code": 25,
"full_code_int": 54025,
"full_code_str": "54025",
"name": "Greenbrier County",
"population": 34662,
"state_code": 54
},
"54027": {
"county_code": 27,
"full_code_int": 54027,
"full_code_str": "54027",
"name": "Hampshire County",
"population": 23175,
"state_code": 54
},
"54029": {
"county_code": 29,
"full_code_int": 54029,
"full_code_str": "54029",
"name": "Hancock County",
"population": 28810,
"state_code": 54
},
"54031": {
"county_code": 31,
"full_code_int": 54031,
"full_code_str": "54031",
"name": "Hardy County",
"population": 13776,
"state_code": 54
},
"54033": {
"county_code": 33,
"full_code_int": 54033,
"full_code_str": "54033",
"name": "Harrison County",
"population": 67256,
"state_code": 54
},
"54035": {
"county_code": 35,
"full_code_int": 54035,
"full_code_str": "54035",
"name": "Jackson County",
"population": 28576,
"state_code": 54
},
"54037": {
"county_code": 37,
"full_code_int": 54037,
"full_code_str": "54037",
"name": "Jefferson County",
"population": 57146,
"state_code": 54
},
"54039": {
"county_code": 39,
"full_code_int": 54039,
"full_code_str": "54039",
"name": "Kanawha County",
"population": 178124,
"state_code": 54
},
"54041": {
"county_code": 41,
"full_code_int": 54041,
"full_code_str": "54041",
"name": "Lewis County",
"population": 15907,
"state_code": 54
},
"54043": {
"county_code": 43,
"full_code_int": 54043,
"full_code_str": "54043",
"name": "Lincoln County",
"population": 20409,
"state_code": 54
},
"54045": {
"county_code": 45,
"full_code_int": 54045,
"full_code_str": "54045",
"name": "Logan County",
"population": 32019,
"state_code": 54
},
"54047": {
"county_code": 47,
"full_code_int": 54047,
"full_code_str": "54047",
"name": "McDowell County",
"population": 17624,
"state_code": 54
},
"54049": {
"county_code": 49,
"full_code_int": 54049,
"full_code_str": "54049",
"name": "Marion County",
"population": 56072,
"state_code": 54
},
"54051": {
"county_code": 51,
"full_code_int": 54051,
"full_code_str": "54051",
"name": "Marshall County",
"population": 30531,
"state_code": 54
},
"54053": {
"county_code": 53,
"full_code_int": 54053,
"full_code_str": "54053",
"name": "Mason County",
"population": 26516,
"state_code": 54
},
"54055": {
"county_code": 55,
"full_code_int": 54055,
"full_code_str": "54055",
"name": "Mercer County",
"population": 58758,
"state_code": 54
},
"54057": {
"county_code": 57,
"full_code_int": 54057,
"full_code_str": "54057",
"name": "Mineral County",
"population": 26868,
"state_code": 54
},
"54059": {
"county_code": 59,
"full_code_int": 54059,
"full_code_str": "54059",
"name": "Mingo County",
"population": 23424,
"state_code": 54
},
"54061": {
"county_code": 61,
"full_code_int": 54061,
"full_code_str": "54061",
"name": "Monongalia County",
"population": 105612,
"state_code": 54
},
"54063": {
"county_code": 63,
"full_code_int": 54063,
"full_code_str": "54063",
"name": "Monroe County",
"population": 13275,
"state_code": 54
},
"54065": {
"county_code": 65,
"full_code_int": 54065,
"full_code_str": "54065",
"name": "Morgan County",
"population": 17884,
"state_code": 54
},
"54067": {
"county_code": 67,
"full_code_int": 54067,
"full_code_str": "54067",
"name": "Nicholas County",
"population": 24496,
"state_code": 54
},
"54069": {
"county_code": 69,
"full_code_int": 54069,
"full_code_str": "54069",
"name": "Ohio County",
"population": 41411,
"state_code": 54
},
"54071": {
"county_code": 71,
"full_code_int": 54071,
"full_code_str": "54071",
"name": "Pendleton County",
"population": 6969,
"state_code": 54
},
"54073": {
"county_code": 73,
"full_code_int": 54073,
"full_code_str": "54073",
"name": "Pleasants County",
"population": 7460,
"state_code": 54
},
"54075": {
"county_code": 75,
"full_code_int": 54075,
"full_code_str": "54075",
"name": "Pocahontas County",
"population": 8247,
"state_code": 54
},
"54077": {
"county_code": 77,
"full_code_int": 54077,
"full_code_str": "54077",
"name": "Preston County",
"population": 33432,
"state_code": 54
},
"54079": {
"county_code": 79,
"full_code_int": 54079,
"full_code_str": "54079",
"name": "Putnam County",
"population": 56450,
"state_code": 54
},
"54081": {
"county_code": 81,
"full_code_int": 54081,
"full_code_str": "54081",
"name": "Raleigh County",
"population": 73361,
"state_code": 54
},
"54083": {
"county_code": 83,
"full_code_int": 54083,
"full_code_str": "54083",
"name": "Randolph County",
"population": 28695,
"state_code": 54
},
"54085": {
"county_code": 85,
"full_code_int": 54085,
"full_code_str": "54085",
"name": "Ritchie County",
"population": 9554,
"state_code": 54
},
"54087": {
"county_code": 87,
"full_code_int": 54087,
"full_code_str": "54087",
"name": "Roane County",
"population": 13688,
"state_code": 54
},
"54089": {
"county_code": 89,
"full_code_int": 54089,
"full_code_str": "54089",
"name": "Summers County",
"population": 12573,
"state_code": 54
},
"54091": {
"county_code": 91,
"full_code_int": 54091,
"full_code_str": "54091",
"name": "Taylor County",
"population": 16695,
"state_code": 54
},
"54093": {
"county_code": 93,
"full_code_int": 54093,
"full_code_str": "54093",
"name": "Tucker County",
"population": 6839,
"state_code": 54
},
"54095": {
"county_code": 95,
"full_code_int": 54095,
"full_code_str": "54095",
"name": "Tyler County",
"population": 8591,
"state_code": 54
},
"54097": {
"county_code": 97,
"full_code_int": 54097,
"full_code_str": "54097",
"name": "Upshur County",
"population": 24176,
"state_code": 54
},
"54099": {
"county_code": 99,
"full_code_int": 54099,
"full_code_str": "54099",
"name": "Wayne County",
"population": 39402,
"state_code": 54
},
"54101": {
"county_code": 101,
"full_code_int": 54101,
"full_code_str": "54101",
"name": "Webster County",
"population": 8114,
"state_code": 54
},
"54103": {
"county_code": 103,
"full_code_int": 54103,
"full_code_str": "54103",
"name": "Wetzel County",
"population": 15065,
"state_code": 54
},
"54105": {
"county_code": 105,
"full_code_int": 54105,
"full_code_str": "54105",
"name": "Wirt County",
"population": 5821,
"state_code": 54
},
"54107": {
"county_code": 107,
"full_code_int": 54107,
"full_code_str": "54107",
"name": "Wood County",
"population": 83518,
"state_code": 54
},
"54109": {
"county_code": 109,
"full_code_int": 54109,
"full_code_str": "54109",
"name": "Wyoming County",
"population": 20394,
"state_code": 54
},
"55001": {
"county_code": 1,
"full_code_int": 55001,
"full_code_str": "55001",
"name": "Adams County",
"population": 20220,
"state_code": 55
},
"55003": {
"county_code": 3,
"full_code_int": 55003,
"full_code_str": "55003",
"name": "Ashland County",
"population": 15562,
"state_code": 55
},
"55005": {
"county_code": 5,
"full_code_int": 55005,
"full_code_str": "55005",
"name": "Barron County",
"population": 45244,
"state_code": 55
},
"55007": {
"county_code": 7,
"full_code_int": 55007,
"full_code_str": "55007",
"name": "Bayfield County",
"population": 15036,
"state_code": 55
},
"55009": {
"county_code": 9,
"full_code_int": 55009,
"full_code_str": "55009",
"name": "Brown County",
"population": 264542,
"state_code": 55
},
"55011": {
"county_code": 11,
"full_code_int": 55011,
"full_code_str": "55011",
"name": "Buffalo County",
"population": 13031,
"state_code": 55
},
"55013": {
"county_code": 13,
"full_code_int": 55013,
"full_code_str": "55013",
"name": "Burnett County",
"population": 15414,
"state_code": 55
},
"55015": {
"county_code": 15,
"full_code_int": 55015,
"full_code_str": "55015",
"name": "Calumet County",
"population": 50089,
"state_code": 55
},
"55017": {
"county_code": 17,
"full_code_int": 55017,
"full_code_str": "55017",
"name": "Chippewa County",
"population": 64658,
"state_code": 55
},
"55019": {
"county_code": 19,
"full_code_int": 55019,
"full_code_str": "55019",
"name": "Clark County",
"population": 34774,
"state_code": 55
},
"55021": {
"county_code": 21,
"full_code_int": 55021,
"full_code_str": "55021",
"name": "Columbia County",
"population": 57532,
"state_code": 55
},
"55023": {
"county_code": 23,
"full_code_int": 55023,
"full_code_str": "55023",
"name": "Crawford County",
"population": 16131,
"state_code": 55
},
"55025": {
"county_code": 25,
"full_code_int": 55025,
"full_code_str": "55025",
"name": "Dane County",
"population": 546695,
"state_code": 55
},
"55027": {
"county_code": 27,
"full_code_int": 55027,
"full_code_str": "55027",
"name": "Dodge County",
"population": 87839,
"state_code": 55
},
"55029": {
"county_code": 29,
"full_code_int": 55029,
"full_code_str": "55029",
"name": "Door County",
"population": 27668,
"state_code": 55
},
"55031": {
"county_code": 31,
"full_code_int": 55031,
"full_code_str": "55031",
"name": "Douglas County",
"population": 43150,
"state_code": 55
},
"55033": {
"county_code": 33,
"full_code_int": 55033,
"full_code_str": "55033",
"name": "Dunn County",
"population": 45368,
"state_code": 55
},
"55035": {
"county_code": 35,
"full_code_int": 55035,
"full_code_str": "55035",
"name": "Eau Claire County",
"population": 104646,
"state_code": 55
},
"55037": {
"county_code": 37,
"full_code_int": 55037,
"full_code_str": "55037",
"name": "Florence County",
"population": 4295,
"state_code": 55
},
"55039": {
"county_code": 39,
"full_code_int": 55039,
"full_code_str": "55039",
"name": "Fond du Lac County",
"population": 103403,
"state_code": 55
},
"55041": {
"county_code": 41,
"full_code_int": 55041,
"full_code_str": "55041",
"name": "Forest County",
"population": 9004,
"state_code": 55
},
"55043": {
"county_code": 43,
"full_code_int": 55043,
"full_code_str": "55043",
"name": "Grant County",
"population": 51439,
"state_code": 55
},
"55045": {
"county_code": 45,
"full_code_int": 55045,
"full_code_str": "55045",
"name": "Green County",
"population": 36960,
"state_code": 55
},
"55047": {
"county_code": 47,
"full_code_int": 55047,
"full_code_str": "55047",
"name": "Green Lake County",
"population": 18913,
"state_code": 55
},
"55049": {
"county_code": 49,
"full_code_int": 55049,
"full_code_str": "55049",
"name": "Iowa County",
"population": 23678,
"state_code": 55
},
"55051": {
"county_code": 51,
"full_code_int": 55051,
"full_code_str": "55051",
"name": "Iron County",
"population": 5687,
"state_code": 55
},
"55053": {
"county_code": 53,
"full_code_int": 55053,
"full_code_str": "55053",
"name": "Jackson County",
"population": 20643,
"state_code": 55
},
"55055": {
"county_code": 55,
"full_code_int": 55055,
"full_code_str": "55055",
"name": "Jefferson County",
"population": 84769,
"state_code": 55
},
"55057": {
"county_code": 57,
"full_code_int": 55057,
"full_code_str": "55057",
"name": "Juneau County",
"population": 26687,
"state_code": 55
},
"55059": {
"county_code": 59,
"full_code_int": 55059,
"full_code_str": "55059",
"name": "Kenosha County",
"population": 169561,
"state_code": 55
},
"55061": {
"county_code": 61,
"full_code_int": 55061,
"full_code_str": "55061",
"name": "Kewaunee County",
"population": 20434,
"state_code": 55
},
"55063": {
"county_code": 63,
"full_code_int": 55063,
"full_code_str": "55063",
"name": "La Crosse County",
"population": 118016,
"state_code": 55
},
"55065": {
"county_code": 65,
"full_code_int": 55065,
"full_code_str": "55065",
"name": "Lafayette County",
"population": 16665,
"state_code": 55
},
"55067": {
"county_code": 67,
"full_code_int": 55067,
"full_code_str": "55067",
"name": "Langlade County",
"population": 19189,
"state_code": 55
},
"55069": {
"county_code": 69,
"full_code_int": 55069,
"full_code_str": "55069",
"name": "Lincoln County",
"population": 27593,
"state_code": 55
},
"55071": {
"county_code": 71,
"full_code_int": 55071,
"full_code_str": "55071",
"name": "Manitowoc County",
"population": 78981,
"state_code": 55
},
"55073": {
"county_code": 73,
"full_code_int": 55073,
"full_code_str": "55073",
"name": "Marathon County",
"population": 135692,
"state_code": 55
},
"55075": {
"county_code": 75,
"full_code_int": 55075,
"full_code_str": "55075",
"name": "Marinette County",
"population": 40350,
"state_code": 55
},
"55077": {
"county_code": 77,
"full_code_int": 55077,
"full_code_str": "55077",
"name": "Marquette County",
"population": 15574,
"state_code": 55
},
"55078": {
"county_code": 78,
"full_code_int": 55078,
"full_code_str": "55078",
"name": "Menominee County",
"population": 4556,
"state_code": 55
},
"55079": {
"county_code": 79,
"full_code_int": 55079,
"full_code_str": "55079",
"name": "Milwaukee County",
"population": 945726,
"state_code": 55
},
"55081": {
"county_code": 81,
"full_code_int": 55081,
"full_code_str": "55081",
"name": "Monroe County",
"population": 46253,
"state_code": 55
},
"55083": {
"county_code": 83,
"full_code_int": 55083,
"full_code_str": "55083",
"name": "Oconto County",
"population": 37930,
"state_code": 55
},
"55085": {
"county_code": 85,
"full_code_int": 55085,
"full_code_str": "55085",
"name": "Oneida County",
"population": 35595,
"state_code": 55
},
"55087": {
"county_code": 87,
"full_code_int": 55087,
"full_code_str": "55087",
"name": "Outagamie County",
"population": 187885,
"state_code": 55
},
"55089": {
"county_code": 89,
"full_code_int": 55089,
"full_code_str": "55089",
"name": "Ozaukee County",
"population": 89221,
"state_code": 55
},
"55091": {
"county_code": 91,
"full_code_int": 55091,
"full_code_str": "55091",
"name": "Pepin County",
"population": 7287,
"state_code": 55
},
"55093": {
"county_code": 93,
"full_code_int": 55093,
"full_code_str": "55093",
"name": "Pierce County",
"population": 42754,
"state_code": 55
},
"55095": {
"county_code": 95,
"full_code_int": 55095,
"full_code_str": "55095",
"name": "Polk County",
"population": 43783,
"state_code": 55
},
"55097": {
"county_code": 97,
"full_code_int": 55097,
"full_code_str": "55097",
"name": "Portage County",
"population": 70772,
"state_code": 55
},
"55099": {
"county_code": 99,
"full_code_int": 55099,
"full_code_str": "55099",
"name": "Price County",
"population": 13351,
"state_code": 55
},
"55101": {
"county_code": 101,
"full_code_int": 55101,
"full_code_str": "55101",
"name": "Racine County",
"population": 196311,
"state_code": 55
},
"55103": {
"county_code": 103,
"full_code_int": 55103,
"full_code_str": "55103",
"name": "Richland County",
"population": 17252,
"state_code": 55
},
"55105": {
"county_code": 105,
"full_code_int": 55105,
"full_code_str": "55105",
"name": "Rock County",
"population": 163354,
"state_code": 55
},
"55107": {
"county_code": 107,
"full_code_int": 55107,
"full_code_str": "55107",
"name": "Rusk County",
"population": 14178,
"state_code": 55
},
"55109": {
"county_code": 109,
"full_code_int": 55109,
"full_code_str": "55109",
"name": "St. Croix County",
"population": 90687,
"state_code": 55
},
"55111": {
"county_code": 111,
"full_code_int": 55111,
"full_code_str": "55111",
"name": "Sauk County",
"population": 64442,
"state_code": 55
},
"55113": {
"county_code": 113,
"full_code_int": 55113,
"full_code_str": "55113",
"name": "Sawyer County",
"population": 16558,
"state_code": 55
},
"55115": {
"county_code": 115,
"full_code_int": 55115,
"full_code_str": "55115",
"name": "Shawano County",
"population": 40899,
"state_code": 55
},
"55117": {
"county_code": 117,
"full_code_int": 55117,
"full_code_str": "55117",
"name": "Sheboygan County",
"population": 115340,
"state_code": 55
},
"55119": {
"county_code": 119,
"full_code_int": 55119,
"full_code_str": "55119",
"name": "Taylor County",
"population": 20343,
"state_code": 55
},
"55121": {
"county_code": 121,
"full_code_int": 55121,
"full_code_str": "55121",
"name": "Trempealeau County",
"population": 29649,
"state_code": 55
},
"55123": {
"county_code": 123,
"full_code_int": 55123,
"full_code_str": "55123",
"name": "Vernon County",
"population": 30822,
"state_code": 55
},
"55125": {
"county_code": 125,
"full_code_int": 55125,
"full_code_str": "55125",
"name": "Vilas County",
"population": 22195,
"state_code": 55
},
"55127": {
"county_code": 127,
"full_code_int": 55127,
"full_code_str": "55127",
"name": "Walworth County",
"population": 103868,
"state_code": 55
},
"55129": {
"county_code": 129,
"full_code_int": 55129,
"full_code_str": "55129",
"name": "Washburn County",
"population": 15720,
"state_code": 55
},
"55131": {
"county_code": 131,
"full_code_int": 55131,
"full_code_str": "55131",
"name": "Washington County",
"population": 136034,
"state_code": 55
},
"55133": {
"county_code": 133,
"full_code_int": 55133,
"full_code_str": "55133",
"name": "Waukesha County",
"population": 404198,
"state_code": 55
},
"55135": {
"county_code": 135,
"full_code_int": 55135,
"full_code_str": "55135",
"name": "Waupaca County",
"population": 50990,
"state_code": 55
},
"55137": {
"county_code": 137,
"full_code_int": 55137,
"full_code_str": "55137",
"name": "Waushara County",
"population": 24443,
"state_code": 55
},
"55139": {
"county_code": 139,
"full_code_int": 55139,
"full_code_str": "55139",
"name": "Winnebago County",
"population": 171907,
"state_code": 55
},
"55141": {
"county_code": 141,
"full_code_int": 55141,
"full_code_str": "55141",
"name": "Wood County",
"population": 72999,
"state_code": 55
},
"56001": {
"county_code": 1,
"full_code_int": 56001,
"full_code_str": "56001",
"name": "Albany County",
"population": 38880,
"state_code": 56
},
"56003": {
"county_code": 3,
"full_code_int": 56003,
"full_code_str": "56003",
"name": "Big Horn County",
"population": 11790,
"state_code": 56
},
"56005": {
"county_code": 5,
"full_code_int": 56005,
"full_code_str": "56005",
"name": "Campbell County",
"population": 46341,
"state_code": 56
},
"56007": {
"county_code": 7,
"full_code_int": 56007,
"full_code_str": "56007",
"name": "Carbon County",
"population": 14800,
"state_code": 56
},
"56009": {
"county_code": 9,
"full_code_int": 56009,
"full_code_str": "56009",
"name": "Converse County",
"population": 13822,
"state_code": 56
},
"56011": {
"county_code": 11,
"full_code_int": 56011,
"full_code_str": "56011",
"name": "Crook County",
"population": 7584,
"state_code": 56
},
"56013": {
"county_code": 13,
"full_code_int": 56013,
"full_code_str": "56013",
"name": "Fremont County",
"population": 39261,
"state_code": 56
},
"56015": {
"county_code": 15,
"full_code_int": 56015,
"full_code_str": "56015",
"name": "Goshen County",
"population": 13211,
"state_code": 56
},
"56017": {
"county_code": 17,
"full_code_int": 56017,
"full_code_str": "56017",
"name": "Hot Springs County",
"population": 4413,
"state_code": 56
},
"56019": {
"county_code": 19,
"full_code_int": 56019,
"full_code_str": "56019",
"name": "Johnson County",
"population": 8445,
"state_code": 56
},
"56021": {
"county_code": 21,
"full_code_int": 56021,
"full_code_str": "56021",
"name": "Laramie County",
"population": 99500,
"state_code": 56
},
"56023": {
"county_code": 23,
"full_code_int": 56023,
"full_code_str": "56023",
"name": "Lincoln County",
"population": 19830,
"state_code": 56
},
"56025": {
"county_code": 25,
"full_code_int": 56025,
"full_code_str": "56025",
"name": "Natrona County",
"population": 79858,
"state_code": 56
},
"56027": {
"county_code": 27,
"full_code_int": 56027,
"full_code_str": "56027",
"name": "Niobrara County",
"population": 2356,
"state_code": 56
},
"56029": {
"county_code": 29,
"full_code_int": 56029,
"full_code_str": "56029",
"name": "Park County",
"population": 29194,
"state_code": 56
},
"56031": {
"county_code": 31,
"full_code_int": 56031,
"full_code_str": "56031",
"name": "Platte County",
"population": 8393,
"state_code": 56
},
"56033": {
"county_code": 33,
"full_code_int": 56033,
"full_code_str": "56033",
"name": "Sheridan County",
"population": 30485,
"state_code": 56
},
"56035": {
"county_code": 35,
"full_code_int": 56035,
"full_code_str": "56035",
"name": "Sublette County",
"population": 9831,
"state_code": 56
},
"56037": {
"county_code": 37,
"full_code_int": 56037,
"full_code_str": "56037",
"name": "Sweetwater County",
"population": 42343,
"state_code": 56
},
"56039": {
"county_code": 39,
"full_code_int": 56039,
"full_code_str": "56039",
"name": "Teton County",
"population": 23464,
"state_code": 56
},
"56041": {
"county_code": 41,
"full_code_int": 56041,
"full_code_str": "56041",
"name": "Uinta County",
"population": 20226,
"state_code": 56
},
"56043": {
"county_code": 43,
"full_code_int": 56043,
"full_code_str": "56043",
"name": "Washakie County",
"population": 7805,
"state_code": 56
},
"56045": {
"county_code": 45,
"full_code_int": 56045,
"full_code_str": "56045",
"name": "Weston County",
"population": 6927,
"state_code": 56
},
"72001": {
"county_code": 1,
"full_code_int": 72001,
"full_code_str": "72001",
"name": "Adjuntas Municipio",
"population": null,
"state_code": 72
},
"72003": {
"county_code": 3,
"full_code_int": 72003,
"full_code_str": "72003",
"name": "Aguada Municipio",
"population": null,
"state_code": 72
},
"72005": {
"county_code": 5,
"full_code_int": 72005,
"full_code_str": "72005",
"name": "Aguadilla Municipio",
"population": null,
"state_code": 72
},
"72007": {
"county_code": 7,
"full_code_int": 72007,
"full_code_str": "72007",
"name": "Aguas Buenas Municipio",
"population": null,
"state_code": 72
},
"72009": {
"county_code": 9,
"full_code_int": 72009,
"full_code_str": "72009",
"name": "Aibonito Municipio",
"population": null,
"state_code": 72
},
"72011": {
"county_code": 11,
"full_code_int": 72011,
"full_code_str": "72011",
"name": "Añasco Municipio",
"population": null,
"state_code": 72
},
"72013": {
"county_code": 13,
"full_code_int": 72013,
"full_code_str": "72013",
"name": "Arecibo Municipio",
"population": null,
"state_code": 72
},
"72015": {
"county_code": 15,
"full_code_int": 72015,
"full_code_str": "72015",
"name": "Arroyo Municipio",
"population": null,
"state_code": 72
},
"72017": {
"county_code": 17,
"full_code_int": 72017,
"full_code_str": "72017",
"name": "Barceloneta Municipio",
"population": null,
"state_code": 72
},
"72019": {
"county_code": 19,
"full_code_int": 72019,
"full_code_str": "72019",
"name": "Barranquitas Municipio",
"population": null,
"state_code": 72
},
"72021": {
"county_code": 21,
"full_code_int": 72021,
"full_code_str": "72021",
"name": "Bayamón Municipio",
"population": null,
"state_code": 72
},
"72023": {
"county_code": 23,
"full_code_int": 72023,
"full_code_str": "72023",
"name": "Cabo Rojo Municipio",
"population": null,
"state_code": 72
},
"72025": {
"county_code": 25,
"full_code_int": 72025,
"full_code_str": "72025",
"name": "Caguas Municipio",
"population": null,
"state_code": 72
},
"72027": {
"county_code": 27,
"full_code_int": 72027,
"full_code_str": "72027",
"name": "Camuy Municipio",
"population": null,
"state_code": 72
},
"72029": {
"county_code": 29,
"full_code_int": 72029,
"full_code_str": "72029",
"name": "Canóvanas Municipio",
"population": null,
"state_code": 72
},
"72031": {
"county_code": 31,
"full_code_int": 72031,
"full_code_str": "72031",
"name": "Carolina Municipio",
"population": null,
"state_code": 72
},
"72033": {
"county_code": 33,
"full_code_int": 72033,
"full_code_str": "72033",
"name": "Cataño Municipio",
"population": null,
"state_code": 72
},
"72035": {
"county_code": 35,
"full_code_int": 72035,
"full_code_str": "72035",
"name": "Cayey Municipio",
"population": null,
"state_code": 72
},
"72037": {
"county_code": 37,
"full_code_int": 72037,
"full_code_str": "72037",
"name": "Ceiba Municipio",
"population": null,
"state_code": 72
},
"72039": {
"county_code": 39,
"full_code_int": 72039,
"full_code_str": "72039",
"name": "Ciales Municipio",
"population": null,
"state_code": 72
},
"72041": {
"county_code": 41,
"full_code_int": 72041,
"full_code_str": "72041",
"name": "Cidra Municipio",
"population": null,
"state_code": 72
},
"72043": {
"county_code": 43,
"full_code_int": 72043,
"full_code_str": "72043",
"name": "Coamo Municipio",
"population": null,
"state_code": 72
},
"72045": {
"county_code": 45,
"full_code_int": 72045,
"full_code_str": "72045",
"name": "Comerío Municipio",
"population": null,
"state_code": 72
},
"72047": {
"county_code": 47,
"full_code_int": 72047,
"full_code_str": "72047",
"name": "Corozal Municipio",
"population": null,
"state_code": 72
},
"72049": {
"county_code": 49,
"full_code_int": 72049,
"full_code_str": "72049",
"name": "Culebra Municipio",
"population": null,
"state_code": 72
},
"72051": {
"county_code": 51,
"full_code_int": 72051,
"full_code_str": "72051",
"name": "Dorado Municipio",
"population": null,
"state_code": 72
},
"72053": {
"county_code": 53,
"full_code_int": 72053,
"full_code_str": "72053",
"name": "Fajardo Municipio",
"population": null,
"state_code": 72
},
"72054": {
"county_code": 54,
"full_code_int": 72054,
"full_code_str": "72054",
"name": "Florida Municipio",
"population": null,
"state_code": 72
},
"72055": {
"county_code": 55,
"full_code_int": 72055,
"full_code_str": "72055",
"name": "Guánica Municipio",
"population": null,
"state_code": 72
},
"72057": {
"county_code": 57,
"full_code_int": 72057,
"full_code_str": "72057",
"name": "Guayama Municipio",
"population": null,
"state_code": 72
},
"72059": {
"county_code": 59,
"full_code_int": 72059,
"full_code_str": "72059",
"name": "Guayanilla Municipio",
"population": null,
"state_code": 72
},
"72061": {
"county_code": 61,
"full_code_int": 72061,
"full_code_str": "72061",
"name": "Guaynabo Municipio",
"population": null,
"state_code": 72
},
"72063": {
"county_code": 63,
"full_code_int": 72063,
"full_code_str": "72063",
"name": "Gurabo Municipio",
"population": null,
"state_code": 72
},
"72065": {
"county_code": 65,
"full_code_int": 72065,
"full_code_str": "72065",
"name": "Hatillo Municipio",
"population": null,
"state_code": 72
},
"72067": {
"county_code": 67,
"full_code_int": 72067,
"full_code_str": "72067",
"name": "Hormigueros Municipio",
"population": null,
"state_code": 72
},
"72069": {
"county_code": 69,
"full_code_int": 72069,
"full_code_str": "72069",
"name": "Humacao Municipio",
"population": null,
"state_code": 72
},
"72071": {
"county_code": 71,
"full_code_int": 72071,
"full_code_str": "72071",
"name": "Isabela Municipio",
"population": null,
"state_code": 72
},
"72073": {
"county_code": 73,
"full_code_int": 72073,
"full_code_str": "72073",
"name": "Jayuya Municipio",
"population": null,
"state_code": 72
},
"72075": {
"county_code": 75,
"full_code_int": 72075,
"full_code_str": "72075",
"name": "Juana Díaz Municipio",
"population": null,
"state_code": 72
},
"72077": {
"county_code": 77,
"full_code_int": 72077,
"full_code_str": "72077",
"name": "Juncos Municipio",
"population": null,
"state_code": 72
},
"72079": {
"county_code": 79,
"full_code_int": 72079,
"full_code_str": "72079",
"name": "Lajas Municipio",
"population": null,
"state_code": 72
},
"72081": {
"county_code": 81,
"full_code_int": 72081,
"full_code_str": "72081",
"name": "Lares Municipio",
"population": null,
"state_code": 72
},
"72083": {
"county_code": 83,
"full_code_int": 72083,
"full_code_str": "72083",
"name": "Las Marías Municipio",
"population": null,
"state_code": 72
},
"72085": {
"county_code": 85,
"full_code_int": 72085,
"full_code_str": "72085",
"name": "Las Piedras Municipio",
"population": null,
"state_code": 72
},
"72087": {
"county_code": 87,
"full_code_int": 72087,
"full_code_str": "72087",
"name": "Loíza Municipio",
"population": null,
"state_code": 72
},
"72089": {
"county_code": 89,
"full_code_int": 72089,
"full_code_str": "72089",
"name": "Luquillo Municipio",
"population": null,
"state_code": 72
},
"72091": {
"county_code": 91,
"full_code_int": 72091,
"full_code_str": "72091",
"name": "Manatí Municipio",
"population": null,
"state_code": 72
},
"72093": {
"county_code": 93,
"full_code_int": 72093,
"full_code_str": "72093",
"name": "Maricao Municipio",
"population": null,
"state_code": 72
},
"72095": {
"county_code": 95,
"full_code_int": 72095,
"full_code_str": "72095",
"name": "Maunabo Municipio",
"population": null,
"state_code": 72
},
"72097": {
"county_code": 97,
"full_code_int": 72097,
"full_code_str": "72097",
"name": "Mayagüez Municipio",
"population": null,
"state_code": 72
},
"72099": {
"county_code": 99,
"full_code_int": 72099,
"full_code_str": "72099",
"name": "Moca Municipio",
"population": null,
"state_code": 72
},
"72101": {
"county_code": 101,
"full_code_int": 72101,
"full_code_str": "72101",
"name": "Morovis Municipio",
"population": null,
"state_code": 72
},
"72103": {
"county_code": 103,
"full_code_int": 72103,
"full_code_str": "72103",
"name": "Naguabo Municipio",
"population": null,
"state_code": 72
},
"72105": {
"county_code": 105,
"full_code_int": 72105,
"full_code_str": "72105",
"name": "Naranjito Municipio",
"population": null,
"state_code": 72
},
"72107": {
"county_code": 107,
"full_code_int": 72107,
"full_code_str": "72107",
"name": "Orocovis Municipio",
"population": null,
"state_code": 72
},
"72109": {
"county_code": 109,
"full_code_int": 72109,
"full_code_str": "72109",
"name": "Patillas Municipio",
"population": null,
"state_code": 72
},
"72111": {
"county_code": 111,
"full_code_int": 72111,
"full_code_str": "72111",
"name": "Peñuelas Municipio",
"population": null,
"state_code": 72
},
"72113": {
"county_code": 113,
"full_code_int": 72113,
"full_code_str": "72113",
"name": "Ponce Municipio",
"population": null,
"state_code": 72
},
"72115": {
"county_code": 115,
"full_code_int": 72115,
"full_code_str": "72115",
"name": "Quebradillas Municipio",
"population": null,
"state_code": 72
},
"72117": {
"county_code": 117,
"full_code_int": 72117,
"full_code_str": "72117",
"name": "Rincón Municipio",
"population": null,
"state_code": 72
},
"72119": {
"county_code": 119,
"full_code_int": 72119,
"full_code_str": "72119",
"name": "Río Grande Municipio",
"population": null,
"state_code": 72
},
"72121": {
"county_code": 121,
"full_code_int": 72121,
"full_code_str": "72121",
"name": "Sabana Grande Municipio",
"population": null,
"state_code": 72
},
"72123": {
"county_code": 123,
"full_code_int": 72123,
"full_code_str": "72123",
"name": "Salinas Municipio",
"population": null,
"state_code": 72
},
"72125": {
"county_code": 125,
"full_code_int": 72125,
"full_code_str": "72125",
"name": "San Germán Municipio",
"population": null,
"state_code": 72
},
"72127": {
"county_code": 127,
"full_code_int": 72127,
"full_code_str": "72127",
"name": "San Juan Municipio",
"population": null,
"state_code": 72
},
"72129": {
"county_code": 129,
"full_code_int": 72129,
"full_code_str": "72129",
"name": "San Lorenzo Municipio",
"population": null,
"state_code": 72
},
"72131": {
"county_code": 131,
"full_code_int": 72131,
"full_code_str": "72131",
"name": "San Sebastián Municipio",
"population": null,
"state_code": 72
},
"72133": {
"county_code": 133,
"full_code_int": 72133,
"full_code_str": "72133",
"name": "Santa Isabel Municipio",
"population": null,
"state_code": 72
},
"72135": {
"county_code": 135,
"full_code_int": 72135,
"full_code_str": "72135",
"name": "Toa Alta Municipio",
"population": null,
"state_code": 72
},
"72137": {
"county_code": 137,
"full_code_int": 72137,
"full_code_str": "72137",
"name": "Toa Baja Municipio",
"population": null,
"state_code": 72
},
"72139": {
"county_code": 139,
"full_code_int": 72139,
"full_code_str": "72139",
"name": "Trujillo Alto Municipio",
"population": null,
"state_code": 72
},
"72141": {
"county_code": 141,
"full_code_int": 72141,
"full_code_str": "72141",
"name": "Utuado Municipio",
"population": null,
"state_code": 72
},
"72143": {
"county_code": 143,
"full_code_int": 72143,
"full_code_str": "72143",
"name": "Vega Alta Municipio",
"population": null,
"state_code": 72
},
"72145": {
"county_code": 145,
"full_code_int": 72145,
"full_code_str": "72145",
"name": "Vega Baja Municipio",
"population": null,
"state_code": 72
},
"72147": {
"county_code": 147,
"full_code_int": 72147,
"full_code_str": "72147",
"name": "Vieques Municipio",
"population": null,
"state_code": 72
},
"72149": {
"county_code": 149,
"full_code_int": 72149,
"full_code_str": "72149",
"name": "Villalba Municipio",
"population": null,
"state_code": 72
},
"72151": {
"county_code": 151,
"full_code_int": 72151,
"full_code_str": "72151",
"name": "Yabucoa Municipio",
"population": null,
"state_code": 72
},
"72153": {
"county_code": 153,
"full_code_int": 72153,
"full_code_str": "72153",
"name": "Yauco Municipio",
"population": null,
"state_code": 72
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment