Skip to content

Instantly share code, notes, and snippets.

@cheshire137
Last active March 13, 2019 17:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cheshire137/5928f6f19ead90bacff7 to your computer and use it in GitHub Desktop.
Save cheshire137/5928f6f19ead90bacff7 to your computer and use it in GitHub Desktop.
List of aliases for US cities by state
#!/usr/bin/env ruby
require 'rubygems'
require 'mechanize'
require 'json'
url = "https://en.wikipedia.org/wiki/List_of_city_nicknames_in_the_United_States"
STATES = ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado",
"Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho",
"Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana",
"Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota",
"Mississippi", "Missouri", "Montana Nebraska", "Nevada",
"New Hampshire", "New Jersey", "New Mexico", "New York",
"North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon",
"Pennsylvania", "Rhode Island", "South Carolina", "South Dakota",
"Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington",
"West Virginia", "Wisconsin", "Wyoming", "District of Columbia",
"Puerto Rico"]
agent = Mechanize.new
page = agent.get(url)
state_h2s = page.search("h2").select { |h2| STATES.include?(h2.content) }
aliases = {}
def clean_city_alias(name)
index = name.index("[")
name = name[0...index] if index
name = name[0...(name.length - 1)] if name.end_with?(".")
index = name.index("(")
name = name[0...index] if index
name = name.strip
return name.split(" or ") if name.include?(" or ")
[name]
end
def is_state_h2?(node)
STATES.include?(node.content)
end
def get_state(city_li)
state_ul = city_li.parent
state_h2 = state_ul.previous_sibling
while state_h2 && !is_state_h2?(state_h2)
state_h2 = state_h2.previous_sibling
end
return state_h2.content if state_h2
end
state_h2s.each do |state_h2|
state = state_h2.content
aliases[state] = {}
end
city_lis = page.search("h2 ~ ul > li")
city_lis.each do |city_li|
state = get_state(city_li)
next unless state
alias_ul = city_li.search("ul")
unless city_li.content.include?(" - ") || alias_ul.length > 0 ||
state == "District of Columbia"
next
end
city_link = city_li.search("> a:first-child").first
if city_link
city = city_link.content
else
city = city_li.content
end
if city.start_with?("Contemporary nicknames of Atlanta") ||
city.start_with?("Historical nicknames for the city include")
city = "Atlanta"
end
city = "District of Columbia" if state == "District of Columbia"
puts "#{city}, #{state}..."
aliases[state][city] ||= []
if alias_ul.length > 0
alias_ul.search("li").each do |alias_li|
city_aliases = clean_city_alias(alias_li.content)
aliases[state][city] = aliases[state][city].concat(city_aliases)
end
else
city_aliases = clean_city_alias(city_li.content.split(" - ").last)
aliases[state][city] = aliases[state][city].concat(city_aliases)
end
end
path = "us_city_aliases.json"
File.open(path, "w") { |file| file.puts JSON.pretty_generate(aliases) }
puts "Wrote #{path}!"
{
"Alabama": {
"Alabaster": [
"The City for Families"
],
"Albertville": [
"The Fire Hydrant Capital of the World"
],
"Anniston": [
"The Model City"
],
"Auburn": [
"The Loveliest Village on the Plains"
],
"Bayou La Batre": [
"Seafood Capital of Alabama"
],
"Bessemer": [
"The Marvel City"
],
"Birmingham": [
"The Magic City",
"The Pittsburgh of the South",
"The Steel City",
"The Tragic City"
],
"Cedar Bluff": [
"Crappie Capital of the World"
],
"Daphne": [
"The Jubilee City"
],
"Decatur": [
"Ballooning Capital of Alabama",
"\"Home of America's First Wave Pool\"",
"The Chicago of the South",
"The River City",
"Wave Pool Capital of the World"
],
"Demopolis": [
"City of the People"
],
"Dothan": [
"Condom Capital of the World",
"The Peanut Capital of the World"
],
"Douglas": [
"City of Eagles"
],
"Eufaula": [
"Bass Capital of the World"
],
"Fort Payne": [
"Sock Capital of the World"
],
"Gadsden": [
"City of Champions"
],
"Greenville": [
"The Camellia City"
],
"Haleyville": [
"Home of 911"
],
"Hartselle": [
"The City of Southern Hospitality"
],
"Hueytown": [
"Home of the Alabama Gang"
],
"Huntsville": [
"The Rocket City",
"Watercress Capital of the World"
],
"Jacksonville": [
"Gem of the Hills"
],
"Lincoln": [
"The Motorsports City"
],
"Madison": [
"Where Progress Meets Preservation"
],
"Mentone": [
"Camping Capital of the World"
],
"Mobile": [
"The Azalea City",
"The City of Six Flags",
"The Home of Mardi Gras",
"The Port City"
],
"Monroeville": [
"Literary Capital of the World"
],
"Montgomery": [
"Capital of the South",
"The Cradle of the Confederacy",
"The Gump"
],
"Muscle Shoals": [
"The Hit Recording Capital of the World"
],
"Ozark": [
"The Home of Fort Rucker"
],
"Prattville": [
"The Fountain City",
"The Preferred City"
],
"Selma": [
"Butterfly Capital of Alabama",
"Queen of the Alabama Black Belt"
],
"Summerdale": [
"The Sunshine City"
],
"Sylacauga": [
"The Marble City"
],
"Tuscaloosa": [
"The Druid City"
],
"Tuskegee": [
"The Pride of the Swift-Growing South"
],
"Union Springs": [
"Bird Dog Field Trial Capital of the World"
],
"Vestavia Hills": [
"The Jewel City"
],
"Wetumpka": [
"Rumbling Waters"
],
"Winfield": [
"City on the Move"
]
},
"Alaska": {
"Anchorage": [
"Air Crossroads of the World",
"Anchortown",
"The City of Lights and Flowers",
"Hanging Basket Capital of the World",
"Los Anchorage",
"Rage City"
],
"Cordova": [
"Clam Town",
"Razor Clam Capital"
],
"Fairbanks": [
"The Golden Heart City"
],
"Glennallen": [
"G-town"
],
"Haines": [
"Eagle Capital of America"
],
"Homer": [
"Halibut Capital of the World",
"Halibut Fishing Capital of the World"
],
"Kenai": [
"The Village With a Past, the City With a Future"
],
"Ketchikan": [
"King Salmon Capital of the World"
],
"Knik": [
"Dog-mushing Center of the World"
],
"Kodiak": [
"King Crab Capital"
],
"Sitka": [
"First City of Alaska",
"The Natural Place to Visit"
]
},
"Arizona": {
"Apache Junction": [
"Home of the Superstition Mountains",
"Gateway to Legends, Lakes, Leisure, and Lost Treasure"
],
"Ash Fork": [
"Flagstone Capital of the United States"
],
"Chandler": [
"High-Tech Oasis of the Silicon Desert"
],
"Flagstaff": [
"City in the Pines",
"City of Seven Wonders",
"The Staff",
"Flag Town"
],
"Jerome": [
"America’s Most Vertical City"
],
"Kingman": [
"Heart of Route 66"
],
"Phoenix": [
"Arizona's Urban Heart"
],
"Phoenix metropolitan area": [
"Valley of the Sun"
],
"Prescott": [
"Everybody's Home Town"
],
"Scottsdale": [
"The West's Most Western Town"
],
"Sedona": [
"Red Rock Country"
],
"Show Low": [
"Named for the Turn of a Card"
],
"Sierra Vista": [
"Hummingbird Capital of the United States"
],
"Tombstone": [
"The Town Too Tough To Die"
],
"Tucson": [
"The Old Pueblo",
"Optics Valley",
"The Sunshine Factory"
],
"Wickenburg": [
"The Dude Ranch Capital of the World"
],
"Yuma": [
"Experience Our Sense of Yuma"
]
},
"Arkansas": {
"Alma": [
"Spinach Capital of the World"
],
"Berryville": [
"Turkey Capital"
],
"Brinkley": [
"Home of the Ivory-billed Woodpecker"
],
"Conway": [
"The City of Colleges"
],
"Dumas": [
"Home of the Ding Dong Daddy"
],
"El Dorado": [
"Arkansas' Original Boomtown",
"Queen City of South Arkansas"
],
"Emerson": [
"The Biggest Little Town in Arkansas"
],
"Fayetteville": [
"Hog Country",
"Track Capital of the World"
],
"Green Forest": [
"Tomato Capital"
],
"Hope": [
"Watermelon Capital of the World"
],
"Hot Springs": [
"Spa City"
],
"Jasper": [
"Elk Capital of Arkansas"
],
"Jonesboro": [
"The City of Churches",
"The Crepe Myrtle City"
],
"Little Rock": [
"The City of Roses",
"River City"
],
"Lowell": [
"A Town with a Past, A City with a Future"
],
"Malvern": [
"Brick Capital of the World"
],
"Mount Ida": [
"Quartz Crystal Capital of the World"
],
"Mountain View": [
"Folk Music Capital of the World"
],
"Nashville": [
"Peach Capital"
],
"North Little Rock": [
"Dogtown"
],
"Stuttgart": [
"Rice and Duck Capital of the World"
],
"Texarkana": [
"Twice as Nice"
]
},
"California": {
"Alameda": [
"The Island City"
],
"Antioch": [
"Gateway to the Delta"
],
"Arcadia": [
"Community of Homes"
],
"Auburn": [
"Endurance Capital of The World"
],
"Bakersfield": [
"California's Country Music Capital"
],
"Berkeley": [
"Berzerkeley",
"The People's Republic of Berkeley",
"Athens of the West"
],
"Bishop": [
"Mule Packer Capital of the World"
],
"Buena Park": [
"Center of the Southland"
],
"Campbell": [
"The Orchard City"
],
"Carlsbad": [
"Village by the sea"
],
"Castroville": [
"Artichoke Center of the World"
],
"Chatsworth": [
"San Pornando"
],
"Chico": [
"City of Roses",
"City of Trees",
"Almond Capital of the World",
"Where Everything Grows"
],
"Clovis": [
"Gateway to the Sierra"
],
"Coachella": [
"City of Eternal Sunshine",
"Gateway to the Salton Sea"
],
"Colma": [
"The City of the Silent"
],
"Compton": [
"The Hub City"
],
"Corning": [
"Olive City"
],
"Corona": [
"The Circle City"
],
"Coronado": [
"The Crown City"
],
"Corte Madera": [
"The Twin City"
],
"Culver City": [
"Heart of Screenland"
],
"Daly City": [
"Gateway To The Peninsula",
"Little Manila"
],
"Davis": [
"Bicycle Capital of the World",
"People's Republic of Davis"
],
"Del Mar": [
"Where the turf meets the surf"
],
"Dinuba": [
"Raisinland, USA"
],
"Fallbrook": [
"Raisin Capital of the World",
"City of Youth and Ambition"
],
"Forestville": [
"Poison Oak Capital of the World"
],
"Garden Grove": [
"Big Strawberry"
],
"Gilroy": [
"Garlic Capital of the World"
],
"Glendale": [
"The Jewel City"
],
"Glendora": [
"The Pride of the Foothills"
],
"Goleta": [
"The Good Land"
],
"Greenfield": [
"Broccoli Capital of the World"
],
"Gridley": [
"Kiwi Fruit Capital of the World"
],
"Half Moon Bay": [
"Pumpkin Capital"
],
"Hayward": [
"Heart of the Bay"
],
"Hercules": [
"The Dynamic City on the Bay"
],
"Holtville": [
"The Carrot Capital of the World"
],
"Huntington Beach": [
"Surf City, USA"
],
"Indio": [
"Date Capital of the World"
],
"Inglewood": [
"The City of Champions"
],
"Isleton": [
"Asparagus Capital of the World"
],
"Larkspur": [
"The Twin City"
],
"Linden": [
"Cherry Capital of the World"
],
"Lodi": [
"Tokay Grape Capital of the World",
"Zinfandel Capital of the World"
],
"Lompoc": [
"Flower Seed Capital of the World"
],
"Long Beach": [
"The International City",
"Iowa by the Sea"
],
"Los Angeles": [
"Angeltown",
"The Big Orange",
"City of Angels",
"City of Flowers and Sunshine",
"La-La Land",
"Shaky Town",
"Tinseltown"
],
"Madera": [
"Heart of California"
],
"Marysville": [
"Gateway to the Gold Fields"
],
"McCloud": [
"Blackberry Capital of the World"
],
"Merced": [
"Gateway to Yosemite"
],
"Milpitas": [
"Crossroads of Silicon Valley"
],
"Modesto": [
"Water, Wealth, Contentment, Health"
],
"Monterey": [
"The Cradle of History"
],
"Norco": [
"Horse Town USA"
],
"Norwalk": [
"The Keystone City"
],
"Oakdale": [
"Cowboy Capital of the World"
],
"Oakland": [
"Bright Side of the Bay",
"Bump City",
"Detroit of the West",
"Oaktown",
"O-Town"
],
"Oxnard": [
"Lima Bean Capital of the World",
"Strawberry Capital of the World"
],
"Pacific Grove": [
"America's Last Hometown",
"Butterfly Town, U.S.A"
],
"Pacifica": [
"Fog Capital of California"
],
"Palm Springs": [
"Golf Capital of the World"
],
"Pasadena": [
"City of Roses",
"Crown City"
],
"Paso Robles": [
"The Pass of the Oaks"
],
"Pearsonville": [
"Hubcap Capital of the World"
],
"Placerville": [
"Old Hangtown"
],
"Redwood City": [
"Climate Best By Government Test",
"Deadwood City"
],
"Reedley": [
"The World's Fruit Basket"
],
"Richmond": [
"City of Pride and Purpose"
],
"Ripon": [
"City of Almonds"
],
"Riverside": [
"City of Arts and Innovation",
"City of Trees"
],
"Sacramento": [
"Almond Capital of the World",
"America's Farm-to-Fork Capital",
"Big Tomato",
"Camellia City",
"City of Trees",
"River City",
"Sacratomato",
"Sactown"
],
"Salinas": [
"Lettuce Capital of the World"
],
"San Carlos": [
"City of Good Living"
],
"San Diego": [
"America's Finest City",
"City in Motion",
"Dago",
"Daygo",
"Silicon Beach"
],
"San Francisco": [
"Baghdad by the Bay",
"The City",
"The City by the Bay",
"The City That Knows How",
"Everybody's Favorite City",
"Fog City",
"Frisco",
"Golden City",
"The Golden Gate City",
"San Fran",
"Shaky Town"
],
"San Jose": [
"The Capital of Silicon Valley"
],
"San Luis Obispo": [
"SLO"
],
"San Pablo": [
"City of New Directions"
],
"San Quentin": [
"Bastille by the Bay"
],
"Sanger": [
"Christmas Tree City"
],
"Santa Barbara": [
"The American Riviera"
],
"Santa Cruz": [
""
],
"Santa Monica": [
"Dogtown",
"Home of the Homeless",
"People's Republic of Santa Monica",
"Soviet Monica"
],
"Santa Paula": [
"Citrus Capital of the World"
],
"Selma": [
"Raisin Capital of the World"
],
"Smith River": [
"Lily Growing Capital of the World"
],
"Solvang": [
"Danish capital of America"
],
"South San Francisco": [
"The Industrial City, South City"
],
"Stockton": [
"Asparagus Capital of the World"
],
"Sunnyvale": [
"The Heart of Silicon Valley"
],
"Tulelake": [
"Horseradish Capital of the World"
],
"Visalia": [
"Gateway to the Sequoias"
],
"Wasco": [
"Rose Growing Capital of the World"
],
"Watsonville": [
"Strawberry Capital of the World"
],
"Willits": [
"Gateway to the Redwoods",
"Heart of Mendocino County",
"Solar Energy Capital of the World"
],
"Willow Creek": [
"Bigfoot Capital of the World"
],
"Yorba Linda": [
"Land of Gracious Living"
],
"Yuba City": [
"Prune Capital"
]
},
"Colorado": {
"Alamosa": [
"Gateway to the Great Sand Dunes"
],
"Arvada": [
"Celery Capital of the World"
],
"Aspen": [
"America's Canary City"
],
"Ault": [
"A Unique Little Town"
],
"Aurora": [
"Gateway to the Rockies"
],
"Berthoud": [
"Garden Spot of Colorado"
],
"Black Hawk": [
"City of Mills"
],
"Boulder": [
"The Berkeley of the Rockies",
"The People's Republic of Boulder"
],
"Breckenridge": [
"The Kingdom of Breckenridge"
],
"Cañon City": [
"Climate Capital of Colorado"
],
"Carbondale": [
"Ultimate Rocky Mountain Hideout"
],
"Cedaredge": [
"Southern Gateway to the Grand Mesa"
],
"Central City": [
"Richest square mile on Earth"
],
"Colorado Springs": [
"City of Millionaires",
"Little London",
"Newport in the Rockies",
"The Springs"
],
"Creede": [
"There is no night in Creede"
],
"Crested Butte": [
"Colorado's Last Great Ski Town",
"Wildflower Capital of Colorado"
],
"Deer Trail": [
"Home of the World's First Rodeo"
],
"Denver": [
"The Mile-High City",
"Queen City of the Plains",
"Queen City of the West",
"Broncoville",
"Wall Street of the West"
],
"Dove Creek": [
"Pinto Bean Capital of the World"
],
"Durango": [
"Durango Rocks!"
],
"Eaton": [
"Garden of Eaton: Beef, Beets, and Beans"
],
"Edgewater": [
"City of Choice"
],
"Fairplay": [
"The Real South Park"
],
"Fort Collins": [
"The Choice City",
"The Napa Valley of Beer",
"Fort Fun",
"FoCo"
],
"Fruita": [
"Home of Mike the Headless Chicken"
],
"Grand Junction": [
"Colorado's Wine Country",
"River City"
],
"Greeley": [
"City of Churches",
"Garden City of the West"
],
"Golden": [
"Where the West Lives"
],
"Leadville": [
"Magic City"
],
"Limon": [
"The Hub City of the Plains"
],
"Longmont": [
"Longtucky"
],
"Loveland": [
"Gateway to the Rockies",
"The Sweetheart City"
],
"Lyons": [
"Double Gateway to the Rockies"
],
"Manitou Springs": [
"Saratoga of the West"
],
"Nederland": [
"Home of the Frozen Dead Guy",
"Ned"
],
"Ouray": [
"Switzerland of America"
],
"Palisade": [
"Peach Capital of Colorado"
],
"Pueblo": [
"Home of Heroes",
"Pride City",
"Steel City of the West"
],
"Severance": [
"Where the geese fly and the bulls cry"
],
"Steamboat Springs": [
"Ski Town USA",
"The Boat"
],
"Sterling": [
"A Colorado treasure"
],
"Tarryall": [
"Grab-all"
],
"Telluride": [
"To-hell-you-ride"
],
"Victor": [
"City of Gold Mines"
],
"Wheat Ridge": [
"Carnation Capital of the World"
]
},
"Connecticut": {
"Berlin": [
"Geographic Center of Connecticut"
],
"Bethlehem": [
"The Christmas Town"
],
"Bridgeport": [
"The Park City"
],
"Bristol": [
"Clock City"
],
"Cheshire": [
"Bedding Plant Capital of Connecticut"
],
"Danbury": [
"Hat City"
],
"Derby": [
"Connecticut's Smallest City"
],
"Groton": [
"Submarine Capital of the World"
],
"Hamden": [
"Land of the Sleeping Giant"
],
"Hartford": [
"Insurance Capital of the World",
"Insurance City"
],
"Madison": [
"Connecticut's Front Porch"
],
"Manchester": [
"Silk City"
],
"Meriden": [
"Silver City"
],
"Middletown": [
"Forest City"
],
"Naugatuck": [
"Rubber City"
],
"New Britain": [
"Hardware City",
"Hard-hittin' New Britain"
],
"New Haven": [
"The Elm City"
],
"Norwich": [
"Rose City"
],
"Stamford": [
"Lock City",
"\"The City that Works!\""
],
"Waterbury": [
"The Brass City"
],
"West Haven": [
"Connecticut's Friendliest City"
],
"Willimantic": [
"Thread City"
]
},
"Delaware": {
"Dover": [
"The City that Means Well"
],
"Lewes": [
"First Town in the First State"
],
"Rehoboth Beach": [
"The Nation's Summer Capital"
],
"Seaford": [
"The Nylon Capital of the World"
],
"Wilmington": [
"Chemical Capital of the World"
]
},
"Florida": {
"Apopka": [
"Indoor Foliage Capital of the World"
],
"Aventura": [
"The City of Excellence"
],
"Bartow": [
"City of Oaks and Azaleas",
"The City of Oaks",
"The 'Tow"
],
"Belle Glade": [
"Muck City"
],
"Boca Raton": [
"A City for All Seasons"
],
"Cape Coral": [
"Waterfront Wonderland"
],
"Clewiston": [
"America's Sweetest Town"
],
"Coconut Creek": [
"Butterfly Capital of the World"
],
"Coral Gables": [
"The City Beautiful"
],
"Coral Springs": [
"The City in the Country"
],
"DeLand": [
"The Athens of Florida"
],
"Deltona": [
"Florida's Bright Spot"
],
"Eustis": [
"The City of Bright Tomorrows"
],
"Fernandina Beach": [
"Shark's Tooth Capital of the World"
],
"Fort Lauderdale": [
"Venice of America"
],
"Fort Myers": [
"The City of Palms"
],
"Fort Pierce": [
"The Sunshine City"
],
"Fort Walton Beach": [
"Billfish Capital of the World",
"Emerald Coast"
],
"Gainesville": [
"Hogtown",
"The Tree City",
"Gator Country"
],
"Haines City": [
"The Heart of Florida"
],
"Hialeah": [
"City of Progress"
],
"Jacksonville": [
"Jax",
"Where Florida Begins",
"Bold New City of the South"
],
"Key West": [
"Conch Republic",
"Southernmost City In The Continental United States"
],
"Largo": [
"Dime City"
],
"Melbourne": [
"The Harbor City"
],
"Miami": [
"The Magic City"
],
"Ocala": [
"The Brick City",
"Horse Capital of the World"
],
"Ocoee": [
"The Center of Good Living"
],
"Okeechobee": [
"Speckled Perch Capital of the World"
],
"Orlando": [
"The City Beautiful"
],
"Ormond Beach": [
"Birthplace of Speed"
],
"Panama City Beach": [
"The World's Most Beautiful Beaches"
],
"Pensacola": [
"City of Five Flags"
],
"Plant City": [
"Strawberry Capital of the World",
"Winter Strawberry Capital of the World"
],
"Port St. Lucie": [
"PSL",
"A City for All Ages"
],
"St. Petersburg": [
"Always in Season",
"Sunshine City",
"St. Pete"
],
"Sarasota": [
"Heaven's Waiting Room"
],
"Sebring": [
"City on the Circle"
],
"Stuart": [
"Sailfish Capital of the World"
],
"Tallahassee": [
"Tallanasty"
],
"Tampa": [
"The Big Guava",
"Cigar City",
"Lightning Capital of the World",
"Cigar Capital of the World",
"America's Next Greatest City",
"City of Champions"
],
"Tarpon Springs": [
"Sponge Capital of the World"
],
"Venice": [
"Shark Tooth Capital of the World"
],
"West Palm Beach": [
"Orchid City"
]
},
"Georgia": {
"Abbeville": [
"Wild Hog Capital of Georgia"
],
"Albany": [
"The Good Life City"
],
"Alpharetta": [
"Awesome Alpharetta!"
],
"Ashburn": [
"Peanut Capital of the World"
],
"Athens": [
"The Classic City"
],
"Atlanta": [
"The A: It is used in local media such as Only in the A, a video channel shown on MARTA rapid transit trains in Atlanta",
"A-Town",
"The ATL,",
"The Big Peach",
"Black mecca",
"City in a Forest",
"Dogwood City",
"Empire City of the South",
"Hot'Lanta, first popularized by an instrumental song performed by the Allman Brothers Band. It debuted on their live album At Fillmore East, released in July 1971, the fifth song on the album",
"Hollywood of the South, became popular recently due to the city's boom in the film industry",
"Gate City, Gate City of the South,",
"Gate City of the New South",
"New York of the South",
"Chicago of the South",
"The City Too Busy to Hate",
"Convention City of Dixie",
"Dogwood City"
],
"Augusta": [
"The Garden City",
"Disgusta"
],
"Blakely": [
"Peanut Capital of the World"
],
"Canon": [
"The Big Gun"
],
"Claxton": [
"Fruitcake Capital of the World"
],
"Colquitt": [
"Mayhaw Capital of the World"
],
"Columbus": [
"The Lowell of the South",
"The Fountain City"
],
"Cordele": [
"Watermelon Capital of the World"
],
"Dalton": [
"Carpet Capital of the World"
],
"Darien": [
"Hidden Gem of the Golden Isles"
],
"Dawson": [
"Spanish Peanut Capital of the World"
],
"Decatur": [
"People's Republic of Decatur"
],
"Elberton": [
"The Granite City"
],
"Ellijay": [
"Georgia's Apple Capital"
],
"Fort Valley": [
"Peach Capital of Georgia"
],
"Gainesville": [
"Poultry Capital of the World"
],
"Griffin": [
"Iris City"
],
"LaGrange": [
"The Greatest Little City"
],
"Lithonia": [
"City of Granite"
],
"Macon": [
"The Central City",
"Cherry Blossom Capital of the World"
],
"Metter": [
"Everything's Better in Metter"
],
"Milledgeville": [
"Old Capitol City"
],
"Nashville": [
"City of Dogwoods"
],
"Newnan": [
"City of Homes"
],
"Powder Springs": [
"P-Town"
],
"Quitman": [
"The Camellia City"
],
"Sandersville": [
"Kaolin Capital of the World"
],
"Savannah": [
"America's Most Haunted City",
"Turf Grass Capital of the World"
],
"Thomasville": [
"City of Roses"
],
"Thomson": [
"Camellia City of the South",
"Tournament City"
],
"Tifton": [
"The Friendly City"
],
"Valdosta": [
"The Azalea City",
"Winnersville U.S.A"
],
"Vidalia": [
"Sweet Onion Capital of the World"
],
"Warner Robins": [
"Georgia's International City"
],
"Warwick": [
"The Grits Capital of Georgia",
"The Grits Capital of the World"
],
"Waynesboro": [
"Bird Dog Capital of the World"
]
},
"Hawaii": {
},
"Idaho": {
"Ashton": [
"Seed Potato Capital"
],
"Blackfoot": [
"Potato Capital of the World"
],
"Boise": [
"City of Trees"
],
"Buhl": [
"Trout Capitol"
],
"Pocatello": [
"Gate City",
"Poky"
],
"Wallace": [
"Silver Capital of the World"
]
},
"Illinois": {
"Algonquin": [
"Gem of the Fox River Valley"
],
"Aurora": [
"City of Lights"
],
"Batavia": [
"The Windmill City",
"City of Energy"
],
"Beardstown": [
"Watermelon Capital"
],
"Bloomington": [
"The Evergreen City"
],
"Bloomington–Normal": [
"Blo-No",
"The Twin Cities"
],
"Buffalo Grove": [
"The Gymnastics Capital of Illinois"
],
"Champaign": [
"Chambana"
],
"Charleston": [
"Chucktown"
],
"Chester": [
"The Home of Popeye"
],
"Chicago": [
"Chi-Town",
"City in a Garden",
"The City of the Big Shoulders",
"The City That Works",
"The Second City",
"The Windy City"
],
"Collinsville": [
"Horseradish Capital of the World"
],
"Crystal Lake": [
"A Good Place to Live"
],
"Decatur": [
"D-Town",
"Soy Capital of the World"
],
"DeKalb": [
"Barbed Wire Capital of the World"
],
"Elgin": [
"The City in the Suburbs",
"The City to Watch"
],
"Evanston": [
"Heavenston"
],
"Freeport": [
"Pretzel City, USA"
],
"Griggsville": [
"Purple Martin Capital of the World"
],
"Huntley": [
"The Friendly Village with Country Charm"
],
"Joliet": [
"City of Champions",
"City of \"Snap and Progress\"",
"City of Steel",
"City of Stone",
"Prison City"
],
"Kewanee": [
"Hog Capital of the World"
],
"Lombard": [
"The Lilac Village"
],
"Marion": [
"Hub City of the Universe"
],
"Marseilles": [
"Best Little City by a Dam Site"
],
"Mattoon": [
"Bagel Capital of the World"
],
"Metropolis": [
"The Home of Superman"
],
"Moline": [
"Plow Capital of the World"
],
"Monmouth": [
"The Maple City"
],
"Morton": [
"Pumpkin Capital of the World"
],
"Naperville": [
"The Golden City"
],
"Olney": [
"Home of the White Squirrels"
],
"Pana": [
"City of Roses"
],
"Pekin": [
"Celestial City",
"Marigold Capital of the World"
],
"Peoria": [
"Whiskeytown"
],
"Quincy": [
"Gem City"
],
"Rantoul": [
"Rantucky"
],
"Rockford": [
"The Forest City"
],
"Springfield": [
"Flower City",
"Springpatch"
],
"St. Charles": [
"The Pride of the Fox"
],
"Thomson": [
"The Melon Capital of the World"
],
"Wilmington": [
"The Island City"
]
},
"Indiana": {
"Bloomington": [
"B-Town",
"University City"
],
"Bluffton": [
"Asphalt City",
"Parlor City"
],
"Elkhart": [
"City of Musical Doings",
"RV Capital of the World"
],
"Evansville": [
"Crescent City",
"Pocket City",
"River City",
"Stoplight City"
],
"Fort Wayne": [
"City of Churches",
"City That Saved Itself",
"Magnet Wire Capital of the World",
"Summit City"
],
"Gary": [
"City of the Century",
"City of Vision, People of Commitment",
"Magic City",
"Steel City"
],
"Indianapolis": [
"Amateur Sports Capital of the World",
"Circle City",
"Crossroads of America",
"Indy",
"India-no-place",
"Naptown",
"Railroad City"
],
"La Porte": [
"City of Lakes",
"Maple City"
],
"Logansport": [
"City of Bridges",
"City of Churches"
],
"Mishawaka": [
"Peppermint Capital of the World",
"Princess City"
],
"Peru": [
"Barbecue City",
"Circus Capital of the World"
],
"Richmond": [
"Quaker City of the West",
"Rose City"
],
"South Bend": [
"Lotion City",
"Metropolis of Northern Indiana",
"Wagon City"
],
"Terre Haute": [
"Queen City of the Wabash",
"Crossroads of America",
"Prairie City",
"Pittsburgh of the West"
],
"Valparaiso": [
"Vale of Paradise",
"Valpo"
],
"Warsaw": [
"Lake City",
"Orthopedic Capital of the World"
]
},
"Iowa": {
"Algona": [
"Home of the World's Largest Cheeto"
],
"Cedar Rapids": [
"The City of Five Seasons"
],
"Centerville": [
"Methville"
],
"Council Bluffs": [
"Iowa's Leading Edge"
],
"Des Moines": [
"Hartford of the West"
],
"Dyersville": [
"Farm Toy Capital of the World"
],
"Emmetsburg": [
"Iowa's Irish Capital"
],
"Fort Dodge": [
"Mineral City"
],
"Fort Madison": [
"Pen City"
],
"Grinnell": [
"Jewel of the Prairie"
],
"Keokuk": [
"Gate City"
],
"Le Mars": [
"Ice Cream Capital of the World"
],
"Sioux City": [
"Little Chicago"
],
"Villisca": [
"Living with a Mystery"
]
},
"Kansas": {
"Andover": [
"Where the People are Warm Even When the Weather Isn't"
],
"Baxter Springs": [
"First Cowtown in Kansas"
],
"Beattie": [
"Milo Capital of the World"
],
"Cassoday": [
"Prairie Chicken Capital of the World"
],
"Cawker City": [
"Home of the World's Largest Ball of Twine"
],
"Dodge City": [
"Queen of the Cowtowns",
"The Wickedest Little City in America"
],
"Garden City": [
"Cutting Horse Capital"
],
"Girard": [
"Printing Capital of the Nation"
],
"Haysville": [
"Peach Capital of Kansas"
],
"Jennings": [
"Czech Us Out"
],
"Kansas City": [
"KCK",
"Heart of America"
],
"Kirwin": [
"Goose Capital"
],
"La Crosse": [
"Barbed Wire Capital of the World"
],
"Lansing": [
"City With a Future"
],
"Lawrence": [
"River City"
],
"Lenexa": [
"Spinach Capital"
],
"Leoti": [
"Pinto Bean Capital"
],
"Liberal": [
"The Land of Oz"
],
"Lindsborg": [
"Little Sweden"
],
"Manhattan": [
"The Little Apple"
],
"Marion": [
"Rhino Capital of Kansas",
"Town Between Two Lakes"
],
"Marysville": [
"Black Squirrel Capital"
],
"Norton": [
"Pheasant Capital of Kansas"
],
"Olathe": [
"Cowboy Boot Capital"
],
"Parsons": [
"Purple Martin Capital"
],
"Pittsburg": [
"Fried Chicken Capital"
],
"Quinter": [
"Half Mile High City"
],
"Russell Springs": [
"Cow Chip Capital of Kansas"
],
"Topeka": [
"Top City"
],
"Wellington": [
"Wheat Capital of the World"
],
"Wichita": [
"Air Capital of the World",
"The Emerald City"
],
"Wilson": [
"Czech Capital of Kansas"
],
"Windom": [
"Covered Dish Capital of the World"
]
},
"Kentucky": {
"Bardstown": [
"Bourbon Capital of the World"
],
"Benham": [
"The Little Town That International Harvester, Coal Miners, and Their Families Built"
],
"Berea": [
"Folk Arts and Crafts Capital of Kentucky"
],
"Bowling Green": [
"Vette City",
"The Park City"
],
"Burnside": [
"The Only Town on Lake Cumberland"
],
"Cave City": [
"Gateway to Mammoth Cave"
],
"Covington": [
"Gateway to the South"
],
"Crestwood": [
"Whiskers"
],
"Danville": [
"City of Firsts"
],
"Elizabethtown": [
"E Town"
],
"Elkhorn City": [
"Gateway to the Breaks"
],
"Fort Thomas": [
"The City of Beautiful Homes"
],
"Grayson": [
"Heart of the Parks"
],
"Hazard": [
"Queen City of the Mountains"
],
"Hopkinsville": [
"Hoptown"
],
"Hyden": [
"Redbud Capital of the World"
],
"Lexington": [
"Athens of the West",
"Horse Capital of the World"
],
"Louisville": [
"City of Beautiful Churches",
"Derby City",
"The Fall City",
"Gateway to the South",
"River City",
"The Ville"
],
"Madisonville": [
"Best Town on Earth"
],
"Manchester": [
"City of Hope"
],
"Middlesboro": [
"The Athens of the Mountains",
"The City Built Inside a Meteorite Crater",
"Crater City",
"Little Las Vegas",
"The Magic City"
],
"Monticello": [
"Houseboat Capital of the World"
],
"Owensboro": [
"Barbecued Mutton Capital of the World"
],
"Paducah": [
"Quilt City"
],
"Paintsville": [
"The City Between the Lakes"
],
"Paris": [
"Thoroughbred Capital of the World"
],
"Pikeville": [
"The City That Moves Mountains"
],
"Prestonsburg": [
"The Star City of Eastern Kentucky"
],
"Renfro Valley": [
"Kentucky's Country Music Capital"
],
"Shelbyville": [
"The Gateway to the Bluegrass"
],
"Simpsonville": [
"American Saddlebred Capital of the World"
],
"Williamsburg": [
"Your Gateway to the Cumberlands"
]
},
"Louisiana": {
"Baton Rouge": [
"Big Raggedy"
],
"Breaux Bridge": [
"Crayfish Capital of the World"
],
"Des Allemands": [
"Catfish Capital of the World"
],
"Dubach": [
"Dogtrot Capital of the World"
],
"Gonzales": [
"Jambalaya Capital of the World"
],
"Gueydan": [
"Duck Capital of America"
],
"Jennings": [
"Cradle of Louisiana Oil"
],
"Lafayette": [
"The Heart of Acadiana"
],
"Lecompte": [
"Pie Capital of Louisiana"
],
"New Orleans": [
"America's Favorite City",
"America's Most Interesting City",
"America’s Most European City",
"America's European Masterpiece",
"The Big Easy",
"Birthplace of Jazz",
"City of the Chefs",
"City of Festivals",
"City of Mystery",
"The City that Care Forgot",
"The Crescent City",
"Mardi Gras City",
"Nawlins",
"New York of the South",
"NOLA",
"Paris of the South",
"Queen City of the South",
"The Queen of the Mississippi",
"Saint City",
"Super Bowl City"
],
"Ponchatoula": [
"Strawberry Capital of the World"
],
"Rayne": [
"Frog Capital of the World"
],
"Shreveport": [
"Ratchet City"
],
"St. Martinville": [
"Birthplace of Acadiana"
]
},
"Maine": {
"Bangor": [
"The Queen City of the East"
],
"Bath": [
"The City of Ships"
],
"Cherryfield": [
"Blueberry Capital of the World"
],
"Farmington": [
"Earmuff Capital of the World",
"Farm Town"
],
"Freeport": [
"Birthplace of Maine"
],
"Lincoln": [
"The Gateway Town"
],
"Millinocket": [
"The Magic City"
],
"Portland": [
"Forest City"
],
"Presque Isle": [
"The Star City"
],
"Rockland": [
"Lobster Capital of the World"
],
"Strong": [
"Toothpick Capital of the World"
],
"Waterville": [
"The Elm City",
"The University City of Maine"
]
},
"Maryland": {
"Annapolis": [
"Crabtown",
"Naptown"
],
"Baltimore": [
"America's Comeback City",
"Bodymore, Murdaland",
"Charm City",
"The City of Firsts",
"The City That Reads",
"Crab Cake Capital of the World",
"The Greatest City in America",
"Harm City",
"Mobtown",
"Monument City"
],
"Columbia": [
"The Next America"
],
"Crisfield": [
"Seafood Capital of the World"
],
"Cumberland": [
"Queen City of the Alleghenies"
],
"Hagerstown": [
"Hub City",
"Maryland's Gateway to the West"
],
"Takoma Park": [
"Azalea City",
"The People's Republic of Takoma Park"
]
},
"Massachusetts": {
"Amesbury": [
"Carriagetown"
],
"Athol": [
"Tool Town"
],
"Attleboro": [
"Jewelry Capital of America",
"Jewelry Capital of the World"
],
"Boston": [
"Athens of America - Boston Brahmins' reference to the numerous cultural institutions which separated Boston from its counterparts",
"Beantown",
"Bean Town and variations 'The Bean', 'DA BEAN', BeanCity, B-town, etc",
"The Hub",
"City of Notions",
"The Cradle of Liberty",
"Puritan City"
],
"Brockton": [
"The City of Champions"
],
"Cambridge": [
"The People's Republic of Cambridge"
],
"Chicopee": [
"Crossroads of New England",
"Kielbasa Capital of the World"
],
"Fall River": [
"Scholarship City"
],
"Gardner": [
"Chair City",
"Furniture Capital of New England"
],
"Hadley": [
"Asparagus Capital of the World"
],
"Holyoke": [
"Birthplace of Volleyball",
"Paper City"
],
"Leominster": [
"Pioneer Plastics City of the World"
],
"Lexington": [
"The Birthplace of American Liberty"
],
"Lowell": [
"The Mill City",
"City of Spindles",
"Manchester of America"
],
"Natick": [
"Home of Champions"
],
"New Bedford": [
"The Whaling City"
],
"Newburyport": [
"Clipper City"
],
"Newton": [
"The Garden City"
],
"North Adams": [
"The Tunnel City"
],
"North Andover": [
"Turkey Town"
],
"Northampton": [
"Hamp",
"NoHo",
"The Paradise of America",
"The Paradise City"
],
"Peabody": [
"Leather City, Tanner City"
],
"Plymouth": [
"America's Hometown"
],
"Provincetown": [
"Like Nowhere Else",
"P-Town"
],
"Quincy": [
"City of Presidents"
],
"Salem": [
"City of Peace",
"City of Witches"
],
"Sandwich": [
"Sangy"
],
"Scituate": [
"The Irish Riviera"
],
"Somerville": [
"Slummerville"
],
"Springfield": [
"Birthplace of Basketball",
"City of Firsts",
"City of Homes",
"City of Progress",
"Garden Spot of the East",
"The Metropolis of Western New England"
],
"Taunton": [
"The Christmas City",
"City of Firsts",
"The Silver City"
],
"Waltham": [
"Watch City"
],
"Westfield": [
"The Whip City"
],
"Williamstown": [
"The Village Beautiful"
],
"Winchendon": [
"Toy Town USA"
],
"Worcester": [
"The Heart of the Commonwealth",
"City of Seven Hills",
"Wormtown",
"The Woo"
]
},
"Michigan": {
"Alma": [
"Scotland, USA"
],
"Ann Arbor": [
"A2",
"A-squared",
"Tree Town"
],
"Atlanta": [
"Elk Capital of Michigan"
],
"Battle Creek": [
"Breakfast Capital of the World",
"Cereal Bowl of the World",
"Cereal City"
],
"Beaver Island": [
"America's Emerald Isle"
],
"Belding": [
"Apple Capital",
"Silk City"
],
"Berrien Springs": [
"Christmas Pickle Capital of the World"
],
"Champion": [
"Horse Pulling Capital of the U.P"
],
"Colon": [
"Magic Capital of the World"
],
"Davison": [
"City of Flags"
],
"Detroit": [
"America's Comeback City",
"Arsenal of Democracy",
"City of Trees",
"City of the Straits",
"Hitsville, USA",
"Hockeytown",
"The Motor City",
"Motown",
"The D",
"The Paris of the Midwest",
"The Renaissance City"
],
"Drummond Island": [
"Gem of the Huron"
],
"Eau Claire": [
"Cherry Pit Spitting Capital of the World"
],
"Elsie": [
"Michigan's Dairy Capital"
],
"Fairview": [
"Wild Turkey Capital of Michigan"
],
"Flint": [
"The Auto City",
"The Birthplace of General Motors",
"Buick City",
"The Vehicle City"
],
"Frankenmuth": [
"Michigan's Little Bavaria"
],
"Fremont": [
"Baby Food Capital of the World"
],
"Gaylord": [
"Michigan's Alpine Village"
],
"Glenn": [
"The Pancake Town"
],
"Grand Haven": [
"Coast Guard City, USA"
],
"Grand Rapids": [
"Furniture City",
"Beer City USA"
],
"Greenville": [
"The Danish Festival City"
],
"Hamtramck": [
"City Within the City",
"The World Within Two Square Miles"
],
"Holland": [
"Tulip City"
],
"Huntington Woods": [
"City of Homes"
],
"Jackson": [
"Birthplace of the Republican Party"
],
"Kalamazoo": [
"Bedding Plant Capital of the World",
"Celery City",
"Kazoo",
"Mall City",
"The Paper City"
],
"Linwood": [
"Michigan's Walleye Capital"
],
"Mesick": [
"Mushroom Capital of the World"
],
"Mount Clemens": [
"Bath City"
],
"Mount Pleasant": [
"The Oil Capital of Michigan"
],
"Muskegon": [
"The Beer Tent Capital of the World",
"Port City",
"The Riviera of the Midwest",
"Lumber Queen of the World"
],
"Naubinway": [
"Top of the Lake"
],
"Negaunee": [
"Irontown, USA"
],
"Newberry": [
"Moose Capital of Michigan"
],
"Niles": [
"The City of Four Flags",
"Garden City"
],
"Northville": [
"Switzerland of Wayne County"
],
"Omer": [
"Michigan's Smallest City"
],
"Onaway": [
"Sturgeon Capital of Michigan"
],
"Paradise": [
"Wild Blueberry Capital of Michigan"
],
"Pellston": [
"Icebox of the Nation"
],
"Pinconning": [
"Cheese Capital of Michigan"
],
"Portland": [
"City of Two Rivers"
],
"Romulus": [
"Gateway to the World"
],
"Saint Johns": [
"The Mint City"
],
"Saint Louis": [
"Middle of the Mitten"
],
"Sault Ste. Marie": [
"The Soo",
"Michigan's Oldest City"
],
"South Haven": [
"Blueberry Capital of the World"
],
"Traverse City": [
"Cherry Capital of the World"
],
"Utica": [
"Hothouse Rhubarb Capital of the World",
"Mushroom Capital of Michigan"
],
"Vassar": [
"Cork Pine City"
],
"Vicksburg": [
"The Village with a Vision"
],
"Whitefish Point": [
"Cranberry Capital of Michigan"
]
},
"Minnesota": {
"Anoka": [
"Halloween Capital of the World"
],
"Austin": [
"Spamtown USA"
],
"Belding": [
"Apple Capital"
],
"Bemidji": [
"First City on the Mississippi"
],
"Braham": [
"Homemade Pie Capital of Minnesota"
],
"Duluth": [
"The Zenith City",
"The Twin Ports"
],
"Elk River": [
"Where City and Country Flow Together"
],
"Hanover": [
"The Little City on the Crow"
],
"Hermantown": [
"The City of Quality Living"
],
"International Falls": [
"The Icebox of the United States"
],
"Lake Benton": [
"Windpower Capital"
],
"Madison": [
"Lutefisk Capital of the World"
],
"Minneapolis": [
"City of Flour and Sawdust",
"City of Lakes",
"Mill City",
"The Mini Apple",
"Murderapolis",
"The Twin Cities"
],
"Montgomery": [
"Kolacky Capital of the World"
],
"Mountain Iron": [
"Taconite Capital of the World"
],
"New Ulm": [
"The City of Charm and Tradition"
],
"Northfield": [
"Cows, Colleges and Contentment"
],
"Preston": [
"America's Trout Capital"
],
"Robbinsdale": [
"Birdtown"
],
"Rochester": [
"Med City"
],
"St. Cloud": [
"Granite City"
],
"St. Louis Park": [
"St. Jewish Park"
],
"Saint Paul": [
"Pigs Eye",
"Hockeytown",
"Saintly City",
"The Twin Cities"
],
"Stillwater": [
"The Birthplace of Minnesota"
],
"Warroad": [
"Hockeytown"
],
"Worthington": [
"Turkey Capital of the World"
]
},
"Mississippi": {
"Artesia": [
"Johnson Grass Capital of the World"
],
"Belzoni": [
"Catfish Capital of the World"
],
"Biloxi": [
"The Playground of the South"
],
"Greenwood": [
"Cotton Capital of the World"
],
"Gulfport": [
"Root Beer Capital of the World",
"Where Your Ship Comes In"
],
"Hattiesburg": [
"Hub City"
],
"Jackson": [
"Chimneyville",
"City with Soul"
],
"Long Beach": [
"Radish Capital of the World"
],
"Meridian": [
"The Queen City"
],
"Oxford": [
"The literary center of the South",
"The Little Easy"
],
"Port Gibson": [
"The town too beautiful to burn"
],
"Senatobia": [
"The Five Star City"
],
"Vicksburg": [
"The Gibraltar of America",
"Red Carpet City of the South",
"Take Me to the River"
]
},
"Missouri": {
"Branson": [
"Las Vegas If Ned Flanders Ran It",
"Country music show capitol of the world"
],
"Brunswick": [
"Home of the World's Largest Pecan"
],
"Carthage": [
"The Maple Leaf City"
],
"Chillicothe": [
"Home of Sliced Bread"
],
"Columbia": [
"College Town, USA"
],
"Cuba": [
"Mural City"
],
"Hannibal": [
"The Bluff City",
"America's Hometown"
],
"Independence": [
"Where the Trails Start and the Buck Stops"
],
"Jefferson City": [
"City of Thomas Jefferson"
],
"Kansas City": [
"BBQ Capital of the World",
"City of Fountains",
"Cowtown",
"Jazz Capital of the World",
"K.C.",
"KCMO",
"Paris of the Plains"
],
"King City": [
"The Gem of the Highway"
],
"Kirkwood": [
"The Green Tree City"
],
"Lathrop": [
"Mule Capital of the World"
],
"Marionville": [
"Home of the White Squirrels"
],
"Moberly": [
"Magic City"
],
"Neosho": [
"Flower Box City"
],
"Peculiar": [
"Where the Odds Are with You"
],
"St. Louis": [
"Gateway to the West",
"Mound City",
"The Lou",
"Fourth City",
"There's More Than Meets the Arch"
],
"Salem": [
"Charcoal Capital of the World"
],
"Sedalia": [
"The Queen City of the Prairie"
],
"Springfield": [
"Queen City of the Ozarks",
"Birthplace of Route 66"
],
"Sumner": [
"Wild Goose Capital of the World"
],
"Warrensburg": [
"The Burg"
],
"Washington": [
"Corn Cob Pipe Capital of the World"
],
"Billings": [
"The Magic City",
"Montana's Trailhead",
"Montana's City",
"Star of the Big Sky Country"
],
"Bozeman": [
"The Bozone"
],
"Butte": [
"The Mining City",
"The Richest Hill on Earth"
],
"Cut Bank": [
"Coldest Spot in the Nation"
],
"Glendive": [
"Good People Surrounded by Badlands"
],
"Great Falls": [
"The Electric City"
],
"Helena": [
"Queen City of the Rockies"
],
"Kalispell": [
"Hub of the Valley"
],
"Libby": [
"City of Eagles"
],
"Missoula": [
"The Garden City"
],
"Cozad": [
"Alfalfa Capital of the World"
],
"Crawford": [
"Deer Capital of Nebraska"
],
"Dannebrog": [
"Danish Capital of Nebraska"
],
"Eustis": [
"Sausage Capital of Nebraska"
],
"Hastings": [
"Queen City of the Plains",
"Birthplace of Kool-Aid"
],
"Lincoln": [
"Hartford of the West",
"The Star City",
"Steak Capital of the World"
],
"Loup City": [
"Polish Capital of Nebraska"
],
"North Loup": [
"Popcorn Capital"
],
"North Platte": [
"Little Chicago",
"Flat Rock"
],
"Oakland": [
"Swedish Capital of Nebraska"
],
"O'Neill": [
"Nebraska's Irish Capital"
],
"Omaha": [
"The Big \"O\"",
"Rare. Well Done",
"River City",
"Gateway to the West"
],
"Randolph": [
"Honey Capital of the Nation"
],
"Seward": [
"Nebraska's 4th of July City"
],
"South Omaha": [
"The Magic City"
],
"Unadilla": [
"Groundhog Capital of Nebraska"
]
},
"Nevada": {
"Fallon": [
"The Oasis of Nevada"
],
"Genoa": [
"Home of the Candy Dance"
],
"Las Vegas": [
"Gambling Capital of the World",
"Entertainment Capital of the World",
"Sin City"
],
"Reno": [
"The Biggest Little City in the World",
"The Neon Babylon"
],
"Winnemucca": [
"City of Paved Streets"
]
},
"New Hampshire": {
"Berlin": [
"The City That Trees Built"
],
"Concord": [
"The Capital City",
"The City in a Coma"
],
"Derry": [
"Space Town"
],
"Dover": [
"The Garrison City"
],
"Keene": [
"Elm City"
],
"Manchester": [
"ManchVegas",
"Queen City"
],
"Meredith": [
"Latchkey to the White Mountains"
],
"Milford": [
"Granite Town"
],
"Nashua": [
"The Gate City"
],
"Rochester": [
"Lilac City"
],
"Rumney": [
"Crutch Capital of the World"
],
"Salem": [
"Gateway to New Hampshire"
]
},
"New Jersey": {
"Asbury Park": [
"The Dark City"
],
"Atlantic City": [
"A.C",
"America's Playground"
],
"Byram Township": [
"The Township of Lakes"
],
"Caldwell": [
"The Denver of the East"
],
"Cranford": [
"The Venice of New Jersey"
],
"Denville": [
"Hub of Morris County"
],
"East Orange": [
"Illtown"
],
"Elizabeth": [
"Eastwick"
],
"Fort Lee": [
"The Birthplace of the Motion Picture Industry"
],
"Fortescue": [
"Weakfish Capital of the World"
],
"Franklin": [
"Fluorescent Mineral Capital of the World"
],
"Garwood": [
"The Industrial Center of Union County"
],
"Hackensack": [
"A City in Motion"
],
"Hammonton": [
"Blueberry Capital of the World"
],
"Hoboken": [
"The Mile Square City"
],
"Jersey City": [
"America's Golden Door",
"Chilltown",
"Wall Street West",
"The Sixth Borough"
],
"Keansburg": [
"Gem of the Bayshore"
],
"Long Beach Island": [
"LBI"
],
"Long Branch": [
"America's First Seaside Resort",
"The Friendly City"
],
"Madison": [
"The Rose City"
],
"Metuchen": [
"The Brainy Boro"
],
"Millville": [
"The Holly City"
],
"New Brunswick": [
"Health Care City",
"Hub City"
],
"Newark": [
"Brick City"
],
"Ocean City": [
"America's Greatest Family Resort",
"A Moral Seaside Resort"
],
"Paterson": [
"Silk City"
],
"Perth Amboy": [
"City by the Bay"
],
"Plainfield": [
"Queen City"
],
"Rutherford": [
"Borough of Trees",
"The First Borough of Bergen County"
],
"Seaside Heights": [
"Your Home for Family Fun Since 1913!"
],
"Spring Lake": [
"The Irish Riviera"
],
"Union City": [
"Embroidery Capital of the United States",
"Havana on the Hudson"
],
"Vineland": [
"Dandelion Capital of the World"
]
},
"New Mexico": {
"Albuquerque": [
"Burque",
"The Duke City",
"The Q"
],
"Anthony": [
"Leap Year Capital of the World"
],
"Carlsbad": [
"Cavern City"
],
"Gallup": [
"Drunk Driving Capital of America"
],
"Hatch": [
"Chili Pepper Capital of the World"
],
"Las Vegas": [
"Meadow City"
],
"Los Alamos": [
"Atomic City"
],
"Rio Rancho": [
"City of Vision"
],
"Rodeo": [
"New Mexico's most western town"
],
"Roswell": [
"Alien Capital of the World",
"The Aliens Aren't the Only Reason to Visit"
],
"Santa Fe": [
"The City Different"
],
"Santa Rosa": [
"The Scuba Capital of the Southwest"
],
"Taos": [
"Soul of the Southwest"
]
},
"New York": {
"Albany": [
"Cradle of the Union",
"Smallbany"
],
"Amsterdam": [
"The Carpet City"
],
"Auburn": [
"History's Hometown",
"The Prison City"
],
"Binghamton": [
"Parlor City",
"Carousel Capital of the World",
"Valley of Opportunity",
"The Triple Cities",
"Hockey Town USA"
],
"The Bronx": [
"Boogie Down",
"The Birthplace of Hip-Hop"
],
"Brooklyn": [
"The Borough of Homes and Churches",
"The Borough of Trees"
],
"Buffalo": [
"The City of Good Neighbors",
"The City of Light",
"The City of No Illusions",
"The Nickel City",
"The Queen City"
],
"Canandaigua": [
"The Chosen Spot"
],
"Chazy": [
"The World Capital of McIntosh Apples"
],
"Cooperstown": [
"Birthplace of Baseball"
],
"Corinth": [
"Snowshoe Capital of the World"
],
"Corning": [
"The Crystal City"
],
"Cortland": [
"The Crown City"
],
"Elba": [
"Onion Capital of the World"
],
"Elmira": [
"Soaring Capital of the World"
],
"Endicott": [
"The Magic City",
"The Triple Cities"
],
"Florida": [
"The Onion Capital of the World"
],
"Fulton": [
"City with a Future"
],
"Geneva": [
"Lake Trout Capital of the World"
],
"Granville": [
"Slate Capital of the World"
],
"Hamburg": [
"The Town That Friendship Built"
],
"Hammondsport": [
"Cradle of Aviation"
],
"Haverstraw": [
"Bricktown",
"Brickmaking Capital of the World"
],
"Hornell": [
"The Maple City"
],
"Hurley": [
"Sweet Corn Capital of the World"
],
"Jamestown": [
"The Furniture Capital of the World",
"The Pearl City"
],
"Johnson City": [
"Home of the Square Deal",
"The Triple Cities"
],
"Kingston": [
"Breadbasket of the Revolution"
],
"Lockport": [
"Lock City"
],
"Long Beach": [
"The City by the Sea"
],
"Manhattan": [
"The City"
],
"Mechanicville": [
"The Paper City"
],
"Monsey": [
"Ir Hakodesh"
],
"New Rochelle": [
"Queen City of the Sound",
"The City of Huguenots",
"The City of Parks"
],
"New York City": [
"The Big Apple",
"The Capital of the World",
"The City of Dreams",
"The City So Nice, They Named It Twice",
"The City That Never Sleeps",
"Empire City",
"Gotham"
],
"Niagara Falls": [
"Cataract City"
],
"North Tonawanda": [
"Lumber City"
],
"Ogdensburg": [
"The Maple City",
"The New York of the North"
],
"Palmyra": [
"Queen of Canal Towns"
],
"Pearl River": [
"The Town of Friendly People"
],
"Phelps": [
"Sauerkraut Capital"
],
"Pine Island": [
"Onion Capital of the World"
],
"Plattsburgh": [
"Ville Sur Le Lac"
],
"Poughkeepsie": [
"Queen City of the Hudson"
],
"Rhinebeck": [
"Anemone Capital of the World"
],
"Rochester": [
"The Flour City",
"The Flower City",
"Ra-Cha-Cha",
"Roc City",
"Snapshot City",
"Young Lion of the West",
"The World's Image Centre"
],
"Rome": [
"Copper City"
],
"Roscoe": [
"Trout Town USA"
],
"Saratoga Springs": [
"The Racing City",
"The Spa City"
],
"Schenectady": [
"Electric City",
"The City That Lights and Hauls the World"
],
"Staten Island": [
"The Borough of Parks",
"The Forgotten Borough",
"Shaolin"
],
"Syracuse": [
"Salt City"
],
"Troy": [
"The Collar City"
],
"Utica": [
"The City That God Forgot",
"Handshake City",
"Sin City"
],
"Watertown": [
"The Garland City"
],
"Westfield": [
"Grape Juice Capital of the World"
],
"Yonkers": [
"The Lost Borough"
]
},
"North Carolina": {
"Charlotte": [
"Buzz City",
"Queen City",
"The Hornet's Nest"
],
"Fayetteville": [
"All-American City",
"City of Dogwoods",
"Fayettenam",
"Tar Heel Town",
"Torture Town"
],
"Greenville": [
"The Emerald City",
"G-Vegas"
],
"Wilmington": [
"The Port City",
"Wilmywood"
],
"Winston-Salem": [
"Camel City",
"The Dash",
"The Tre-Fo"
]
},
"North Dakota": {
"Cando": [
"You Can Do Better in Cando"
],
"Dickinson": [
"Queen City",
"Queen City of the Prairies"
],
"Drayton": [
"Catfish Capital of the North"
],
"Jamestown": [
"The Buffalo City"
],
"Minot": [
"The Magic City"
],
"Ray": [
"Grain Palace City"
],
"Rugby": [
"Geographical Center of North America"
],
"St. John": [
"City at the end of the Rainbow"
],
"Towner": [
"Cattle Capital of North Dakota"
]
},
"Ohio": {
"Akron": [
"City of Invention",
"Rubber Capital of the World",
"Rubber City",
"Summit City",
"Tire City"
],
"Alliance": [
"Carnation City"
],
"Amherst": [
"Sandstone Capital of the World"
],
"Barberton": [
"Magic City"
],
"Bucyrus": [
"Bratwurst Capital of the World"
],
"Cambridge": [
"The Home of Hopalong Cassidy"
],
"Canton": [
"America's Playing Field",
"Hall of Fame City"
],
"Chillicothe": [
"Ohio's First Capital"
],
"Cincinnati": [
"The Blue Chip City",
"Cincy",
"The City of Seven Hills",
"The 'Nati",
"Paris of America",
"Porkopolis",
"The Queen City",
"The Queen of the West",
"The Tri-State",
"CinCity",
"Ohio's Maserati"
],
"Circleville": [
"Round Town"
],
"Cleveland": [
"America's Comeback City",
"America's North Coast",
"C-Town",
"The Best Location in the Nation",
"The Cleve",
"The Forest City",
"The Heart of New Connecticut",
"The Land",
"Metropolis of the Western Reserve",
"Mistake on the Lake",
"The New American City",
"Believe-land",
"Rock n' Roll Capital Of The World",
"The Sixth City",
"The Sleepy City",
"The 216",
"The CLE"
],
"Cleveland Heights": [
"C-Heights"
],
"Columbus": [
"The Arch City",
"Buckeye City",
"C-Bus",
"Cowtown",
"The Discovery City",
"Indie Arts Capital of the World",
"Somaliwood",
"The Biggest Small Town In America",
"Test Market, USA"
],
"Dayton": [
"The Gem City",
"Birthplace of Aviation",
"Little Detroit"
],
"Delphos": [
"America’s Friendliest City"
],
"Deshler": [
"Corn City"
],
"Dublin": [
"The Emerald City"
],
"Findlay": [
"Flag City"
],
"Fremont": [
"Cutlery Capitol of the World"
],
"Gahanna": [
"Ohio’s Herb Capital"
],
"Gallipolis": [
"City of the Gauls"
],
"Greenville": [
"Treaty City"
],
"Gomer": [
"Gomerica"
],
"Hamilton": [
"The City of Sculpture",
"The Safe Capital of the World"
],
"Huber Heights": [
"The Brick City"
],
"Kent": [
"The Tree City"
],
"Kenton": [
"Little Chicago"
],
"Lima": [
"BeanTown"
],
"Lorain": [
"International City"
],
"Loveland": [
"Sweetheart of Ohio",
"Little Switzerland of the Miami Valley"
],
"Marion": [
"World's Popcorn Capital"
],
"Miamisburg": [
"The Star City"
],
"Norwalk": [
"The Maple City"
],
"Norwood": [
"Gem of the Highlands"
],
"Pickerington": [
"Violet Capital of Ohio"
],
"Port Clinton": [
"Walleye Capital of the World"
],
"Reynoldsburg": [
"Birthplace of the Tomato"
],
"Sabina": [
"The Eden of Ohio"
],
"Sandusky": [
"The Roller Coaster Capital of the World"
],
"Springfield": [
"Champion City",
"City at the End of the Road",
"Home City",
"Rose City",
"City of Roses"
],
"Strongsville": [
"Crossroads of the Nation"
],
"Sugarcreek": [
"The Little Switzerland of Ohio"
],
"Toledo": [
"Corn City",
"Frog Town",
"Glass Capital of the World",
"The Glass City",
"The Solar Valley",
"The Mud",
"The 9"
],
"University Heights": [
"City of Beautiful Homes"
],
"Valley City": [
"Frog Jump Capital of Ohio"
],
"Waynesville": [
"Antique capital of the Midwest"
],
"Willard": [
"City of Blossoms"
],
"Wilmington": [
"Dubtown",
"Wilmy"
],
"Xenia": [
"Twine City"
],
"Youngstown": [
"Crimetown, USA",
"Murdertown, USA",
"The Steel Valley"
],
"Zanesville": [
"City of Natural Advantages",
"Clay City",
"Pottery Capital of the World",
"Y-Bridge City"
]
},
"Oklahoma": {
"Bartlesville": [
"City of Legends"
],
"Beaver": [
"Cow Chip Capital of the World"
],
"Drumright": [
"Town of Oil Repute"
],
"El Reno": [
"The Onion Fried Burger Capital of the World"
],
"Enid": [
"\"E-town\"",
"Etown"
],
"Glenpool": [
"The Town that Made Tulsa Famous"
],
"Inola": [
"Hay Capital of the World"
],
"Mannford": [
"Striped Bass Capital"
],
"Muskogee": [
"The Gee"
],
"Oklahoma City": [
"The Big Friendly",
"The City",
"OKC",
"The Cinderella City"
],
"Purcell": [
"Quarterhorse Capital of the World",
"The Heart of Oklahoma"
],
"Rush Springs": [
"Watermelon Capital of the World"
],
"Stilwell": [
"Strawberry Capital"
],
"Tulsa": [
"Oil Capital of the World",
"T-Town"
]
},
"Oregon": {
"Albany": [
"Grass Seed Capital of the World"
],
"Amity": [
"Where Friendship Begins"
],
"Brookings": [
"Where Flowers Meet the Sea"
],
"Carlton": [
"A Great Little Town"
],
"Columbia City": [
"City of Beauty and Livability"
],
"Cornelius": [
"Oregon's Family Town"
],
"Cottage Grove": [
"Covered Bridge Capital of Oregon"
],
"Dayton": [
"Rich In History . . . Envisioning Our Future"
],
"Depoe Bay": [
"Whale Watching Capital of the Oregon Coast",
"The World's Smallest Harbor"
],
"Eugene": [
"The Emerald City",
"Tracktown, USA"
],
"Forest Grove": [
"A Place Where Families and Businesses Thrive"
],
"Garibaldi": [
"Oregon's Authentic Fishing Village"
],
"Grants Pass": [
"Where the Rogue River Runs"
],
"Keizer": [
"Iris Capital of the World"
],
"La Grande": [
"The Hub of Northeast Oregon"
],
"Lakeview": [
"Tallest Town in Oregon"
],
"Lebanon": [
"It's Easier From Here"
],
"Milton-Freewater": [
"Muddy Frogwater Country"
],
"Molalla": [
"Home of the Buckaroo Rodeo"
],
"Newberg": [
"A Great Place to Grow"
],
"Newport": [
"The Dungeness Crab Capital of the World"
],
"North Plains": [
"City to the Sunset"
],
"Nyssa": [
"Gateway to the Oregon Trail",
"Thunderegg Capital of the World"
],
"Oakridge": [
"The Center of Oregon Recreation",
"Mountain Biking Capital of the Northwest"
],
"Ontario": [
"Where Oregon Begins"
],
"Phoenix": [
"The Other Phoenix"
],
"Portland": [
"Bridgetown",
"Rip City",
"Rose City",
"Stumptown"
],
"Roseburg": [
"Timber Capital of the Nation"
],
"Salem": [
"The Cherry City"
],
"Sandy": [
"Gateway to Mount Hood"
],
"Silverton": [
"Oregon's Garden City"
],
"Springfield": [
"Proud History, Bright Future"
],
"Stayton": [
"Gateway to the Santiam Canyon"
],
"Talent": [
"Our name speaks for itself"
],
"Tigard": [
"A Place to Call Home"
],
"Waldport": [
"Where the Forest Meets the Sea"
],
"Yamhill": [
"A Small Taste of Oregon"
]
},
"Pennsylvania": {
"Allentown": [
"Band City USA",
"Peanut City",
"The Queen City",
"Silk City",
"Truck Capital of the World"
],
"Bethlehem": [
"Christmas City, USA"
],
"Erie": [
"The Flagship City",
"The Gem City"
],
"Hanover": [
"Snack Capital of the World"
],
"Hershey": [
"Chocolate Capital of the World",
"Chocolate Town",
"The Sweetest Place on Earth"
],
"Indiana": [
"Christmas Tree Capital of the World"
],
"Johnstown": [
"The Flood City",
"The Friendly City"
],
"New Castle": [
"Fireworks Capital"
],
"Philadelphia": [
"The Athens of America",
"The Big Scrapple",
"The City of Brotherly Love",
"The City That Loves You Back",
"City of Homes",
"Filthadelphia",
"Filthydelphia",
"Philly",
"Quaker City",
"The Workshop of the World"
],
"Pittsburgh": [
"Birmingham of America",
"The 'Burgh",
"The City of Bridges",
"The City of Champions",
"Iron City",
"The Smoky City",
"The Steel City"
],
"Punxsutawney": [
"Weather Capital of the World"
],
"Reading": [
"Baseballtown",
"Pretzel Capital of the World"
],
"Scranton": [
"The Electric City"
],
"State College": [
"Happy Valley"
],
"Wilkes-Barre": [
"Diamond City"
]
},
"Rhode Island": {
"Galilee": [
"Tuna Capital of the World"
],
"Newport": [
"America's First Resort",
"Sailing Capital of the World"
],
"Pawtucket": [
"The Bucket"
],
"Providence": [
"America's Renaissance City",
"The Renaissance City",
"Beehive of Industry",
"The Creative Capital"
],
"Warwick": [
"Woonsocket - Woony"
]
},
"South Carolina": {
"Charleston": [
"The Big Sweet Grass Basket",
"The Holy City",
"Palmetto City"
],
"Columbia": [
"The Capital of Southern Hospitality",
"Cola City/Town",
"River City",
"Soda City"
],
"Spartanburg": [
"The Hub City",
"Sparkle City"
]
},
"South Dakota": {
"Aberdeen": [
"The Town in the Frog Pond"
],
"Clark": [
"Potato Capital of South Dakota"
],
"Fort Thompson": [
"Paddlefish Capital of the World"
],
"Leola": [
"Rhubarb Capital of the World"
],
"Rapid City": [
"The Gateway to the Black Hillls",
"Real America Up Close",
"Star of the West"
],
"Redfield": [
"Pheasant Capital of the World"
],
"Sioux Falls": [
"Gateway to the Plains"
],
"Watertown": [
"South Dakota's Rising Star"
]
},
"Tennessee": {
"Adamsville": [
"The Biggest Little Town in Tennessee"
],
"Athens": [
"The Friendly City"
],
"Bristol": [
"The Birthplace of Country Music"
],
"Chattanooga": [
"Dynamo of Dixie",
"The Scenic City",
"City of Lights",
"Gateway to the South"
],
"Clarksville": [
"Gateway to the New South",
"The Queen City",
"Queen of the Cumberland",
"Tennessee's Top Spot"
],
"Columbia": [
"Mule Capital of the World"
],
"Elizabethton": [
"City of Power"
],
"Johnson City": [
"Little Chicago of the South"
],
"Jonesborough": [
"Tennessee's Oldest Town"
],
"Kenton": [
"Home of the White Squirrels"
],
"Kingsport": [
"The Model City"
],
"Knoxville": [
"The Marble City",
"Underwear Capital of the World"
],
"Lebanon": [
"Appalachian Square Dance Capital of the World"
],
"Lenoir City": [
"Lakeway to the Smokies"
],
"McMinnville": [
"Nursery Capital of the World"
],
"Memphis": [
"Barbecued Pork Capital of the World",
"Home of the Blues",
"Bluff City",
"Birthplace of Rock 'n Roll"
],
"Nashville": [
"The Athens of the South",
"City of Rocks",
"Minneapolis of the South",
"Music City",
"The Protestant Vatican"
],
"Oak Ridge": [
"America's Secret City",
"The Atomic City"
],
"Shelbyville": [
"Pencil City",
"Walking Horse Capital of the World"
],
"Wartrace": [
"Cradle of the Tennessee Walking Horse"
]
},
"Texas": {
"Abilene": [
"The Key City",
"Lene Town"
],
"Alpine": [
"Gateway to the Big Bend"
],
"Anahuac": [
"Alligator Capital of Texas"
],
"Anthony": [
"Leap Year Capital of the World"
],
"Athens": [
"Blackeyed Pea Capital of the World"
],
"Austin": [
"ATX",
"Bat City",
"The Capitol City",
"City of the Violet Crown",
"Hippie Haven",
"\"Blueberry in the Red State\"",
"\"Keep Austin Weird\"",
"Live Music Capital of the World",
"Liberal City of Texas",
"The 512",
"The Big Nap",
"Silicon Hills",
"Waterloo"
],
"Baird": [
"Antique Capital of Texas"
],
"Bandera": [
"Cowboy Capital of the World"
],
"Bertram": [
"Home of the Oatmeal Festival"
],
"Boerne": [
"Key to the Hill Country"
],
"Brady": [
"The True Heart of Texas"
],
"Brackettville": [
"Home of John Wayne's The Alamo"
],
"Breckenridge": [
"Mural Capital of Texas"
],
"Brownsville": [
"Chess Capital of Texas"
],
"Buda": [
"Outdoor Capital of Texas"
],
"Burnet": [
"Bluebonnet co-Capital of Texas",
"It is pronounced BURN-IT, Durn-it, Can't ya LEARN it?"
],
"Caldwell": [
"Kolache Capital of Texas"
],
"Clifton": [
"Norwegian Capital of Texas"
],
"College Station": [
"Aggieland, Cstat"
],
"Commerce": [
"Bois d'arc Capital of Texas"
],
"Corpus Christi": [
"Sparkling City by the Sea"
],
"Corsicana": [
"Fruit Cake Capital of the World & Wolf Brand Chili originated here"
],
"Crystal City": [
"Spinach Capital of the World"
],
"Cuero": [
"Turkey Capital of the World"
],
"Dallas": [
"Big D",
"City of Hate",
"D-Town",
"Triple D",
"Metroplex"
],
"Danevang": [
"Danish Capital of Texas"
],
"Deer Park": [
"The Birthplace of Texas"
],
"Denison": [
"Wine Root Stock Capital of the World"
],
"Denton": [
"Little D",
"Redbud Capital of Texas",
"Little Austin"
],
"Dickens": [
"Wild Boar Capital"
],
"Dublin": [
"Irish Capital of Texas"
],
"Duncanville": [
"City of Champions"
],
"Eagle Lake": [
"Goose Hunting Capital of the World"
],
"Eagle Pass": [
"Where Yee-Ha Meets Olé"
],
"El Paso": [
"The City With a Legend",
"Chuco Town",
"El Chuco",
"EPT",
"The Sun City"
],
"Electra": [
"Pump Jack Capital of Texas"
],
"Elgin": [
"Sausage Capital of Texas"
],
"Ennis": [
"Bluebonnet City"
],
"Floresville": [
"Peanut Capital of Texas"
],
"Floydada": [
"Pumpkin Capital"
],
"Fort Davis": [
"Where the Stars Come Out to Play"
],
"Fort Worth": [
"Cowtown",
"Funkytown",
"Panther City",
"Metroplex",
"Queen City of the Prairie",
"Where the West Begins"
],
"Fredericksburg": [
"Fritztown",
"Polka Capital of Texas"
],
"Friona": [
"Cheeseburger Capital of Texas"
],
"Galveston": [
"Oleander City.,"
],
"Gatesville": [
"Spur Capital of Texas"
],
"George West": [
"Storyfest Capital of Texas"
],
"Georgetown": [
"Red Poppy Capital of Texas"
],
"Gilmer": [
"Home of the Yamboree"
],
"Glen Rose": [
"Dinosaur Capital of Texas"
],
"Gonzales": [
"Lexington of Texas."
],
"Hamilton": [
"Dove Capital of Texas"
],
"Happy": [
"The Town Without a Frown"
],
"Hawkins": [
"Pancake Capital of Texas"
],
"Hearne": [
"Sunflower Capital of Texas"
],
"Hereford": [
"Town Without a Toothache"
],
"Huntsville": [
"Prison City of Texas",
"Execution Capital of the World/Death Penalty City"
],
"Hutto": [
"Hippo Capital of Texas"
],
"Jacksonville": [
"Tomato Capital of the World"
],
"Jasper": [
"Butterfly Capital of Texas"
],
"Jefferson": [
"Bed and Breakfast Capital of Texas"
],
"Jones Creek": [
"Historic City of the Future"
],
"Kaufman": [
"Red Tail Hawk Capital"
],
"Kenedy": [
"Horned Lizard Capital of Texas",
"Texas Horned Lizard Capital of the World"
],
"Kerrville": [
"Lose Your Heart to the Hills"
],
"Kilgore": [
"Texas City of Stars"
],
"Killeen": [
"Kill City"
],
"Kingsville": [
"Gem City of the Southwest"
],
"Knox City": [
"Seedless Watermelon Capital of Texas"
],
"Lake Jackson": [
"The City of Enchantment"
],
"Laredo": [
"The City Under Seven Flags",
"The Gateway City"
],
"Llano": [
"Deer Capital of Texas"
],
"Lockhart": [
"Barbecue Capital of Texas"
],
"Longview": [
"Purple Martin Capital of Texas \"Home of Mason Hays\""
],
"Lubbock": [
"Hub City",
"Hub of the Plains"
],
"Lufkin": [
"Crossroads of East Texas"
],
"Madisonville": [
"Mushroom Capital of Texas"
],
"Marlin": [
"Hot Mineral Water City of Texas"
],
"Mauriceville": [
"Crawfish Capital of Texas"
],
"McAllen": [
"Square Dance Capital of the World",
"The Texas Tropics"
],
"McCamey": [
"Wind Energy Capital of Texas"
],
"Mesquite": [
"Rodeo Capital of Texas"
],
"Midland": [
"Ostrich Capital of Texas",
"The Tall City",
"Petroplex"
],
"Midlothian": [
"Cement and Steel Capital of Texas"
],
"Mineola": [
"Birding capital of East Texas"
],
"Mission": [
"Home of the Ruby Red Grapefruit"
],
"Mount Pleasant": [
"Bass Capital of Texas"
],
"Nacogdoches": [
"The Oldest Town in Texas"
],
"Naples": [
"The Watermelon Capital of The World"
],
"Navasota": [
"Blues Capital of Texas"
],
"Odessa": [
"Jackrabbit Capital of Texas",
"Petroplex"
],
"Palacios": [
"City By The Sea",
"Shrimp Capital of Texas"
],
"Paris": [
"Crape Myrtle City"
],
"Plano": [
"Hot Air Balloon Capital of Texas"
],
"Port Arthur": [
"Energy City"
],
"Quitman": [
"Big Bass Capital of Texas"
],
"Roanoke": [
"The Unique Dining Capital of Texas"
],
"Round Rock": [
"Daffodil Capital of Texas"
],
"San Angelo": [
"The End of the Rainbow",
"The Oasis of West Texas",
"Queen City of Central West Texas",
"Texas' biggest small town",
"Wool Capital"
],
"San Antonio": [
"Alamo City",
"Countdown City",
"Deuce Dime",
"River City",
"Something to Remember",
"The Tone"
],
"Sanderson": [
"Cactus Capital of Texas"
],
"Sansom Park": [
"City on the Move"
],
"Seguin": [
"Pecan Capital of the World"
],
"Shenandoah": [
"More Than Just a Song"
],
"Smithville": [
"Heart of the Megalopolis"
],
"Temple": [
"Wildflower Capital of Texas"
],
"Terlingua": [
"Chili Capital of the World"
],
"Texarkana": [
"Twice as Nice",
"T-Town",
"Twin City",
"TK"
],
"Texas City": [
"City By the Bay"
],
"The Colony": [
"City by the Lake"
],
"The Woodlands": [
"The Hoodlands",
"The Bubble"
],
"Turkey": [
"Western Swing Capital of the World"
],
"Tyler": [
"Rose Capital of the World"
],
"Victoria": [
"The Crossroads of South Texas"
],
"Waco": [
"The Buckle of the Bible Belt"
],
"Waxahachie": [
"Crape Myrtle Capital of Texas"
],
"Weatherford": [
"Cutting horse capital of the world",
"Peach Capital of Texas",
"Watermelon Capital of the World"
],
"Weslaco": [
"Citrus Capital of Texas"
],
"West": [
"Czech Heritage Capital of Texas"
],
"West Tawakoni": [
"Catfish Capital of Texas"
],
"Wichita Falls": [
"The City That Faith Built,"
],
"Wills Point": [
"Bluebird Capital of Texas"
]
},
"Utah": {
"Cedar City": [
"Festival City USA"
],
"Cottonwood Heights": [
"City between the Canyons"
],
"Green River": [
"The World's Watermelon Capital"
],
"Kanab": [
"Utah's Little Hollywood",
"Greatest Earth on Show"
],
"Orem": [
"Family City USA"
],
"Provo": [
"Happy Valley"
],
"Salt Lake City": [
"City of the Saints",
"Crossroads of the West",
"Small Lake City",
"Smog Lake City"
],
"Springville": [
"Art City"
]
},
"Vermont": {
"Barre": [
"Granite Capital of the World"
],
"Burlington": [
"The Queen City",
"The People's Republic of Burlington"
],
"Rutland": [
"The Marble City",
"RutVegas"
],
"St. Albans": [
"Rail City"
],
"White River Junction": [
"River City"
],
"Winooski": [
"The Onion City"
]
},
"Virginia": {
"Bristol": [
"The Birthplace of Country Music"
],
"Charlottesville": [
"So Very Virginia"
],
"Colonial Beach": [
"Oyster Capital of the Potomac"
],
"Fredericksburg": [
"America's Most Historic City",
"Where History Never Gets Old"
],
"Honaker": [
"Redbud Capital of the World"
],
"Lynchburg": [
"City of Seven Hills",
"The Hill City"
],
"Norfolk": [
"Life, Celebrated Daily"
],
"Radford": [
"The New River City"
],
"Richmond": [
"The River City"
],
"Roanoke": [
"Star City of the South",
"Magic City"
],
"Williamsburg": [
"The Colonial Capital",
"The Burg"
],
"Winchester": [
"Apple Capital of the World"
]
},
"Washington": {
"Aberdeen": [
"Port of Missing Men"
],
"Algona": [
"City of the Great Blue Heron"
],
"Auburn": [
"More Than You Imagined"
],
"Bellevue": [
"City in a Park"
],
"Bellingham": [
"City of Subdued Excitement",
"Let Us Surprise You"
],
"Blaine": [
"The Peace Arch City"
],
"Bothell": [
"For a Day",
"a Lifetime"
],
"Burlington": [
"The Hub City"
],
"Chehalis": [
"Rose City"
],
"Colville": [
"Washington's Most Livable Community"
],
"Cosmopolis": [
"City of the World"
],
"Enumclaw": [
"The Gateway to Mount Rainier"
],
"Forks": [
"The Logging Capital of the World"
],
"Gig Harbor": [
"The Maritime City"
],
"Ilwaco": [
"By Land",
"By Sea"
],
"Kelso": [
"City of Friendly People",
"Smelt Capital of the World"
],
"Kirkland": [
"Gateway to Seattle",
"The Little City that Could"
],
"Lynden": [
"The Gem City"
],
"Marysville": [
"The Strawberry City"
],
"Olympia": [
"Oly"
],
"Poulsbo": [
"Little Norway"
],
"Pullman": [
"Lentil Capital"
],
"Puyallup": [
"The Land of Generous People"
],
"Redmond": [
"Bicycle Capital of the Northwest",
"Home of Microsoft"
],
"Richland": [
"The Windy Town",
"City Of the Bombers",
"Atomic City"
],
"Seattle": [
"The Rattle",
"City of Flowers",
"Coffee Capital of the World",
"Emerald City: official since 1982",
"Jet City: for the prominence of the aerospace industry, especially Boeing",
"Queen City",
"Rain City"
],
"Sedro-Woolley": [
"Gateway to the North Cascades"
],
"Spokane": [
"The Lilac City"
],
"Sumner": [
"Rhubarb Pie Capital"
],
"Tacoma": [
"America’s #1 Wired City",
"The City of Destiny - Applied in 1873 when Tacoma was the terminus for the Northern Pacific Railroad",
"Tackyoma",
"T-Town",
"Grit City"
],
"Walla Walla": [
"The City was so Nice, They Named it Twice"
],
"Wenatchee": [
"Apple Capital of the World"
],
"Yakima": [
"The Palm Springs of Washington"
]
},
"West Virginia": {
"Bluefield": [
"Nature's Air Conditioned City"
],
"Charleston": [
"Chemicalville"
],
"Fairmont": [
"The Gymnastics Capital of West Virginia"
],
"Petersburg": [
"Home of the Golden Trout"
],
"Weirton": [
"Forged by Steel"
],
"Wheeling": [
"Nail City"
]
},
"Wisconsin": {
"Algoma": [
"Wisconsin's Trout and Salmon Capital",
"Warm Welcomes, Cool Breezes and Hot Fishing"
],
"Allenton": [
"You Have Friends in Allenton"
],
"Alma Center": [
"Strawberry Capital of Wisconsin"
],
"Amery": [
"City of Lakes"
],
"Arbor Vitae": [
"Crossroads of the North"
],
"Ashland": [
"Ashland Tops Wisconsin"
],
"Babcock": [
"The Cranberry Pie Capital"
],
"Baldwin": [
"The Biggest Little Town in Wisconsin"
],
"Baraboo": [
"Circus City of the World"
],
"Barron": [
"Turkey Capital of Wisconsin"
],
"Bayfield": [
"Best Kept Secret in Wisconsin"
],
"Bear Creek": [
"Home of the World's Largest Sauerkraut Plant"
],
"Beaver Dam": [
"Make Yourself at Home"
],
"Belleville": [
"UFO Capital of the World"
],
"Belmont": [
"Home of the First Territorial Capital"
],
"Beloit": [
"Gateway to Wisconsin"
],
"Berlin": [
"Fur and Leather Capital"
],
"Birchwood": [
"Bluegill Capital of Wisconsin"
],
"Black Creek": [
"Birthplace of the First Organized National Baseball Team",
"Crossroads to the Northwoods"
],
"Black Earth": [
"The Only Black Earth in the World"
],
"Black River Falls": [
"Deer Capital of Wisconsin"
],
"Blanchardville": [
"The Village in the Valley"
],
"Bloomer": [
"Rope Jump Capital of the World"
],
"Blue River": [
"Heart of the Lower Wisconsin River"
],
"Bonduel": [
"Spelling Capital of Wisconsin"
],
"Boscobel": [
"Birthplace of the Gideon Bible",
"Turkey Hunting Capital of Wisconsin"
],
"Boulder Junction": [
"Musky Capital of the World"
],
"Boyceville": [
"Cucumber Capital of Wisconsin"
],
"Boyd": [
"Why Go By"
],
"Brodhead": [
"The Bicycle Gateway to Wisconsin"
],
"Burlington": [
"Chocolate City, USA"
],
"Cambridge": [
"The Umbrella City"
],
"Cassville": [
"Where History, Bald Eagles and the Mississippi Meet"
],
"Cedarburg": [
"Historic Cedarburg"
],
"Chippewa Falls": [
"Naturally the World's Purest Water"
],
"Clam Lake": [
"Heart of the Chequamegon National Forest"
],
"Clintonville": [
"The Good Life Unlimited"
],
"Colby": [
"Home of Colby Cheese"
],
"Columbus": [
"Red Bud City"
],
"Combined Locks": [
"Headwaters Vacationland",
"Conservation, Protection, Preservation"
],
"Cornell": [
"Stacker City"
],
"Cornucopia": [
"Wisconsin's Northern Most Post Office"
],
"Cross Plains": [
"Famous For Friendliness"
],
"Cuba City": [
"The City of Presidents"
],
"Cumberland": [
"Rutabaga Capital",
"The Island City"
],
"Darlington": [
"The Pearl of the Pecatonica, U.S.A"
],
"Delavan": [
"Clown Town, U.S.A"
],
"Dickeyville": [
"Home of the Famous Dickeyville Grotto"
],
"Dodgeville": [
"At the heart of it all"
],
"Dousman": [
"Bullfrog Station"
],
"Eagle River": [
"Snowmobile Capital of the World",
"Wisconsin's Cranberry Country"
],
"Eau Claire": [
"Horseradish Capital of the World",
"Kubb Capital of North America"
],
"Eden": [
"Hometown of Baseball Star Jim Gantner"
],
"Edgar": [
"Progressive Village Serving People"
],
"Edgerton": [
"Tobacco City"
],
"Elkhorn": [
"The Christmas Card City",
"Living in Harmony"
],
"Ellsworth": [
"Cheese Curd Capital of Wisconsin"
],
"Elmwood": [
"UFO Capital of the World"
],
"Ephraim": [
"The Pearl of the Peninsula"
],
"Ettrick": [
"Fun City, USA"
],
"Evansville": [
"Soybean Capital of Wisconsin"
],
"Exeland": [
"Trout Fishing Capital of Wisconsin"
],
"Fennimore": [
"Fennimore...\"The City on the Move!\""
],
"Florence County": [
"Heart of Wild Rivers Country"
],
"Fond du Lac": [
"Winners Choice"
],
"Forest Junction": [
"You Can Get There From Here"
],
"Fox Cities": [
"Refreshing Change of Place"
],
"Fox Lake": [
"Home of Bunny Berigan"
],
"Francis Creek": [
"A Nice Place to Live"
],
"Fremont": [
"White Bass Capital of the World"
],
"Galesville": [
"Garden of Eden"
],
"Gays Mills": [
"The Apple Capital of Wisconsin"
],
"Germantown": [
"Deutschstadt",
"Gateway to Washington County"
],
"Gleason": [
"Brook Trout Fishing Capital of the World"
],
"Glidden": [
"Black Bear Capital of the World"
],
"Grantsburg": [
"Home of Big Gust"
],
"Green Bay": [
"Titletown USA",
"Toilet paper Capital of the World",
"Packertown"
],
"Green Lake": [
"Wisconsin's Lake Trout Capital"
],
"Haugen": [
"Kolache Capital"
],
"Hayward": [
"Home of World Record Muskies"
],
"Hazel Green": [
"Point of Beginning"
],
"Hillsboro": [
"Czech Capital of Wisconsin"
],
"Holmen": [
"Yes, Holmen"
],
"Horicon": [
"Home of the Horicon Marsh"
],
"Hurley": [
"Where 51 Ends...Family Fun Begins"
],
"Janesville": [
"Bower City",
"City of Parks",
"Wisconsin's Park Place"
],
"Jefferson": [
"The Gemütlichkeit City"
],
"Jim Falls": [
"Biggest Little Town on the River"
],
"Johnson Creek": [
"Crossroads With a Future"
],
"Juda": [
"Buffalo Roast Capital of Wisconsin"
],
"Juneau": [
"Birthplace of Addie Joss"
],
"Kaukauna": [
"The Electric City"
],
"Kenosha": [
"Kenosha...For All Seasons"
],
"Kewaskum": [
"Gateway to the Kettle Moraine State Forest"
],
"Kewaunee": [
"Spirit of the Lakeshore"
],
"La Crosse": [
"God's Country. Mud City, USA"
],
"Lac du Flambeau": [
"Lake of Torches"
],
"Lake Geneva": [
"Enjoyed for Over 100 Years by the Rich & Famous"
],
"Lake Tomahawk": [
"Snowshoe Baseball Capital of the World"
],
"Lancaster": [
"City of the Dome"
],
"Land O' Lakes": [
"Land of Four Seasons Fun"
],
"Langlade County": [
"Wisconsin's Get-Away County"
],
"Lodi": [
"Home of Susie the Duck"
],
"Lone Rock": [
"Coldest Spot in the Nation"
],
"Madison": [
"Mad City",
"Madtown",
"City of Four Lakes"
],
"Manitowish Waters": [
"Wisconsin's Northwoods Year-Round Vacationland"
],
"Manitowoc": [
"Wisconsin's Maritime Capital",
"Manty",
"Clipper City",
"Skunk Hollow"
],
"Marinette": [
"Marinette County Waterfalls Capital of Wisconsin"
],
"Marshfield": [
"The City in the Center",
"Cheese City USA"
],
"Mayville": [
"Jayville"
],
"Mazomanie": [
"Turn-of-the-Century Railroad Town"
],
"Medford": [
"People, Pride and Progress"
],
"Menasha (city)": [
"Menasha on the Move"
],
"Menasha (town)": [
"Bridging the Fox Cities"
],
"Menomonie": [
"Traditional Yet Progressive"
],
"Mercer": [
"Loon Capital of the World"
],
"Merrill": [
"Enjoy the Merrill Advantage"
],
"Middleton": [
"The Good Neighbor City"
],
"Milton": [
"History in Progress"
],
"Milwaukee": [
"Brew City/Brew Town/The Brew",
"City of Festivals",
"Cream City",
"The German Athens of America",
"A Great Place on a Great Lake",
"Mil-town"
],
"Mineral Point": [
"The City Where Wisconsin Began"
],
"Minocqua": [
"The Island City"
],
"Monona": [
"City of Pride, and It Shows"
],
"Monroe": [
"Swiss Cheese Capital of the U.S.A"
],
"Montfort": [
"Home of the Fort"
],
"Mt. Horeb": [
"The Troll Capital"
],
"Muscoda": [
"Morel Mushroom Capital of Wisconsin"
],
"New Auburn": [
"Gateway to the Ice Age Park"
],
"New Berlin": [
"City Living with a Touch of Country.,"
],
"New Glarus": [
"America's Little Switzerland"
],
"New Holstein": [
"Cow Town, USA"
],
"New London": [
"Heart of Wolf River Country"
],
"New Richmond": [
"The City Beautiful"
],
"Norwalk": [
"The Black Squirrel Capital of the World"
],
"Oak Creek": [
"Where City Meets The Country"
],
"Oconomowoc": [
"A Special Place"
],
"Oconto": [
"History on the Bay"
],
"Omro": [
"Bridge to the Future"
],
"Onalaska": [
"Sunfish Capital of the World"
],
"Oregon": [
"Horse Capital of Wisconsin"
],
"Oshkosh": [
"Oshkosh on the Water"
],
"Palmyra": [
"Heartbeat of the Kettle Moraine"
],
"Pardeeville": [
"Home of the World Watermelon Eating and Seed Spitting Championships"
],
"Park Falls": [
"Ruffed Grouse Capital of the World"
],
"Peshtigo": [
"Home of the Great Peshtigo Fire"
],
"Phelps": [
"Headwaters County"
],
"Phillips": [
"We've Saved a Place for You!",
"Trophy Whitetail Capital"
],
"Pittsville": [
"Exact Geographical Center of the State"
],
"Platteville": [
"Home of the Chicago Bears Summer Training Camp"
],
"Plover": [
"Golden Sands Area"
],
"Plum City": [
"A Small Village in a Peaceful Valley"
],
"Plymouth": [
"The Cream of Wisconsin"
],
"Poniatowski": [
"The Center of the Northwestern World"
],
"Port Washington": [
"Picturesque Port Washington",
"Jewel of the Lake Michigan Shore"
],
"Portage": [
"Historic Portage"
],
"Potosi": [
"Catfish Capital of Wisconsin"
],
"Prairie du Chien": [
"Wisconsin's Second Oldest Settlement"
],
"Prescott": [
"Where the Mighty Mississippi Meets the Beautiful St. Croix River"
],
"Presque Isle": [
"Walleye Capital of the World",
"Wisconsin's Last Wilderness"
],
"Price County": [
"We've Saved a Place for You"
],
"Princeton": [
"Where Yesterday Meets Tomorrow"
],
"Pulaski": [
"Polka Town"
],
"Racine": [
"Kringle Capital of the World",
"The Belle City"
],
"Randolph": [
"A Great Place to Grow"
],
"Redgranite": [
"Home of the State Rock"
],
"Reedsburg": [
"Butter Capital of America"
],
"Rhinelander": [
"Home of the Hodag"
],
"Richland Center": [
"From Farming to Frank Lloyd Wright"
],
"Ripon": [
"Birthplace of the Republican Party"
],
"Sauk City": [
"Cow Chip Throwing Capital of Wisconsin"
],
"Saukville": [
"Saukville Will Work for You"
],
"Sayner": [
"The Birthplace of the Snowmobile"
],
"Seymour": [
"Home of the Hamburger"
],
"Sheboygan": [
"Bratwurst Capital of the World",
"The City of Cheese, Chairs, and Children"
],
"Shiocton": [
"Where Nature Begins"
],
"Siren": [
"Lilac Capital of Wisconsin"
],
"Soldiers Grove": [
"America's First Solar Village"
],
"Somerset": [
"Tubing Capital of the World"
],
"Sparta": [
"Bicycling Capital of America"
],
"Spencer": [
"A Friendly Small Town with a Future"
],
"Spooner": [
"Crossroads of the North"
],
"Spring Valley": [
"Home of the Largest Earthen Dam in the Midwest"
],
"St. Germain": [
"The Friendliest Town in the Northwoods",
"All Trails Lead to St. Germain",
"Birthplace of Colorama"
],
"Stevens Point": [
"Gateway to the Pineries"
],
"Stockbridge": [
"Sturgeon Center of the World"
],
"Stoughton": [
"The City of Progress and Opportunity"
],
"Stratford": [
"Stratford on the Move"
],
"Sun Prairie": [
"The Groundhog Capital of the World"
],
"Superior": [
"Where Sail Meets Rail",
"I'm a Superior Lover",
"Soup Town",
"The Twin Ports"
],
"Taycheedah": [
"Sheepshead Fishing Capital of the World"
],
"Tilden": [
"Halfway Between the North Pole and the Equator"
],
"Tomah": [
"Where the I Divides",
"Gateway to Cranberry Country"
],
"Tomahawk": [
"Gateway to the Northwoods"
],
"Trego": [
"The Wild River City"
],
"Two Rivers": [
"Birthplace of the Ice Cream Sundae",
"Coolest Spot in Wisconsin",
"the Cool City"
],
"Verona": [
"Hometown USA"
],
"Viroqua": [
"Discover It"
],
"Warrens": [
"The Cranberry Capital of Wisconsin"
],
"Watertown": [
"Home of the First Kindergarten in America"
],
"Waukesha": [
"Spring City",
"Birthplace of Les Paul"
],
"Waunakee": [
"The Only Waunakee in the World"
],
"Waupaca": [
"Chain-O-Lakes"
],
"Waupun": [
"City of Sculpture",
"Prison City",
"Wild Goose Center of Wisconsin"
],
"Wausau": [
"Our Peak Season Never Ends"
],
"Wausaukee": [
"Ranger City USA"
],
"Wautoma": [
"Christmas Tree Capital of the World"
],
"Wauwatosa": [
"Tosa"
],
"Webster": [
"The Fishbowl of Wisconsin"
],
"Weyauwega": [
"Home of Horse and Buggy Days"
],
"Whitefish Bay": [
"Whitefolks Bay"
],
"Wild Rose": [
"The Land of Lakes and Streams"
],
"Wilton": [
"The Heart of the Trail"
],
"Winchester": [
"Wisconsin's Unchanged Wilderness"
],
"Winneconne": [
"Winneconne on the Wolf"
],
"Wisconsin Dells": [
"Waterpark Capital of the World"
],
"Wisconsin Rapids": [
"Paper City"
],
"Wonewoc": [
"Midpoint of the 400 Trail",
"We Are User Friendly"
],
"Woodman": [
"The Dinky's Last Stop"
],
"Woodruff": [
"Home of the Million Penny Parade"
]
},
"Wyoming": {
"Cheyenne": [
"The Magic City of the Plains"
],
"Cody": [
"Rodeo Capital of the World"
],
"Douglas": [
"Jackalope Capital of the World"
],
"Laramie": [
"Gem City of the Plains"
],
"Lovell": [
"The Rose City of Wyoming"
],
"Meeteetse": [
"Ferret Capital of the World",
"Where Chiefs Meet"
],
"Riverton": [
"We've Got All the Civilization You Need"
],
"Rock Springs": [
"Home of 56 Nationalities"
],
"Saratoga": [
"Where the Trout Leap in Main Street"
],
"Upton": [
"The Best Town on Earth"
]
},
"District of Columbia": {
"District of Columbia": [
"The American Rome",
"A Capital City",
"The Capital of the World",
"Chocolate City",
"City of Magnificent Distances",
"City of Magnificent Intentions",
"The Federal City",
"Hollywood for Ugly People",
"Murder Capital of America",
"Nation's Capital"
]
},
"Puerto Rico": {
"Aibonito": [
"The Cold City"
],
"Añasco": [
"City where the gods die"
],
"Humacao": [
"The gray city",
"Pearl of the orient"
],
"Guayama": [
"Witch city"
],
"Ponce": [
"City of the Lions",
"The Pearl of the South",
"Genip City",
"The Noble City",
"The Redblack City"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment