Skip to content

Instantly share code, notes, and snippets.

@steinbring
Created November 24, 2023 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinbring/eb988fee34d0252b682bb2efd8e80d19 to your computer and use it in GitHub Desktop.
Save steinbring/eb988fee34d0252b682bb2efd8e80d19 to your computer and use it in GitHub Desktop.
A JSON object that contains all 72 counties in the state of wisconsin (including name, county seat, and zip codes)
{
"Wisconsin-Counties": [
{
"name": "Adams County",
"countySeat": "Friendship",
"zipCodes": [
"53910",
"53934",
"53936",
"54613",
"54930",
"54943"
]
},
{
"name": "Ashland County",
"countySeat": "Ashland",
"zipCodes": [
"54806",
"54514",
"54517",
"54527",
"54546",
"54846",
"54855"
]
},
{
"name": "Barron County",
"countySeat": "Barron",
"zipCodes": [
"54812",
"54813",
"54822",
"54826",
"54829",
"54841",
"54857",
"54868",
"54870",
"54889"
]
},
{
"name": "Brown County",
"countySeat": "Green Bay",
"zipCodes": [
"54301",
"54302",
"54303",
"54304",
"54305",
"54306",
"54307",
"54308",
"54311",
"54313",
"54324",
"54344"
]
},
{
"name": "Buffalo County",
"countySeat": "Alma",
"zipCodes": [
"54610",
"54622",
"54629",
"54736",
"54755",
"54769"
]
},
{
"name": "Burnett County",
"countySeat": "Siren",
"zipCodes": [
"54830",
"54836",
"54840",
"54853",
"54871",
"54872",
"54893"
]
},
{
"name": "Calumet County",
"countySeat": "Chilton",
"zipCodes": [
"53014",
"54110",
"54129",
"54160",
"54169",
"54911",
"54915",
"54952"
]
},
{
"name": "Chippewa County",
"countySeat": "Chippewa Falls",
"zipCodes": [
"54729",
"54774",
"54720",
"54703",
"54722",
"54727",
"54748",
"54757",
"54758"
]
},
{
"name": "Clark County",
"countySeat": "Neillsville",
"zipCodes": [
"54420",
"54422",
"54436",
"54437",
"54446",
"54456",
"54460",
"54493"
]
},
{
"name": "Columbia County",
"countySeat": "Portage",
"zipCodes": [
"53901",
"53911",
"53923",
"53928",
"53935",
"53954",
"53960",
"53965"
]
},
{
"name": "Crawford County",
"countySeat": "Prairie du Chien",
"zipCodes": [
"53801",
"53805",
"53806",
"53810",
"53813",
"53817",
"53821",
"53826"
]
},
{
"name": "Dane County",
"countySeat": "Madison",
"zipCodes": [
"53515",
"53517",
"53521",
"53523",
"53527",
"53528",
"53529",
"53531",
"53532",
"53558",
"53559",
"53560",
"53562",
"53571",
"53572",
"53575",
"53589",
"53590",
"53593",
"53597",
"53598",
"53701",
"53702",
"53703",
"53704",
"53705",
"53706",
"53707",
"53708",
"53711",
"53713",
"53714",
"53715",
"53716",
"53717",
"53718",
"53719",
"53725",
"53726",
"53744",
"53774",
"53777",
"53778",
"53779",
"53782",
"53783",
"53784",
"53785",
"53786",
"53788",
"53789",
"53790",
"53791",
"53792",
"53793",
"53794"
]
},
{
"name": "Dodge County",
"countySeat": "Juneau",
"zipCodes": [
"53003",
"53006",
"53016",
"53032",
"53034",
"53035",
"53036",
"53039",
"53047",
"53050",
"53059",
"53078",
"53557",
"53579",
"53916",
"53922",
"53932",
"53933",
"53956",
"53963"
]
},
{
"name": "Door County",
"countySeat": "Sturgeon Bay",
"zipCodes": [
"54202",
"54204",
"54209",
"54210",
"54211",
"54212",
"54213",
"54226",
"54234",
"54235"
]
},
{
"name": "Douglas County",
"countySeat": "Superior",
"zipCodes": [
"54836",
"54838",
"54842",
"54849",
"54854",
"54864",
"54873",
"54880"
]
},
{
"name": "Dunn County",
"countySeat": "Menomonie",
"zipCodes": [
"54730",
"54734",
"54735",
"54739",
"54751",
"54755",
"54764"
]
},
{
"name": "Eau Claire County",
"countySeat": "Eau Claire",
"zipCodes": [
"54701",
"54702",
"54703",
"54720",
"54742",
"54755"
]
},
{
"name": "Florence County",
"countySeat": "Florence",
"zipCodes": [
"54119",
"54121"
]
},
{
"name": "Fond du Lac County",
"countySeat": "Fond du Lac",
"zipCodes": [
"54935",
"54936",
"54937",
"53010",
"53019",
"53049",
"53057",
"53065",
"53919",
"54932",
"54964",
"54971",
"54974",
"54979"
]
},
{
"name": "Forest County",
"countySeat": "Crandon",
"zipCodes": [
"54520",
"54541",
"54542",
"54566"
]
},
{
"name": "Grant County",
"countySeat": "Lancaster",
"zipCodes": [
"53804",
"53807",
"53809",
"53813",
"53818",
"53820",
"53827"
]
},
{
"name": "Green County",
"countySeat": "Monroe",
"zipCodes": [
"53502",
"53508",
"53516",
"53520",
"53522",
"53526",
"53530",
"53566",
"53570"
]
},
{
"name": "Green Lake County",
"countySeat": "Green Lake",
"zipCodes": [
"53926",
"53939",
"53946",
"53947",
"54923",
"54941",
"54968"
]
},
{
"name": "Iowa County",
"countySeat": "Dodgeville",
"zipCodes": [
"53506",
"53507",
"53510",
"53517",
"53526",
"53533",
"53541",
"53543",
"53544",
"53565",
"53580",
"53587",
"53588"
]
},
{
"name": "Iron County",
"countySeat": "Hurley",
"zipCodes": [
"54525",
"54534",
"54536",
"54547",
"54550",
"54559"
]
},
{
"name": "Jackson County",
"countySeat": "Black River Falls",
"zipCodes": [
"54611",
"54615",
"54620",
"54637",
"54642",
"54643",
"54659"
]
},
{
"name": "Jefferson County",
"countySeat": "Jefferson",
"zipCodes": [
"53003",
"53036",
"53038",
"53094",
"53523",
"53538",
"53549",
"53551",
"53557",
"53563",
"53579",
"53585",
"53594",
"54932"
]
},
{
"name": "Juneau County",
"countySeat": "Mauston",
"zipCodes": [
"53929",
"53934",
"53948",
"53950",
"53968",
"54618",
"54637",
"54646"
]
},
{
"name": "Kenosha County",
"countySeat": "Kenosha",
"zipCodes": [
"53104",
"53105",
"53140",
"53141",
"53142",
"53143",
"53144",
"53158",
"53168",
"53170",
"53177",
"53179",
"53182",
"53192"
]
},
{
"name": "Kewaunee County",
"countySeat": "Kewaunee",
"zipCodes": [
"54201",
"54205",
"54209",
"54216",
"54217",
"54226",
"54228"
]
},
{
"name": "La Crosse County",
"countySeat": "La Crosse",
"zipCodes": [
"54601",
"54602",
"54603",
"54636",
"54650",
"54653",
"54669"
]
},
{
"name": "Lafayette County",
"countySeat": "Darlington",
"zipCodes": [
"53504",
"53510",
"53516",
"53530",
"53541",
"53543",
"53565",
"53566",
"53569",
"53570",
"53586"
]
},
{
"name": "Langlade County",
"countySeat": "Antigo",
"zipCodes": [
"54409",
"54418",
"54424",
"54428",
"54435",
"54462",
"54464",
"54465",
"54485"
]
},
{
"name": "Lincoln County",
"countySeat": "Merrill",
"zipCodes": [
"54435",
"54442",
"54452",
"54487",
"54520",
"54564"
]
},
{
"name": "Manitowoc County",
"countySeat": "Manitowoc",
"zipCodes": [
"54207",
"54214",
"54215",
"54220",
"54221",
"54227",
"54228",
"54230",
"54232",
"54240",
"54241",
"54245",
"54247"
]
},
{
"name": "Marathon County",
"countySeat": "Wausau",
"zipCodes": [
"54401",
"54402",
"54403",
"54408",
"54411",
"54417",
"54426",
"54427",
"54429",
"54440",
"54448",
"54449",
"54455",
"54471",
"54473",
"54474",
"54476",
"54479",
"54484",
"54488"
]
},
{
"name": "Marinette County",
"countySeat": "Marinette",
"zipCodes": [
"54102",
"54104",
"54112",
"54114",
"54119",
"54120",
"54125",
"54143",
"54151",
"54153",
"54156",
"54157",
"54159",
"54161",
"54177"
]
},
{
"name": "Marquette County",
"countySeat": "Montello",
"zipCodes": [
"53920",
"53949",
"53953",
"53964"
]
},
{
"name": "Menominee County",
"countySeat": "Keshena",
"zipCodes": [
"54135",
"54150"
]
},
{
"name": "Milwaukee County",
"countySeat": "Milwaukee",
"zipCodes": [
"53110",
"53129",
"53130",
"53132",
"53154",
"53172",
"53202",
"53203",
"53204",
"53205",
"53206",
"53207",
"53208",
"53209",
"53210",
"53211",
"53212",
"53213",
"53214",
"53215",
"53216",
"53217",
"53218",
"53219",
"53220",
"53221",
"53222",
"53223",
"53224",
"53225",
"53226",
"53227",
"53228",
"53233",
"53234",
"53235",
"53237",
"53259",
"53263",
"53268",
"53274",
"53278",
"53288",
"53290",
"53293",
"53295"
]
},
{
"name": "Monroe County",
"countySeat": "Sparta",
"zipCodes": [
"54611",
"54615",
"54618",
"54637",
"54642",
"54644",
"54648",
"54649",
"54656",
"54660",
"54666"
]
},
{
"name": "Oconto County",
"countySeat": "Oconto",
"zipCodes": [
"54101",
"54124",
"54138",
"54139",
"54153",
"54154",
"54161",
"54171",
"54174"
]
},
{
"name": "Oneida County",
"countySeat": "Rhinelander",
"zipCodes": [
"54501",
"54529",
"54531",
"54532",
"54539",
"54543",
"54558",
"54562",
"54564"
]
},
{
"name": "Outagamie County",
"countySeat": "Appleton",
"zipCodes": [
"54106",
"54113",
"54130",
"54131",
"54136",
"54140",
"54152",
"54165",
"54170",
"54911",
"54912",
"54913",
"54914",
"54915",
"54919",
"54922",
"54931",
"54942",
"54944"
]
},
{
"name": "Ozaukee County",
"countySeat": "Port Washington",
"zipCodes": [
"53004",
"53012",
"53021",
"53024",
"53074",
"53080",
"53092",
"53097"
]
},
{
"name": "Pepin County",
"countySeat": "Durand",
"zipCodes": [
"54736",
"54755",
"54759",
"54769"
]
},
{
"name": "Pierce County",
"countySeat": "Ellsworth",
"zipCodes": [
"54003",
"54010",
"54011",
"54014",
"54022",
"54721",
"54723",
"54740",
"54750",
"54761"
]
},
{
"name": "Polk County",
"countySeat": "Balsam Lake",
"zipCodes": [
"54001",
"54004",
"54005",
"54006",
"54007",
"54009",
"54020",
"54024",
"54026",
"54810",
"54824",
"54853",
"54858",
"54872",
"54889"
]
},
{
"name": "Portage County",
"countySeat": "Stevens Point",
"zipCodes": [
"54406",
"54407",
"54423",
"54443",
"54455",
"54458",
"54467",
"54473",
"54481",
"54482",
"54492"
]
},
{
"name": "Price County",
"countySeat": "Phillips",
"zipCodes": [
"54514",
"54515",
"54524",
"54526",
"54537",
"54552",
"54555",
"54556",
"54564"
]
},
{
"name": "Racine County",
"countySeat": "Racine",
"zipCodes": [
"53105",
"53108",
"53126",
"53139",
"53177",
"53182",
"53185",
"53401",
"53402",
"53403",
"53404",
"53405",
"53406",
"53407",
"53408"
]
},
{
"name": "Richland County",
"countySeat": "Richland Center",
"zipCodes": [
"53540",
"53556",
"53573",
"53581",
"53588",
"53924",
"53937",
"54634",
"54655"
]
},
{
"name": "Rock County",
"countySeat": "Janesville",
"zipCodes": [
"53511",
"53512",
"53525",
"53534",
"53536",
"53537",
"53542",
"53545",
"53546",
"53547",
"53548",
"53563",
"53585"
]
},
{
"name": "Rusk County",
"countySeat": "Ladysmith",
"zipCodes": [
"54731",
"54745",
"54748",
"54766",
"54819",
"54848",
"54861"
]
},
{
"name": "St. Croix County",
"countySeat": "Hudson",
"zipCodes": [
"54002",
"54003",
"54016",
"54017",
"54023",
"54025",
"54026",
"54027",
"54082"
]
},
{
"name": "Sauk County",
"countySeat": "Baraboo",
"zipCodes": [
"53577",
"53578",
"53583",
"53913",
"53937",
"53940",
"53941",
"53942",
"53943",
"53951",
"53959",
"53961",
"53965"
]
},
{
"name": "Sawyer County",
"countySeat": "Hayward",
"zipCodes": [
"54517",
"54527",
"54828",
"54835",
"54843",
"54862",
"54867",
"54876"
]
},
{
"name": "Shawano County",
"countySeat": "Shawano",
"zipCodes": [
"54107",
"54111",
"54128",
"54135",
"54137",
"54150",
"54166",
"54170",
"54414",
"54416",
"54450",
"54499"
]
},
{
"name": "Sheboygan County",
"countySeat": "Sheboygan",
"zipCodes": [
"53001",
"53013",
"53020",
"53023",
"53026",
"53044",
"53070",
"53073",
"53075",
"53079",
"53081",
"53083",
"53085",
"53093"
]
},
{
"name": "Taylor County",
"countySeat": "Medford",
"zipCodes": [
"54405",
"54425",
"54433",
"54434",
"54447",
"54451",
"54470",
"54480",
"54490"
]
},
{
"name": "Trempealeau County",
"countySeat": "Whitehall",
"zipCodes": [
"54612",
"54616",
"54622",
"54627",
"54629",
"54630",
"54636",
"54659",
"54738",
"54747",
"54758",
"54760",
"54773"
]
},
{
"name": "Vernon County",
"countySeat": "Viroqua",
"zipCodes": [
"54623",
"54630",
"54631",
"54634",
"54635",
"54637",
"54638",
"54639",
"54649",
"54652",
"54655",
"54656",
"54665"
]
},
{
"name": "Vilas County",
"countySeat": "Eagle River",
"zipCodes": [
"54512",
"54519",
"54521",
"54529",
"54538",
"54540",
"54542",
"54545",
"54548",
"54554",
"54557",
"54558",
"54561",
"54562",
"54568"
]
},
{
"name": "Walworth County",
"countySeat": "Elkhorn",
"zipCodes": [
"53114",
"53115",
"53120",
"53121",
"53125",
"53128",
"53147",
"53148",
"53157",
"53176",
"53184",
"53190",
"53191",
"53195"
]
},
{
"name": "Washburn County",
"countySeat": "Shell Lake",
"zipCodes": [
"54801",
"54813",
"54817",
"54830",
"54837",
"54843",
"54871",
"54888",
"54889"
]
},
{
"name": "Washington County",
"countySeat": "West Bend",
"zipCodes": [
"53002",
"53017",
"53027",
"53033",
"53037",
"53040",
"53076",
"53086",
"53090",
"53095"
]
},
{
"name": "Waukesha County",
"countySeat": "Waukesha",
"zipCodes": [
"53005",
"53007",
"53018",
"53029",
"53045",
"53046",
"53051",
"53056",
"53058",
"53064",
"53066",
"53069",
"53072",
"53089",
"53103",
"53118",
"53122",
"53127",
"53146",
"53149",
"53151",
"53153",
"53183",
"53186",
"53187",
"53188",
"53189"
]
},
{
"name": "Waupaca County",
"countySeat": "Waupaca",
"zipCodes": [
"54926",
"54929",
"54933",
"54940",
"54945",
"54949",
"54950",
"54961",
"54962",
"54965",
"54969",
"54977",
"54981",
"54983",
"54990"
]
},
{
"name": "Waushara County",
"countySeat": "Wautoma",
"zipCodes": [
"54909",
"54923",
"54930",
"54943",
"54945",
"54960",
"54965",
"54966",
"54967",
"54970",
"54976",
"54982",
"54984"
]
},
{
"name": "Winnebago County",
"countySeat": "Oshkosh",
"zipCodes": [
"54901",
"54902",
"54903",
"54904",
"54906",
"54927",
"54934",
"54940",
"54942",
"54947",
"54952",
"54956",
"54957",
"54963",
"54964",
"54980",
"54985",
"54986"
]
},
{
"name": "Wood County",
"countySeat": "Wisconsin Rapids",
"zipCodes": [
"54404",
"54410",
"54412",
"54413",
"54415",
"54441",
"54457",
"54466",
"54469",
"54475",
"54489",
"54494",
"54495"
]
},
{
"name": "Bayfield County",
"countySeat": "Washburn",
"zipCodes": [
"54814",
"54816",
"54821",
"54827",
"54832",
"54839",
"54844",
"54847",
"54850",
"54856",
"54861",
"54865",
"54891"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment