Retrieve a list of players with optional pagination and filtering.
Description
Get a paginated list of all players. This endpoint will return only active
teams, so if a player retired or is not currently on a roster, that player will no longer be active for that league.
Player IDs are unique per league, this means that the same player can have different IDs across leagues. For example, Lionel Messi
has the following IDs:
C7231134C08F
: USA - Major League Soccer7D915F8BDA8E
: CONMEBOL - Copa America
If a player is no longer active but you want to get information about it, you can pass in the id
to this endpoint and it will return data for inactive players.
Specific Parameter Information
For a full list of parameters, scroll to the bottom of this page.
You must pass at least one of the following (sport
, league
, id
).
sport
The sport you want to get fixtures for. You can pass the id or the name.
league
The league you want to get fixtures for. You can pass the id or the name.
id
The id of the team you want information for.
include_statsperform_id
Specify this parameter if you want the StatsPerform IDs to be included as part of the response. If this is enabled, you will see it populated in the source_ids
field of the Fixture entry:
"source_ids": {
"statsperform_id": "a2nwp4zx1mzcmk2e4dtcw5h5g"
}
Example Responses
NFL
URL: https://api.opticodds.com/api/v3/players?league=NFL
{
"data": [
{
"id": "58528E9A72E6",
"name": "Aaron Banks",
"position": "G",
"number": 65,
"is_active": true,
"first_name": "Aaron",
"last_name": "Banks",
"age": 27,
"height": 76,
"weight": 323,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4242390.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "132B64CEDAC4",
"name": "San Francisco 49ers"
}
},
{
"id": "36E20D38D90CF77C",
"name": "Aaron Beasley",
"position": "LB",
"number": null,
"is_active": true,
"first_name": "Aaron",
"last_name": "Beasley",
"age": 23,
"height": 72,
"weight": 224,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4570567.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB5E972AB475",
"name": "Carolina Panthers"
}
},
{
"id": "E1C6CF8263C2",
"name": "Aaron Brewer",
"position": "G",
"number": 55,
"is_active": true,
"first_name": "Aaron",
"last_name": "Brewer",
"age": 26,
"height": 72,
"weight": 292,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4040537.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "8380A12E67FE",
"name": "Miami Dolphins"
}
},
{
"id": "26715A178473",
"name": "Aaron Brewer",
"position": "LS",
"number": 46,
"is_active": true,
"first_name": "Aaron",
"last_name": "Brewer",
"age": 34,
"height": 76,
"weight": 231,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/15241.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "AF456B375E7E",
"name": "Arizona Cardinals"
}
},
{
"id": "85DD2E3E39D0",
"name": "Aaron Casey",
"position": "LB",
"number": 44,
"is_active": true,
"first_name": "Aaron",
"last_name": "Casey",
"age": 24,
"height": 72,
"weight": 228,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4371960.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB3A43FF026E",
"name": "Cincinnati Bengals"
}
},
{
"id": "A52CB8FA55E6",
"name": "Aaron Donald",
"position": null,
"number": null,
"is_active": true,
"first_name": "Aaron",
"last_name": "Donald",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "13AD4FDBEBA8",
"name": "Los Angeles Rams"
}
},
{
"id": "6A8C12F44A16",
"name": "Aaron Jones",
"position": "RB",
"number": 33,
"is_active": true,
"first_name": "Aaron",
"last_name": "Jones",
"age": 29,
"height": 68,
"weight": 206,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3042519.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "24E4EA618C5E",
"name": "Minnesota Vikings"
}
},
{
"id": "01623B666E8D",
"name": "Aaron Robinson",
"position": "CB",
"number": 33,
"is_active": true,
"first_name": "Aaron",
"last_name": "Robinson",
"age": 25,
"height": 72,
"weight": 193,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4040979.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "ACC49FC634EE",
"name": "New York Giants"
}
},
{
"id": "16E7FD97D946",
"name": "Aaron Rodgers",
"position": "QB",
"number": 8,
"is_active": true,
"first_name": "Aaron",
"last_name": "Rodgers",
"age": 40,
"height": 73,
"weight": 222,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/8439.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "032D4F9C6C55",
"name": "New York Jets"
}
},
{
"id": "8C27E3A10D7A",
"name": "Aaron Shampklin",
"position": "RB",
"number": 33,
"is_active": true,
"first_name": "Aaron",
"last_name": "Shampklin",
"age": 24,
"height": 69,
"weight": 193,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4248068.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "727B3B3C78E8",
"name": "Pittsburgh Steelers"
}
},
{
"id": "15D6D87D37FB",
"name": "Aaron Stinnie",
"position": "G",
"number": 64,
"is_active": true,
"first_name": "Aaron",
"last_name": "Stinnie",
"age": 30,
"height": 74,
"weight": 310,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3049339.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "ACC49FC634EE",
"name": "New York Giants"
}
},
{
"id": "233712626CE6",
"name": "Abdullah Anderson",
"position": "DE",
"number": 78,
"is_active": true,
"first_name": "Abdullah",
"last_name": "Anderson",
"age": 28,
"height": 75,
"weight": 292,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3119119.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "24988863B4CB",
"name": "Tennessee Titans"
}
},
{
"id": "96257F3BD616",
"name": "Abraham Beauplan",
"position": "LB",
"number": 59,
"is_active": true,
"first_name": "Abraham",
"last_name": "Beauplan",
"age": 24,
"height": 73,
"weight": 233,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4686533.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "43412DC9CDCA",
"name": "Detroit Lions"
}
},
{
"id": "13EAB519F26B",
"name": "Abraham Lucas",
"position": "OT",
"number": 72,
"is_active": true,
"first_name": "Abraham",
"last_name": "Lucas",
"age": 25,
"height": 77,
"weight": 321,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4245171.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EFED0277C4BD",
"name": "Seattle Seahawks"
}
},
{
"id": "4E8AF7F71DC1",
"name": "Adam Butler",
"position": "DT",
"number": 69,
"is_active": true,
"first_name": "Adam",
"last_name": "Butler",
"age": 30,
"height": 76,
"weight": 299,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2972342.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
},
{
"id": "183A06D5EA6F",
"name": "Adam Gotsis",
"position": "DL",
"number": 96,
"is_active": true,
"first_name": "Adam",
"last_name": "Gotsis",
"age": 31,
"height": 75,
"weight": 286,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2971498.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "9CCE4CA64CF2",
"name": "Jacksonville Jaguars"
}
},
{
"id": "A7EDB72F2D21",
"name": "Adam Prentice",
"position": "FB",
"number": 46,
"is_active": true,
"first_name": "Adam",
"last_name": "Prentice",
"age": 27,
"height": 71,
"weight": 244,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3929914.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "E94C20E042D9",
"name": "New Orleans Saints"
}
},
{
"id": "E10AFEAC2028",
"name": "Adam Thielen",
"position": "WR",
"number": 19,
"is_active": true,
"first_name": "Adam",
"last_name": "Thielen",
"age": 34,
"height": 73,
"weight": 193,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/16460.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB5E972AB475",
"name": "Carolina Panthers"
}
},
{
"id": "39B73E7D7AAB",
"name": "Adam Trautman",
"position": "TE",
"number": 82,
"is_active": true,
"first_name": "Adam",
"last_name": "Trautman",
"age": 27,
"height": 76,
"weight": 250,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3911853.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0DBD3AEC9A84",
"name": "Denver Broncos"
}
},
{
"id": "1C8793F6CBCA",
"name": "Adetokunbo Ogundeji",
"position": null,
"number": null,
"is_active": true,
"first_name": "Adetokunbo",
"last_name": "Ogundeji",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "348C1EE88C42",
"name": "Atlanta Falcons"
}
},
{
"id": "AB0E14B63423",
"name": "Adetomiwa Adebawore",
"position": "DT",
"number": 95,
"is_active": true,
"first_name": "Adetomiwa",
"last_name": "Adebawore",
"age": 23,
"height": 73,
"weight": 279,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4427635.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "28ABEAB98C11",
"name": "Indianapolis Colts"
}
},
{
"id": "B4E39A00DF50",
"name": "Adisa Isaac",
"position": "LB",
"number": 50,
"is_active": true,
"first_name": "Adisa",
"last_name": "Isaac",
"age": 22,
"height": 75,
"weight": 250,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4426372.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "766A226BC204",
"name": "Baltimore Ravens"
}
},
{
"id": "ABDFEE4C1B2F",
"name": "Adonai Mitchell",
"position": "WR",
"number": 10,
"is_active": true,
"first_name": "Adonai",
"last_name": "Mitchell",
"age": 21,
"height": 73,
"weight": 202,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4597500.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "28ABEAB98C11",
"name": "Indianapolis Colts"
}
},
{
"id": "C68759EE5366",
"name": "Adoree' Jackson",
"position": null,
"number": null,
"is_active": true,
"first_name": "Adoree'",
"last_name": "Jackson",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "ACC49FC634EE",
"name": "New York Giants"
}
},
{
"id": "FF3926824E02",
"name": "Adrian Amos",
"position": "S",
"number": 34,
"is_active": true,
"first_name": "Adrian",
"last_name": "Amos",
"age": 31,
"height": 71,
"weight": 213,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2582132.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "9CCE4CA64CF2",
"name": "Jacksonville Jaguars"
}
},
{
"id": "F13218FF778A",
"name": "Adrian Colbert",
"position": "DB",
"number": 25,
"is_active": true,
"first_name": "Adrian",
"last_name": "Colbert",
"age": 30,
"height": 73,
"weight": 202,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2971699.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "7108F48884ED",
"name": "Chicago Bears"
}
},
{
"id": "2F31DFC2DBEF",
"name": "Adrian Martinez",
"position": "QB",
"number": 15,
"is_active": true,
"first_name": "Adrian",
"last_name": "Martinez",
"age": 24,
"height": 73,
"weight": 217,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4361182.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "032D4F9C6C55",
"name": "New York Jets"
}
},
{
"id": "90B09CC12965",
"name": "Adrian Phillips",
"position": null,
"number": null,
"is_active": true,
"first_name": "Adrian",
"last_name": "Phillips",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "04E3F3D69B89",
"name": "New England Patriots"
}
},
{
"id": "2A8449B32124",
"name": "Ahkello Witherspoon",
"position": null,
"number": null,
"is_active": true,
"first_name": "Ahkello",
"last_name": "Witherspoon",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "13AD4FDBEBA8",
"name": "Los Angeles Rams"
}
},
{
"id": "11AD82D55048",
"name": "Ahmarean Brown",
"position": "WR",
"number": 87,
"is_active": true,
"first_name": "Ahmarean",
"last_name": "Brown",
"age": 23,
"height": 67,
"weight": 169,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4426800.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "81A1B4413577",
"name": "Cleveland Browns"
}
},
{
"id": "219A15473CB6",
"name": "Aidan Hutchinson",
"position": "DE",
"number": 97,
"is_active": true,
"first_name": "Aidan",
"last_name": "Hutchinson",
"age": 24,
"height": 78,
"weight": 266,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4372099.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "43412DC9CDCA",
"name": "Detroit Lions"
}
},
{
"id": "031D6CADF278",
"name": "Aidan O'Connell",
"position": "QB",
"number": 12,
"is_active": true,
"first_name": "Aidan",
"last_name": "O'Connell",
"age": 26,
"height": 74,
"weight": 209,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4260394.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
},
{
"id": "BE925563984B",
"name": "Aidan Robbins",
"position": "RB",
"number": 49,
"is_active": true,
"first_name": "Aidan",
"last_name": "Robbins",
"age": 23,
"height": 73,
"weight": 235,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4430404.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "81A1B4413577",
"name": "Cleveland Browns"
}
},
{
"id": "AA31D0D26511",
"name": "Ainias Smith",
"position": "WR",
"number": 82,
"is_active": true,
"first_name": "Ainias",
"last_name": "Smith",
"age": 23,
"height": 68,
"weight": 173,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4428532.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EDCC2866B795",
"name": "Philadelphia Eagles"
}
},
{
"id": "7995FCE4A3AC",
"name": "AJ Arcuri",
"position": "OT",
"number": 61,
"is_active": true,
"first_name": "AJ",
"last_name": "Arcuri",
"age": 27,
"height": 78,
"weight": 305,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4046707.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "13AD4FDBEBA8",
"name": "Los Angeles Rams"
}
},
{
"id": "C8EAB5A7513D",
"name": "AJ Barner",
"position": "TE",
"number": 88,
"is_active": true,
"first_name": "AJ",
"last_name": "Barner",
"age": 22,
"height": 77,
"weight": 248,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4576297.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EFED0277C4BD",
"name": "Seattle Seahawks"
}
},
{
"id": "828EC99117A1",
"name": "A.J. Brown",
"position": "WR",
"number": 11,
"is_active": true,
"first_name": "A.J.",
"last_name": "Brown",
"age": 27,
"height": 72,
"weight": 224,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4047646.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EDCC2866B795",
"name": "Philadelphia Eagles"
}
},
{
"id": "8EDC30165915",
"name": "AJ Cole",
"position": "P",
"number": 6,
"is_active": true,
"first_name": "AJ",
"last_name": "Cole",
"age": 28,
"height": 75,
"weight": 217,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3686689.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
},
{
"id": "0ECCBDDAB564",
"name": "AJ Dillon",
"position": "RB",
"number": 28,
"is_active": true,
"first_name": "AJ",
"last_name": "Dillon",
"age": 26,
"height": 71,
"weight": 246,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4239934.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "2C6CB429C60C",
"name": "Green Bay Packers"
}
},
{
"id": "4373AA4A99DA",
"name": "A.J. Epenesa",
"position": "DE",
"number": 57,
"is_active": true,
"first_name": "A.J.",
"last_name": "Epenesa",
"age": 25,
"height": 77,
"weight": 257,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4240585.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0787D09E47B9",
"name": "Buffalo Bills"
}
},
{
"id": "F1B8212C815F",
"name": "AJ Finley",
"position": "S",
"number": 24,
"is_active": true,
"first_name": "AJ",
"last_name": "Finley",
"age": 22,
"height": 71,
"weight": 187,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4427190.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A283836CDF6E",
"name": "Los Angeles Chargers"
}
},
{
"id": "5E6211F164E3",
"name": "A.J. Green III",
"position": "CB",
"number": 28,
"is_active": true,
"first_name": "A.J.",
"last_name": "Green III",
"age": 26,
"height": 73,
"weight": 195,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4038437.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "24E4EA618C5E",
"name": "Minnesota Vikings"
}
},
{
"id": "2515F6F4347B",
"name": "AJ McCarron",
"position": null,
"number": null,
"is_active": true,
"first_name": "AJ",
"last_name": "McCarron",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB3A43FF026E",
"name": "Cincinnati Bengals"
}
},
{
"id": "87D3EF50FD91",
"name": "AJ Parker",
"position": null,
"number": null,
"is_active": true,
"first_name": "AJ",
"last_name": "Parker",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB5E972AB475",
"name": "Carolina Panthers"
}
},
{
"id": "D4041553FB3B",
"name": "A.J. Terrell",
"position": "CB",
"number": 24,
"is_active": true,
"first_name": "A.J.",
"last_name": "Terrell",
"age": 25,
"height": 72,
"weight": 193,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4239995.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "348C1EE88C42",
"name": "Atlanta Falcons"
}
},
{
"id": "06EC0A2D2EA2",
"name": "A.J. Thomas",
"position": "DB",
"number": 35,
"is_active": true,
"first_name": "A.J.",
"last_name": "Thomas",
"age": 24,
"height": 73,
"weight": 213,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4240155.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "04E3F3D69B89",
"name": "New England Patriots"
}
},
{
"id": "5C88934DCBE3",
"name": "A.J. Woods",
"position": "CB",
"number": 38,
"is_active": true,
"first_name": "A.J.",
"last_name": "Woods",
"age": 23,
"height": 68,
"weight": 184,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4428932.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "C921828AB706",
"name": "Washington Commanders"
}
},
{
"id": "80F683488C3B",
"name": "Akayleb Evans",
"position": "CB",
"number": 21,
"is_active": true,
"first_name": "Akayleb",
"last_name": "Evans",
"age": 25,
"height": 73,
"weight": 195,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4244607.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "24E4EA618C5E",
"name": "Minnesota Vikings"
}
},
{
"id": "601A1245DD35",
"name": "Akeem Davis-Gaither",
"position": "LB",
"number": 59,
"is_active": true,
"first_name": "Akeem",
"last_name": "Davis-Gaither",
"age": 26,
"height": 73,
"weight": 226,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3917142.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB3A43FF026E",
"name": "Cincinnati Bengals"
}
},
{
"id": "0A1BF443E4D1",
"name": "Akeem Dent",
"position": "DB",
"number": 46,
"is_active": true,
"first_name": "Akeem",
"last_name": "Dent",
"age": 24,
"height": 72,
"weight": 189,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4568255.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A283836CDF6E",
"name": "Los Angeles Chargers"
}
},
{
"id": "CFE279EC626F",
"name": "Alaric Jackson",
"position": "OT",
"number": 77,
"is_active": true,
"first_name": "Alaric",
"last_name": "Jackson",
"age": 26,
"height": 78,
"weight": 343,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4036135.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "13AD4FDBEBA8",
"name": "Los Angeles Rams"
}
},
{
"id": "8A14281C8F4A",
"name": "Albert Huggins",
"position": "DT",
"number": 68,
"is_active": true,
"first_name": "Albert",
"last_name": "Huggins",
"age": 27,
"height": 74,
"weight": 303,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3728248.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0BDD5205ECCB",
"name": "Dallas Cowboys"
}
},
{
"id": "81E35EEB24EF",
"name": "Albert Okwuegbunam Jr.",
"position": "TE",
"number": 85,
"is_active": true,
"first_name": "Albert",
"last_name": "Okwuegbunam Jr.",
"age": 26,
"height": 76,
"weight": 257,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4035115.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EDCC2866B795",
"name": "Philadelphia Eagles"
}
},
{
"id": "650D3C4CD4C2",
"name": "Al Blades Jr.",
"position": "DB",
"number": 34,
"is_active": true,
"first_name": "Al",
"last_name": "Blades Jr.",
"age": 24,
"height": 72,
"weight": 193,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4362500.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "032D4F9C6C55",
"name": "New York Jets"
}
},
{
"id": "8700AC1341AE",
"name": "Alec Anderson",
"position": "OT",
"number": 70,
"is_active": true,
"first_name": "Alec",
"last_name": "Anderson",
"age": 24,
"height": 76,
"weight": 303,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4367203.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0787D09E47B9",
"name": "Buffalo Bills"
}
},
{
"id": "7BAB915C5C8D",
"name": "Alec Holler",
"position": "TE",
"number": 49,
"is_active": true,
"first_name": "Alec",
"last_name": "Holler",
"age": 25,
"height": 74,
"weight": 239,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4362421.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0BDD5205ECCB",
"name": "Dallas Cowboys"
}
},
{
"id": "C4E6B26006B2",
"name": "Alec Ingold",
"position": "FB",
"number": 30,
"is_active": true,
"first_name": "Alec",
"last_name": "Ingold",
"age": 28,
"height": 72,
"weight": 231,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3917668.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "8380A12E67FE",
"name": "Miami Dolphins"
}
},
{
"id": "FBCD0B24F5C6",
"name": "Alec Lindstrom",
"position": "OL",
"number": 58,
"is_active": true,
"first_name": "Alec",
"last_name": "Lindstrom",
"age": 26,
"height": 74,
"weight": 299,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4239950.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "13AD4FDBEBA8",
"name": "Los Angeles Rams"
}
},
{
"id": "13A7FEAC48F2",
"name": "Alec Mock",
"position": "LB",
"number": 57,
"is_active": true,
"first_name": "Alec",
"last_name": "Mock",
"age": 22,
"height": 74,
"weight": 237,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4591189.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0DBD3AEC9A84",
"name": "Denver Broncos"
}
},
{
"id": "1FEBF6F68F3D",
"name": "Alec Pierce",
"position": "WR",
"number": 14,
"is_active": true,
"first_name": "Alec",
"last_name": "Pierce",
"age": 24,
"height": 74,
"weight": 209,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4360078.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "28ABEAB98C11",
"name": "Indianapolis Colts"
}
},
{
"id": "B682313DD098",
"name": "Alex Akingbulu",
"position": "OT",
"number": 62,
"is_active": true,
"first_name": "Alex",
"last_name": "Akingbulu",
"age": 26,
"height": 76,
"weight": 299,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4035835.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "C921828AB706",
"name": "Washington Commanders"
}
},
{
"id": "76E355E08A1B",
"name": "Alexander Mattison",
"position": "RB",
"number": 22,
"is_active": true,
"first_name": "Alexander",
"last_name": "Mattison",
"age": 26,
"height": 70,
"weight": 217,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4048244.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
},
{
"id": "248D8DDB4C50",
"name": "Alex Anzalone",
"position": "LB",
"number": 34,
"is_active": true,
"first_name": "Alex",
"last_name": "Anzalone",
"age": 29,
"height": 74,
"weight": 235,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3043107.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "43412DC9CDCA",
"name": "Detroit Lions"
}
},
{
"id": "C510EBE70585",
"name": "Alex Armah",
"position": null,
"number": null,
"is_active": true,
"first_name": "Alex",
"last_name": "Armah",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "C921828AB706",
"name": "Washington Commanders"
}
},
{
"id": "23EEE5141F50",
"name": "Alex Austin",
"position": "CB",
"number": 28,
"is_active": true,
"first_name": "Alex",
"last_name": "Austin",
"age": 23,
"height": 72,
"weight": 189,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4426599.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "04E3F3D69B89",
"name": "New England Patriots"
}
},
{
"id": "8326EFB1FF85",
"name": "Alex Bachman",
"position": "WR",
"number": 33,
"is_active": true,
"first_name": "Alex",
"last_name": "Bachman",
"age": 28,
"height": 71,
"weight": 189,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3919510.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
},
{
"id": "F2972A78E25F",
"name": "Alex Barrett",
"position": "DL",
"number": 58,
"is_active": true,
"first_name": "Alex",
"last_name": "Barrett",
"age": 30,
"height": 73,
"weight": 248,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2976114.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "132B64CEDAC4",
"name": "San Francisco 49ers"
}
},
{
"id": "0734C7217B51",
"name": "Alex Cappa",
"position": "G",
"number": 65,
"is_active": true,
"first_name": "Alex",
"last_name": "Cappa",
"age": 29,
"height": 77,
"weight": 308,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3059021.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB3A43FF026E",
"name": "Cincinnati Bengals"
}
},
{
"id": "DE4AD26B8112",
"name": "Alex Cook",
"position": "DB",
"number": 27,
"is_active": true,
"first_name": "Alex",
"last_name": "Cook",
"age": 25,
"height": 72,
"weight": 193,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4243320.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB5E972AB475",
"name": "Carolina Panthers"
}
},
{
"id": "5BBF0D590292",
"name": "Alex Erickson",
"position": null,
"number": null,
"is_active": true,
"first_name": "Alex",
"last_name": "Erickson",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A283836CDF6E",
"name": "Los Angeles Chargers"
}
},
{
"id": "7A5BB55E3628",
"name": "Alex Forsyth",
"position": "C",
"number": 54,
"is_active": true,
"first_name": "Alex",
"last_name": "Forsyth",
"age": 25,
"height": 75,
"weight": 310,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4242503.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0DBD3AEC9A84",
"name": "Denver Broncos"
}
},
{
"id": "0EF9354C4342",
"name": "Alex Gubner",
"position": "DT",
"number": 96,
"is_active": true,
"first_name": "Alex",
"last_name": "Gubner",
"age": null,
"height": 74,
"weight": 281,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4364636.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "2D71E5BA64A5",
"name": "Kansas City Chiefs"
}
},
{
"id": "55BB6423ADA4",
"name": "Alex Hale",
"position": "PK",
"number": 16,
"is_active": true,
"first_name": "Alex",
"last_name": "Hale",
"age": null,
"height": 72,
"weight": 202,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/college-football/players/full/4361831.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "2C6CB429C60C",
"name": "Green Bay Packers"
}
},
{
"id": "72C2B5F0F69C",
"name": "Alex Highsmith",
"position": "LB",
"number": 56,
"is_active": true,
"first_name": "Alex",
"last_name": "Highsmith",
"age": 27,
"height": 75,
"weight": 239,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4037333.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "727B3B3C78E8",
"name": "Pittsburgh Steelers"
}
},
{
"id": "42714F2374FC",
"name": "Alex Johnson",
"position": "DB",
"number": 25,
"is_active": true,
"first_name": "Alex",
"last_name": "Johnson",
"age": 23,
"height": 71,
"weight": 182,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4367181.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "ACC49FC634EE",
"name": "New York Giants"
}
},
{
"id": "B04C3A394961",
"name": "Alex Leatherwood",
"position": "OT",
"number": 67,
"is_active": true,
"first_name": "Alex",
"last_name": "Leatherwood",
"age": 25,
"height": 76,
"weight": 310,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4241466.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A283836CDF6E",
"name": "Los Angeles Chargers"
}
},
{
"id": "C12BC320402E",
"name": "Alex McGough",
"position": null,
"number": null,
"is_active": true,
"first_name": "Alex",
"last_name": "McGough",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3128843.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "2C6CB429C60C",
"name": "Green Bay Packers"
}
},
{
"id": "43402888899D",
"name": "Alex Palczewski",
"position": "OT",
"number": 63,
"is_active": true,
"first_name": "Alex",
"last_name": "Palczewski",
"age": 25,
"height": 77,
"weight": 312,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4240551.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0DBD3AEC9A84",
"name": "Denver Broncos"
}
},
{
"id": "439F582E8764",
"name": "Alex Singleton",
"position": "LB",
"number": 49,
"is_active": true,
"first_name": "Alex",
"last_name": "Singleton",
"age": 30,
"height": 73,
"weight": 237,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2612151.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0DBD3AEC9A84",
"name": "Denver Broncos"
}
},
{
"id": "66602FA4AAF5",
"name": "Alex Taylor",
"position": "OT",
"number": 79,
"is_active": true,
"first_name": "Alex",
"last_name": "Taylor",
"age": 27,
"height": 79,
"weight": 299,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4384564.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "C921828AB706",
"name": "Washington Commanders"
}
},
{
"id": "E41F69049B53",
"name": "Alex Ward",
"position": "LS",
"number": 47,
"is_active": true,
"first_name": "Alex",
"last_name": "Ward",
"age": 25,
"height": 75,
"weight": 239,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4243545.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "13AD4FDBEBA8",
"name": "Los Angeles Rams"
}
},
{
"id": "44303949681F",
"name": "Alex Wright",
"position": "DE",
"number": 91,
"is_active": true,
"first_name": "Alex",
"last_name": "Wright",
"age": 23,
"height": 76,
"weight": 266,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4570119.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "81A1B4413577",
"name": "Cleveland Browns"
}
},
{
"id": "1D56644A97CA",
"name": "Ali Gaye",
"position": "DE",
"number": 90,
"is_active": true,
"first_name": "Ali",
"last_name": "Gaye",
"age": 26,
"height": 77,
"weight": 264,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4243321.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "4DD082E9EC10",
"name": "Houston Texans"
}
},
{
"id": "E8F13B163F67",
"name": "Alijah Vera-Tucker",
"position": "G",
"number": 75,
"is_active": true,
"first_name": "Alijah",
"last_name": "Vera-Tucker",
"age": 25,
"height": 76,
"weight": 305,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4259646.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "032D4F9C6C55",
"name": "New York Jets"
}
},
{
"id": "8E20E51CD259",
"name": "Alim McNeill",
"position": "DT",
"number": 54,
"is_active": true,
"first_name": "Alim",
"last_name": "McNeill",
"age": 24,
"height": 73,
"weight": 312,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4361662.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "43412DC9CDCA",
"name": "Detroit Lions"
}
},
{
"id": "96BECBA807CD",
"name": "Allan George",
"position": "DB",
"number": 42,
"is_active": true,
"first_name": "Allan",
"last_name": "George",
"age": 25,
"height": 70,
"weight": 189,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4242655.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB3A43FF026E",
"name": "Cincinnati Bengals"
}
},
{
"id": "DFEE4D0563CC",
"name": "Allen Lazard",
"position": "WR",
"number": 10,
"is_active": true,
"first_name": "Allen",
"last_name": "Lazard",
"age": 28,
"height": 76,
"weight": 224,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3128390.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "032D4F9C6C55",
"name": "New York Jets"
}
},
{
"id": "F70299A87E2D",
"name": "Allen Robinson II",
"position": "WR",
"number": 5,
"is_active": true,
"first_name": "Allen",
"last_name": "Robinson II",
"age": 31,
"height": 73,
"weight": 209,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/16799.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "ACC49FC634EE",
"name": "New York Giants"
}
},
{
"id": "CED16AC6CD13",
"name": "Alohi Gilman",
"position": "S",
"number": 32,
"is_active": true,
"first_name": "Alohi",
"last_name": "Gilman",
"age": 26,
"height": 69,
"weight": 200,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4039413.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A283836CDF6E",
"name": "Los Angeles Chargers"
}
},
{
"id": "78873ABA85DD",
"name": "Alontae Taylor",
"position": "CB",
"number": 1,
"is_active": true,
"first_name": "Alontae",
"last_name": "Taylor",
"age": 25,
"height": 72,
"weight": 198,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4369835.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "E94C20E042D9",
"name": "New Orleans Saints"
}
},
{
"id": "E60F8F505986",
"name": "Al-Quadin Muhammad",
"position": "DE",
"number": 92,
"is_active": true,
"first_name": "Al-Quadin",
"last_name": "Muhammad",
"age": 29,
"height": 74,
"weight": 248,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3051942.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0BDD5205ECCB",
"name": "Dallas Cowboys"
}
},
{
"id": "4DD7AD3020C5",
"name": "Alvin Kamara",
"position": "RB",
"number": 41,
"is_active": true,
"first_name": "Alvin",
"last_name": "Kamara",
"age": 29,
"height": 69,
"weight": 213,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3054850.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "E94C20E042D9",
"name": "New Orleans Saints"
}
},
{
"id": "ADA50D1A0E856E73",
"name": "Al Walcott",
"position": "DB",
"number": null,
"is_active": true,
"first_name": "Al",
"last_name": "Walcott",
"age": null,
"height": 73,
"weight": 209,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "0787D09E47B9",
"name": "Buffalo Bills"
}
},
{
"id": "72C1315F9DD3",
"name": "Al Woods",
"position": null,
"number": null,
"is_active": true,
"first_name": "Al",
"last_name": "Woods",
"age": null,
"height": null,
"weight": null,
"experience": null,
"logo": "https://cdn.oddsjam.com/team-logos/unknown.jpg",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "032D4F9C6C55",
"name": "New York Jets"
}
},
{
"id": "0B397D31D25D",
"name": "Amani Hooker",
"position": "S",
"number": 37,
"is_active": true,
"first_name": "Amani",
"last_name": "Hooker",
"age": 26,
"height": 70,
"weight": 209,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4036134.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "24988863B4CB",
"name": "Tennessee Titans"
}
},
{
"id": "8662CAFB1884",
"name": "Amani Oruwariye",
"position": "CB",
"number": 27,
"is_active": true,
"first_name": "Amani",
"last_name": "Oruwariye",
"age": 28,
"height": 73,
"weight": 198,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/3116175.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "9CCE4CA64CF2",
"name": "Jacksonville Jaguars"
}
},
{
"id": "7A094FF337D9",
"name": "Amare Barno",
"position": "LB",
"number": 38,
"is_active": true,
"first_name": "Amare",
"last_name": "Barno",
"age": 25,
"height": 77,
"weight": 244,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4568439.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "EB5E972AB475",
"name": "Carolina Panthers"
}
},
{
"id": "D2A4061C89EC",
"name": "Amari Burney",
"position": "LB",
"number": 56,
"is_active": true,
"first_name": "Amari",
"last_name": "Burney",
"age": 24,
"height": 73,
"weight": 226,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4360239.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
},
{
"id": "5919E57B859E",
"name": "Amari Cooper",
"position": "WR",
"number": 2,
"is_active": true,
"first_name": "Amari",
"last_name": "Cooper",
"age": 30,
"height": 72,
"weight": 209,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/2976499.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "81A1B4413577",
"name": "Cleveland Browns"
}
},
{
"id": "CACD48747877",
"name": "Amari Gainer",
"position": "LB",
"number": 53,
"is_active": true,
"first_name": "Amari",
"last_name": "Gainer",
"age": 24,
"height": 74,
"weight": 235,
"experience": null,
"logo": "https://a.espncdn.com/i/headshots/nfl/players/full/4360469.png",
"source_ids": {
},
"sport": {
"id": "football",
"name": "Football"
},
"league": {
"id": "nfl",
"name": "NFL"
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders"
}
}
],
"page": 1,
"total_pages": 34
}