File size: 4,597 Bytes
12bb5f4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | [
{
"id": 1,
"name": "MetLife Stadium",
"city": "East Rutherford, NJ",
"country": "USA",
"capacity": 82500,
"latitude": 40.8128,
"longitude": -74.0742,
"description": "The crown jewel of FIFA World Cup 2026, hosting the Final. Located in the New York metropolitan area."
},
{
"id": 2,
"name": "SoFi Stadium",
"city": "Inglewood, CA",
"country": "USA",
"capacity": 70240,
"latitude": 33.9535,
"longitude": -118.3392,
"description": "A state-of-the-art venue in Los Angeles, featuring a translucent ETFE roof."
},
{
"id": 3,
"name": "AT&T Stadium",
"city": "Arlington, TX",
"country": "USA",
"capacity": 80000,
"latitude": 32.7473,
"longitude": -97.0945,
"description": "Home to the Dallas Cowboys, featuring the iconic retractable roof and massive video board."
},
{
"id": 4,
"name": "NRG Stadium",
"city": "Houston, TX",
"country": "USA",
"capacity": 72220,
"latitude": 29.6847,
"longitude": -95.4107,
"description": "Houston's premier sporting venue with a retractable roof and world-class facilities."
},
{
"id": 5,
"name": "Mercedes-Benz Stadium",
"city": "Atlanta, GA",
"country": "USA",
"capacity": 71000,
"latitude": 33.7554,
"longitude": -84.4010,
"description": "An architectural marvel with a unique retractable pinwheel roof design."
},
{
"id": 6,
"name": "Lumen Field",
"city": "Seattle, WA",
"country": "USA",
"capacity": 69000,
"latitude": 47.5952,
"longitude": -122.3316,
"description": "Known for its electric atmosphere and passionate fans in the Pacific Northwest."
},
{
"id": 7,
"name": "Levi's Stadium",
"city": "Santa Clara, CA",
"country": "USA",
"capacity": 68500,
"latitude": 37.4033,
"longitude": -121.9694,
"description": "The technology-forward home of the San Francisco 49ers in Silicon Valley."
},
{
"id": 8,
"name": "Lincoln Financial Field",
"city": "Philadelphia, PA",
"country": "USA",
"capacity": 69796,
"latitude": 39.9008,
"longitude": -75.1675,
"description": "Philadelphia's passionate sporting venue, rich in history and atmosphere."
},
{
"id": 9,
"name": "Hard Rock Stadium",
"city": "Miami Gardens, FL",
"country": "USA",
"capacity": 65326,
"latitude": 25.9580,
"longitude": -80.2389,
"description": "A tropical sporting paradise in South Florida with an innovative canopy structure."
},
{
"id": 10,
"name": "Arrowhead Stadium",
"city": "Kansas City, MO",
"country": "USA",
"capacity": 76416,
"latitude": 39.0489,
"longitude": -94.4839,
"description": "One of the loudest stadiums in the world, home to legendary Chiefs fans."
},
{
"id": 11,
"name": "Gillette Stadium",
"city": "Foxborough, MA",
"country": "USA",
"capacity": 65878,
"latitude": 42.0909,
"longitude": -71.2643,
"description": "New England's iconic venue steeped in championship tradition."
},
{
"id": 12,
"name": "Estadio Azteca",
"city": "Mexico City",
"country": "Mexico",
"capacity": 87523,
"latitude": 19.3029,
"longitude": -99.1505,
"description": "The legendary Azteca — the only stadium to host two FIFA World Cup Finals (1970, 1986). A true cathedral of football."
},
{
"id": 13,
"name": "Estadio BBVA",
"city": "Monterrey",
"country": "Mexico",
"capacity": 53500,
"latitude": 25.6659,
"longitude": -100.2446,
"description": "A modern gem in northern Mexico, known for its striking design against the Sierra Madre mountains."
},
{
"id": 14,
"name": "Estadio Akron",
"city": "Guadalajara",
"country": "Mexico",
"capacity": 49850,
"latitude": 20.6831,
"longitude": -103.4625,
"description": "Home of Chivas, featuring a unique volcanic rock-inspired exterior in Mexico's second-largest city."
},
{
"id": 15,
"name": "BMO Field",
"city": "Toronto",
"country": "Canada",
"capacity": 45736,
"latitude": 43.6332,
"longitude": -79.4186,
"description": "Canada's premier soccer-specific stadium, expanded for the World Cup on Toronto's waterfront."
},
{
"id": 16,
"name": "BC Place",
"city": "Vancouver",
"country": "Canada",
"capacity": 54500,
"latitude": 49.2768,
"longitude": -123.1118,
"description": "Vancouver's retractable roof stadium, set against the stunning backdrop of the North Shore Mountains."
}
]
|