Fanfare NFL Teams is a paid API for AI agents from fanfare.run, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Returns all 32 NFL teams with their ID, name, abbreviation, and city for use in schedule and standings queries.
All 32 NFL teams with ID, name, abbreviation, and city. Use team IDs to query schedules and standings.
A list of all 32 NFL teams, each with a unique team ID, full team name, city, and abbreviation — suitable for passing team IDs into schedule or standings endpoints.
GEThttps://fanfare.run/nfl/teamsUse this endpoint when you need to discover or enumerate NFL team IDs, abbreviations, or city names — especially as a prerequisite step before querying NFL schedules or standings by team ID.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": [
{
"id": "22",
"city": "Arizona",
"name": "Cardinals",
"record": null,
"division": null,
"full_name": "Arizona Cardinals",
"conference": null,
"abbreviation": "ARI"
},
{
"id": "1",
"city": "Atlanta",
"name": "Falcons",
"record": null,
"division": null,
"full_name": "Atlanta Falcons",
"conference": null,
"abbreviation": "ATL"
},
{
"id": "33",
"city": "Baltimore",
"name": "Ravens",
"record": null,
"division": null,
"full_name": "Baltimore Ravens",
"conference": null,
"abbreviation": "BAL"
},
{
"id": "2",
"city": "Buffalo",
"name": "Bills",
"record": null,
"division": null,
"full_name": "Buffalo Bills",
"conference": null,
"abbreviation": "BUF"
},
{
"id": "29",
"city": "Carolina",
"name": "Panthers",
"record": null,
"division": null,
"full_name": "Carolina Panthers",
"conference": null,
"abbreviation": "CAR"
},
{
"id": "3",
"city": "Chicago",
"name": "Bears",
"record": null,
"division": null,
"full_name": "Chicago Bears",
"conference": null,
"abbreviation": "CHI"
},
{
"id": "4",
"city": "Cincinnati",
"name": "Bengals",
"record": null,
"division": null,
"full_name": "Cincinnati Bengals",
"conference": null,
"abbreviation": "CIN"
},
{
"id": "5",
"city": "Cleveland",
"name": "Browns",
"record": null,
"division": null,
"full_name": "Cleveland Browns",
"conference": null,
"abbreviation": "CLE"
},
{
"id": "6",
"city": "Dallas",
"name": "Cowboys",
"record": null,
"division": null,
"full_name": "Dallas Cowboys",
"conference": null,
"abbreviation": "DAL"
},
{
"id": "7",
"city": "Denver",
"name": "Broncos",
"record": null,
"division": null,
"full_name": "Denver Broncos",
"conference": null,
"abbreviation": "DEN"
},
{
"id": "8",
"city": "Detroit",
"name": "Lions",
"record": null,
"division": null,
"full_name": "Detroit Lions",
"conference": null,
"abbreviation": "DET"
},
{
"id": "9",
"city": "Green Bay",
"name": "Packers",
"record": null,
"division": null,
"full_name": "Green Bay Packers",
"conference": null,
"abbreviation": "GB"
},
{
"id": "34",
"city": "Houston",
"name": "Texans",
"record": null,
"division": null,
"full_name": "Houston Texans",
"conference": null,
"abbreviation": "HOU"
},
{
"id": "11",
"city": "Indianapolis",
"name": "Colts",
"record": null,
"division": null,
"full_name": "Indianapolis Colts",
"conference": null,
"abbreviation": "IND"
},
{
"id": "30",
"city": "Jacksonville",
"name": "Jaguars",
"record": null,
"division": null,
"full_name": "Jacksonville Jaguars",
"conference": null,
"abbreviation": "JAX"
},
{
"id": "12",
"city": "Kansas City",
"name": "Chiefs",
"record": null,
"division": null,
"full_name": "Kansas City Chiefs",
"conference": null,
"abbreviation": "KC"
},
{
"id": "13",
"city": "Las Vegas",
"name": "Raiders",
"record": null,
"division": null,
"full_name": "Las Vegas Raiders",
"conference": null,
"abbreviation": "LV"
},
{
"id": "24",
"city": "Los Angeles",
"name": "Chargers",
"record": null,
"division": null,
"full_name": "Los Angeles Chargers",
"conference": null,
"abbreviation": "LAC"
},
{
"id": "14",
"city": "Los Angeles",
"name": "Rams",
"record": null,
"division": null,
"full_name": "Los Angeles Rams",
"conference": null,
"abbreviation": "LAR"
},
{
"id": "15",
"city": "Miami",
"name": "Dolphins",
"record": null,
"division": null,
"full_name": "Miami Dolphins",
"conference": null,
"abbreviation": "MIA"
},
{
"id": "16",
"city": "Minnesota",
"name": "Vikings",
"record": null,
"division": null,
"full_name": "Minnesota Vikings",
"conference": null,
"abbreviation": "MIN"
},
{
"id": "17",
"city": "New England",
"name": "Patriots",
"record": null,
"division": null,
"full_name": "New England Patriots",
"conference": null,
"abbreviation": "NE"
},
{
"id": "18",
"city": "New Orleans",
"name": "Saints",
"record": null,
"division": null,
"full_name": "New Orleans Saints",
"conference": null,
"abbreviation": "NO"
},
{
"id": "19",
"city": "New York",
"name": "Giants",
"record": null,
"division": null,
"full_name": "New York Giants",
"conference": null,
"abbreviation": "NYG"
},
{
"id": "20",
"city": "New York",
"name": "Jets",
"record": null,
"division": null,
"full_name": "New York Jets",
"conference": null,
"abbreviation": "NYJ"
},
{
"id": "21",
"city": "Philadelphia",
"name": "Eagles",
"record": null,
"division": null,
"full_name": "Philadelphia Eagles",
"conference": null,
"abbreviation": "PHI"
},
{
"id": "23",
"city": "Pittsburgh",
"name": "Steelers",
"record": null,
"division": null,
"full_name": "Pittsburgh Steelers",
"conference": null,
"abbreviation": "PIT"
},
{
"id": "25",
"city": "San Francisco",
"name": "49ers",
"record": null,
"division": null,
"full_name": "San Francisco 49ers",
"conference": null,
"abbreviation": "SF"
},
{
"id": "26",
"city": "Seattle",
"name": "Seahawks",
"record": null,
"division": null,
"full_name": "Seattle Seahawks",
"conference": null,
"abbreviation": "SEA"
},
{
"id": "27",
"city": "Tampa Bay",
"name": "Buccaneers",
"record": null,
"division": null,
"full_name": "Tampa Bay Buccaneers",
"conference": null,
"abbreviation": "TB"
},
{
"id": "10",
"city": "Tennessee",
"name": "Titans",
"record": null,
"division": null,
"full_name": "Tennessee Titans",
"conference": null,
"abbreviation": "TEN"
},
{
"id": "28",
"city": "Washington",
"name": "Commanders",
"record": null,
"division": null,
"full_name": "Washington Commanders",
"conference": null,
"abbreviation": "WSH"
}
],
"sport": "football",
"errors": [],
"league": "nfl",
"warnings": [],
"request_id": "7bd6e1af-34eb-4d3b-b962-bb80b1c99789",
"retrieved_at": "2026-05-29T04:39:07.232238+00:00"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"