Skip to content

Instantly share code, notes, and snippets.

@jjuel
Created April 17, 2018 20:29
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 jjuel/c80231cc300e5fbc42676e9e81ccd042 to your computer and use it in GitHub Desktop.
Save jjuel/c80231cc300e5fbc42676e9e81ccd042 to your computer and use it in GitHub Desktop.
{
"id": "BIG-12",
"name": "Big 12",
"teams": [{
"id": "BAY",
"name": "Bears",
"market": "Baylor",
"venue": {
"id": "02e0179d-2c03-41ec-b84e-ce37a66bc1c7",
"country": "USA",
"name": "McLane Stadium",
"city": "Waco",
"state": "TX",
"capacity": 45140,
"surface": "artificial",
"type": "outdoor",
"zip": "76704",
"address": "1001 S M.L.K. Jr Blvd"
}
}, {
"id": "OKS",
"name": "Cowboys",
"market": "Oklahoma State",
"venue": {
"id": "98612a89-835b-4ee3-a44d-4841b918262a",
"country": "USA",
"name": "Boone Pickens Stadium",
"city": "Stillwater",
"state": "OK",
"capacity": 56790,
"surface": "artificial",
"type": "outdoor",
"zip": "74078",
"address": "700 West Hall of Fame Avenue"
}
},
{
"id": "FBS",
"name": "I-A",
"conferences": [{
"id": "ACC",
"name": "ACC",
"subdivisions": [{
"id": "ACC-ATLANTIC",
"name": "ATLANTIC",
"teams": [{
"id": "LOU",
"name": "Cardinals",
"market": "Louisville",
"venue": {
"id": "e0947a41-9e85-488e-bcb3-6682dd56283e",
"country": "USA",
"name": "Papa John's Cardinal Stadium",
"city": "Louisville",
"state": "KY",
"capacity": 65000,
"surface": "artificial",
"type": "outdoor",
"zip": "40209",
"address": "2800 S Floyd St"
}
}, {
"id": "WF",
"name": "Demon Deacons",
"market": "Wake Forest",
"venue": {
"id": "7b816db3-a203-4b08-a060-d80e190067c9",
"country": "USA",
"name": "BB&T Field",
"city": "Winston-Salem",
"state": "NC",
"capacity": 31500,
"surface": "artificial",
"type": "outdoor",
"zip": "27105",
"address": "411 Deacon Blvd"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment