Skip to content

Instantly share code, notes, and snippets.

@brettmcdade
Last active December 18, 2018 20:33
Show Gist options
  • Save brettmcdade/aa19e00b4ec8b04b749b941ebd0d4118 to your computer and use it in GitHub Desktop.
Save brettmcdade/aa19e00b4ec8b04b749b941ebd0d4118 to your computer and use it in GitHub Desktop.
NFL teams in json format
[
{
"code": "ARI",
"fullName": "Arizona Cardinals",
"shortName": "Arizona",
"state": "Arizona"
},
{
"code": "ATL",
"fullName": "Atlanta Falcons",
"shortName": "Atlanta",
"state": "Georgia"
},
{
"code": "BAL",
"fullName": "Baltimore Ravens",
"shortName": "Baltimore",
"state": "Maryland"
},
{
"code": "BUF",
"fullName": "Buffalo Bills",
"shortName": "Buffalo",
"state": "New York"
},
{
"code": "CAR",
"fullName": "Carolina Panthers",
"shortName": "Carolina",
"state": "North Carolina"
},
{
"code": "CHI",
"fullName": "Chicago Bears",
"shortName": "Chicago",
"state": "Illinois"
},
{
"code": "CIN",
"fullName": "Cincinnati Bengals",
"shortName": "Cincinnati",
"state": "Ohio"
},
{
"code": "CLE",
"fullName": "Cleveland Browns",
"shortName": "Cleveland",
"state": "Ohio"
},
{
"code": "DAL",
"fullName": "Dallas Cowboys",
"shortName": "Dallas",
"state": "Texas"
},
{
"code": "DEN",
"fullName": "Denver Broncos",
"shortName": "Denver",
"state": "Colorado"
},
{
"code": "DET",
"fullName": "Detroit Lions",
"shortName": "Detroit",
"state": "Michigan"
},
{
"code": "GB",
"fullName": "Green Bay Packers",
"shortName": "Green Bay",
"state": "Wisconsin"
},
{
"code": "HOU",
"fullName": "Houston Texans",
"shortName": "Houston",
"state": "Texas"
},
{
"code": "IND",
"fullName": "Indianapolis Colts",
"shortName": "Indianapolis",
"state": "Indiana"
},
{
"code": "JAC",
"fullName": "Jacksonville Jaguars",
"shortName": "Jacksonville",
"state": "Florida"
},
{
"code": "KC",
"fullName": "Kansas City Chiefs",
"shortName": "Kansas City",
"state": "Missouri"
},
{
"code": "MIA",
"fullName": "Miami Dolphins",
"shortName": "Miami",
"state": "Florida"
},
{
"code": "MIN",
"fullName": "Minnesota Vikings",
"shortName": "Minnesota",
"state": "Minnesota"
},
{
"code": "NYG",
"fullName": "N.Y. Giants",
"shortName": "N.Y. Giants",
"state": "New York"
},
{
"code": "NYJ",
"fullName": "N.Y. Jets",
"shortName": "N.Y. Jets",
"state": "New York"
},
{
"code": "NE",
"fullName": "New England Patriots",
"shortName": "New England",
"state": "Massachusetts"
},
{
"code": "NO",
"fullName": "New Orleans Saints",
"shortName": "New Orleans",
"state": "Louisiana"
},
{
"code": "OAK",
"fullName": "Oakland Raiders",
"shortName": "Oakland",
"state": "California"
},
{
"code": "PHI",
"fullName": "Philadelphia Eagles",
"shortName": "Philadelphia",
"state": "Pennsylvania"
},
{
"code": "PIT",
"fullName": "Pittsburgh Steelers",
"shortName": "Pittsburgh",
"state": "Pennsylvania"
},
{
"code": "SD",
"fullName": "San Diego Chargers",
"shortName": "San Diego",
"state": "Los Angeles"
},
{
"code": "SF",
"fullName": "San Francisco 49ers",
"shortName": "San Francisco",
"state": "Los Angeles"
},
{
"code": "SEA",
"fullName": "Seattle Seahawks",
"shortName": "Seattle",
"state": "Washington"
},
{
"code": "STL",
"fullName": "St. Louis Rams",
"shortName": "St. Louis",
"state": "Missouri"
},
{
"code": "TB",
"fullName": "Tampa Bay Buccaneers",
"shortName": "Tampa Bay",
"state": "Florida"
},
{
"code": "TEN",
"fullName": "Tennessee Titans",
"shortName": "Tennessee",
"state": "Tennessee"
},
{
"code": "WAS",
"fullName": "Washington Redskins",
"shortName": "Washington",
"state": "Maryland"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment