Rosters
This guide helps you access comprehensive information on NCAA Football (NCAAFB) rosters. You'll learn how to query endpoints for specific game rosters to analyze player participation, as well as how to call team rosters for the most recent season.
Introduction to Rosters
An NCAAFB roster is essentially the lineup of players registered under a team. You can access rosters using two feeds:
- The Team Roster endpoint provides the complete roster of players for a given team.
- Next, each team must declare their game roster before each game, specifying which players from the team roster will be active. This information is available through the Game Roster endpoint.
Prerequisite - Accessing Available Seasons
To avoid confusion and ensure you're accessing available data, refer to our Seasons feed. This resource lists all the seasons for which we have data.
For example: To ensure data availability for future seasons, such as a schedule in advance of when a season begins, first check the Seasons feed to verify that data for that specific season is already provided.
Starting with this feed can prevent unnecessary errors and streamline your data retrieval process.
How to Get Rosters
Accessing Team Rosters
- Get a team ID: You can access a list of all active teams in the NCAAFB API database with the Teams endpoint.
- Call the Team Roster endpoint.
Recommended Pull Frequency:
- Updates are made in real-time as changes are made to rosters or player profiles.
- Pull on an as-needed basis.
- The TTL/Cache is 300 seconds.
Tip - Utilize Team Franchise Data
You can also use the Team Roster endpoint to access detailed franchise data for NCAAFB teams. This information includes the team's founding year, mascot name, records of championships and conference titles won and more.
Example - Team Roster:
{
"id": "19775492-f1eb-4bc5-9e15-078ebd689c0f",
"name": "Crimson Tide",
"market": "Alabama",
"alias": "BAMA",
"founded": 1820,
"mascot": "Big Al",
"fight_song": "Yea Alabama",
"championships_won": 18,
"conference_titles": 30,
"playoff_appearances": 8,
"franchise": {
"id": "19775492-f1eb-4bc5-9e15-078ebd689c0f",
"name": "Crimson Tide"
},
"venue": {
"id": "3e133141-8ce3-4e3f-a6c3-72d31f9f1401",
"name": "Bryant-Denny Stadium",
"city": "Tuscaloosa",
"state": "AL",
"country": "USA",
"zip": "35401",
"address": "920 Paul West Bryant Drive",
"capacity": 101821,
"surface": "turf",
"roof_type": "outdoor",
"sr_id": "sr:venue:21438",
"location": {
"lat": "33.2083",
"lng": "-87.5504"
}
},
"division": {
"id": "43d3cede-6b8f-4158-bc7f-c3c7365e5b32",
"name": "I-A",
"alias": "FBS"
},
"conference": {
"id": "c7a491c8-d0f2-4ca1-9403-f82db4452dd1",
"name": "Southeastern",
"alias": "SEC"
},
"coaches": [
{
"id": "5c1a8421-6061-4372-b4e5-385c2d8b0dcf",
"full_name": "Kalen DeBoer",
"first_name": "Kalen",
"last_name": "DeBoer",
"position": "Head Coach"
}
],
"players": [
{
"id": "007a8470-9c41-11ed-9b81-9b68194c9dc2",
"name": "Kadyn Proctor",
"jersey": "74",
"last_name": "Proctor",
"first_name": "Kadyn",
"abbr_name": "K.Proctor",
"weight": 369,
"height": 79,
"position": "OL",
"birth_place": "Des Moines, IA, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "02ab5fa0-077f-11ed-8214-251cd78b157c",
"name": "Cade Carruth",
"jersey": "16",
"last_name": "Carruth",
"first_name": "Cade",
"abbr_name": "C.Carruth",
"weight": 195,
"height": 73,
"position": "QB",
"birth_place": "Trussville, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "04de02a0-9c62-11ed-833d-cd3ec90dc1db",
"name": "Richard Young",
"jersey": "9",
"last_name": "Young",
"first_name": "Richard",
"abbr_name": "R.Young",
"weight": 216,
"height": 71,
"position": "RB",
"birth_place": "Lehigh Acres, FL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "085a8ba0-f5b9-11ed-87d2-9d6189800720",
"name": "Austin Mack",
"jersey": "10",
"last_name": "Mack",
"first_name": "Austin",
"abbr_name": "A.Mack",
"weight": 236,
"height": 78,
"position": "QB",
"birth_place": "Loomis, CA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "09b25960-535a-11ef-9e27-6f1ad5865031",
"name": "Wade Estess",
"jersey": "67",
"last_name": "Estess",
"first_name": "Wade",
"abbr_name": "W.Estess",
"weight": 305,
"height": 75,
"position": "OL",
"birth_place": "Madison, MS, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "0ad756f0-afff-11ee-8afe-79eb599093df",
"name": "Zavier Mincey",
"jersey": "12",
"last_name": "Mincey",
"first_name": "Zavier",
"abbr_name": "Z.Mincey",
"weight": 204,
"height": 75,
"position": "DB",
"birth_place": "Daytona Beach, FL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "0d26a580-affc-11ee-8afe-79eb599093df",
"name": "Dre Kirkpatrick Jr.",
"jersey": "21",
"last_name": "Kirkpatrick",
"first_name": "Dre",
"abbr_name": "D.Kirkpatrick",
"weight": 210,
"height": 71,
"position": "DB",
"birth_place": "Gadsden, AL, USA",
"status": "ACT",
"eligibility": "FR",
"name_suffix": "Jr."
},
{
"id": "0d8115d7-89c8-41b7-9f44-7b8dcdd405e8",
"name": "Jaeden Roberts",
"jersey": "77",
"last_name": "Roberts",
"first_name": "Jaeden",
"abbr_name": "J.Roberts",
"weight": 310,
"height": 77,
"position": "OL",
"birth_place": "Houston, TX, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "0db88c00-0780-11ed-8214-251cd78b157c",
"name": "Michael Lorino III",
"jersey": "27",
"last_name": "Lorino",
"first_name": "Michael",
"abbr_name": "M.Lorino",
"weight": 185,
"height": 72,
"position": "RB",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "JR",
"name_suffix": "III"
},
{
"id": "10d08770-8e8c-11ec-8d02-85ead82574a9",
"name": "Jeremiah Alexander",
"jersey": "35",
"last_name": "Alexander",
"first_name": "Jeremiah",
"abbr_name": "J.Alexander",
"weight": 232,
"height": 74,
"position": "LB",
"birth_place": "Alabaster, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "147d8fc0-9c60-11ed-833d-cd3ec90dc1db",
"name": "Ty Lockwood",
"jersey": "89",
"last_name": "Lockwood",
"first_name": "Ty",
"abbr_name": "T.Lockwood",
"weight": 239,
"height": 77,
"position": "TE",
"birth_place": "Thompson's Station, TN, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "14b56410-affe-11ee-8afe-79eb599093df",
"name": "Red Morgan",
"jersey": "16",
"last_name": "Morgan",
"first_name": "Red",
"abbr_name": "R.Morgan",
"weight": 186,
"height": 72,
"position": "DB",
"birth_place": "Phenix City, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "176892a0-affd-11ee-8afe-79eb599093df",
"name": "William Sanders",
"jersey": "70",
"last_name": "Sanders",
"first_name": "William",
"abbr_name": "W.Sanders",
"weight": 309,
"height": 75,
"position": "OL",
"birth_place": "Brookwood, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "1b62f915-f878-4568-ba09-6009e7865984",
"name": "Josh Cuevas",
"jersey": "80",
"last_name": "Cuevas",
"first_name": "Josh",
"abbr_name": "J.Cuevas",
"weight": 251,
"height": 75,
"position": "TE",
"birth_place": "Los Angeles, CA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "1c4da230-36e3-11ee-9a89-3b8abc909f3c",
"name": "Davis Peterson",
"jersey": "62",
"last_name": "Peterson",
"first_name": "Davis",
"abbr_name": "D.Peterson",
"weight": 235,
"height": 73,
"position": "OL",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "266e9e2f-e611-4b3f-a6f0-3c8b043c597f",
"name": "Kneeland Hibbett",
"jersey": "48",
"last_name": "Hibbett",
"first_name": "Kneeland",
"abbr_name": "K.Hibbett",
"weight": 240,
"height": 74,
"position": "LS",
"birth_place": "Florence, AL, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "2868ac70-9c62-11ed-833d-cd3ec90dc1db",
"name": "Conor Talty",
"jersey": "31",
"last_name": "Talty",
"first_name": "Conor",
"abbr_name": "C.Talty",
"weight": 198,
"height": 73,
"position": "K",
"birth_place": "Chicago, IL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "28c836b0-36e3-11ee-9a89-3b8abc909f3c",
"name": "Mac Smith",
"jersey": "64",
"last_name": "Smith",
"first_name": "Mac",
"abbr_name": "M.Smith",
"weight": 270,
"height": 75,
"position": "OL",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "28d48540-0783-11ed-b632-85df930e72fa",
"name": "Chase Davis",
"jersey": "46",
"last_name": "Davis",
"first_name": "Chase",
"abbr_name": "C.Davis",
"weight": 182,
"height": 73,
"position": "DB",
"birth_place": "Tuscaloosa, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "29eee3c0-36e0-11ee-9a89-3b8abc909f3c",
"name": "Walter Sansing",
"jersey": "27",
"last_name": "Sansing",
"first_name": "Walter",
"abbr_name": "W.Sansing",
"weight": 160,
"height": 70,
"position": "DB",
"birth_place": "Homewood, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "2b20b540-affb-11ee-a0bf-3bc996cbde5b",
"name": "Quinton Reese",
"jersey": "36",
"last_name": "Reese",
"first_name": "Quinton",
"abbr_name": "Q.Reese",
"weight": 221,
"height": 72,
"position": "LB",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "2b8a2d30-9c61-11ed-833d-cd3ec90dc1db",
"name": "Jaren Hamilton",
"jersey": "16",
"last_name": "Hamilton",
"first_name": "Jaren",
"abbr_name": "J.Hamilton",
"weight": 197,
"height": 73,
"position": "WR",
"birth_place": "Gainesville, FL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "2b8c5e6c-3861-458e-ac2c-bfa1a089ba9d",
"name": "James Burnip",
"jersey": "86",
"last_name": "Burnip",
"first_name": "James",
"abbr_name": "J.Burnip",
"weight": 236,
"height": 78,
"position": "P",
"birth_place": "Mount Macedon,, AUS",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "2eb64060-517a-11ee-9662-cb9bf5e1ef69",
"name": "Miguel Camboia",
"jersey": "82",
"last_name": "Camboia",
"first_name": "Miguel",
"abbr_name": "M.Camboia",
"weight": 190,
"height": 73,
"position": "WR",
"birth_place": "Woodstock, ON, CAN",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "2fdf97e0-9c51-11ed-9b81-9b68194c9dc2",
"name": "Qua Russaw",
"jersey": "4",
"last_name": "Russaw",
"first_name": "Qua",
"abbr_name": "Q.Russaw",
"weight": 251,
"height": 74,
"position": "LB",
"birth_place": "Montgomery, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "301e0b00-9c52-11ed-9b81-9b68194c9dc2",
"name": "Dylan Lonergan",
"jersey": "12",
"last_name": "Lonergan",
"first_name": "Dylan",
"abbr_name": "D.Lonergan",
"weight": 214,
"height": 74,
"position": "QB",
"birth_place": "Snellville, GA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "3087fff0-affd-11ee-8afe-79eb599093df",
"name": "Bubba Hampton",
"jersey": "21",
"last_name": "Hampton",
"first_name": "Bubba",
"abbr_name": "B.Hampton",
"weight": 194,
"height": 70,
"position": "WR",
"birth_place": "Daingerfield, TX, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "31b2fb78-8efe-4fdc-a392-6463cbb19264",
"name": "CJ Dippre",
"jersey": "81",
"last_name": "Dippre",
"first_name": "CJ",
"abbr_name": "C.Dippre",
"weight": 262,
"height": 77,
"position": "TE",
"birth_place": "Scranton, PA, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "33255e70-8e8e-11ec-8d02-85ead82574a9",
"name": "Jehiem Oatis",
"jersey": "10",
"last_name": "Oatis",
"first_name": "Jehiem",
"abbr_name": "J.Oatis",
"weight": 325,
"height": 77,
"position": "DL",
"birth_place": "Columbia, MS, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "339ef200-afff-11ee-8afe-79eb599093df",
"name": "Caleb Odom",
"jersey": "18",
"last_name": "Odom",
"first_name": "Caleb",
"abbr_name": "C.Odom",
"weight": 227,
"height": 77,
"position": "WR",
"birth_place": "Carrollton, GA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "340e0c90-a276-11ed-8f2b-f3e5e15ec7fb",
"name": "Naquil Betrand",
"jersey": "65",
"last_name": "Betrand",
"first_name": "Naquil",
"abbr_name": "N.Betrand",
"weight": 328,
"height": 78,
"position": "OL",
"birth_place": "Philadelphia, PA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "356e9620-36e3-11ee-9a89-3b8abc909f3c",
"name": "Baker Hickman",
"jersey": "66",
"last_name": "Hickman",
"first_name": "Baker",
"abbr_name": "B.Hickman",
"weight": 315,
"height": 75,
"position": "OL",
"birth_place": "Tuscaloosa, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "381929f0-535a-11ef-9e27-6f1ad5865031",
"name": "Jackson Howell",
"jersey": "71",
"last_name": "Howell",
"first_name": "Jackson",
"abbr_name": "J.Howell",
"weight": 285,
"height": 75,
"position": "OL",
"birth_place": "Trussville, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "3856a4f0-5356-11ef-9fe2-2748a15e11d6",
"name": "John Cooper",
"jersey": "19",
"last_name": "Cooper",
"first_name": "John",
"abbr_name": "J.Cooper",
"weight": 192,
"height": 74,
"position": "QB",
"birth_place": "Mountain Brook, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "390b5cb0-535b-11ef-889c-7bfe276ad151",
"name": "Anderson Green",
"jersey": "95",
"last_name": "Green",
"first_name": "Anderson",
"abbr_name": "A.Green",
"weight": 205,
"height": 72,
"position": "P",
"birth_place": "Tuscaloosa, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "3bd118fd-85d7-4a7e-a140-afe071c41ee7",
"name": "DaShawn Jones",
"jersey": "7",
"last_name": "Jones",
"first_name": "DaShawn",
"abbr_name": "D.Jones",
"weight": 185,
"height": 72,
"position": "DB",
"birth_place": "Baltimore, MD, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "44e44230-36e3-11ee-9a89-3b8abc909f3c",
"name": "Billy Roby",
"jersey": "68",
"last_name": "Roby",
"first_name": "Billy",
"abbr_name": "B.Roby",
"weight": 245,
"height": 71,
"position": "OL",
"birth_place": "Huntsville, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "45124990-0783-11ed-b632-85df930e72fa",
"name": "Peyton Fox",
"jersey": "46",
"last_name": "Fox",
"first_name": "Peyton",
"abbr_name": "P.Fox",
"weight": 225,
"height": 76,
"position": "TE",
"birth_place": "Pelham, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "456a9ab0-8e8d-11ec-8d02-85ead82574a9",
"name": "Emmanuel Henderson Jr.",
"jersey": "3",
"last_name": "Henderson",
"first_name": "Emmanuel",
"abbr_name": "E.Henderson",
"weight": 187,
"height": 73,
"position": "WR",
"birth_place": "Hartford, AL, USA",
"status": "ACT",
"eligibility": "JR",
"name_suffix": "Jr."
},
{
"id": "476e86e0-9c61-11ed-833d-cd3ec90dc1db",
"name": "Cole Adams",
"jersey": "7",
"last_name": "Adams",
"first_name": "Cole",
"abbr_name": "C.Adams",
"weight": 181,
"height": 70,
"position": "WR",
"birth_place": "Owasso, OK, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "495d82e0-5357-11ef-b0eb-072bd9b500f3",
"name": "Ayden Moore",
"jersey": "29",
"last_name": "Moore",
"first_name": "Ayden",
"abbr_name": "A.Moore",
"weight": 230,
"height": 74,
"position": "LB",
"birth_place": "Trussville, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "4ce28920-afff-11ee-8afe-79eb599093df",
"name": "Zabien Brown",
"jersey": "2",
"last_name": "Brown",
"first_name": "Zabien",
"abbr_name": "Z.Brown",
"weight": 196,
"height": 72,
"position": "DB",
"birth_place": "Santa Ana, CA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "4d3b9590-17fd-11ef-ba1b-a77094d0122d",
"name": "Colby Cruz",
"jersey": "84",
"last_name": "Cruz",
"first_name": "Colby",
"abbr_name": "C.Cruz",
"weight": 170,
"height": 70,
"position": "WR",
"birth_place": "Cumming, GA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "4e3cdf50-89b9-11ec-b4c8-9f80462526e1",
"name": "Domani Jackson",
"jersey": "1",
"last_name": "Jackson",
"first_name": "Domani",
"abbr_name": "D.Jackson",
"weight": 197,
"height": 73,
"position": "DB",
"birth_place": "San Diego, CA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "4f1ae4c0-9c51-11ed-9b81-9b68194c9dc2",
"name": "Justice Haynes",
"jersey": "22",
"last_name": "Haynes",
"first_name": "Justice",
"abbr_name": "J.Haynes",
"weight": 210,
"height": 71,
"position": "RB",
"birth_place": "Buford, GA, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "518fe990-535b-11ef-889c-7bfe276ad151",
"name": "Tucker Cornelius",
"jersey": "98",
"last_name": "Cornelius",
"first_name": "Tucker",
"abbr_name": "T.Cornelius",
"weight": 195,
"height": 75,
"position": "K",
"birth_place": "Tuscaloosa, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "532a6db0-4369-11ed-b941-bbda5cdd5ea0",
"name": "Peyton Yates",
"jersey": "28",
"last_name": "Yates",
"first_name": "Peyton",
"abbr_name": "P.Yates",
"weight": 180,
"height": 70,
"position": "DB",
"birth_place": "Eads, TN, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "53b43b31-5cd3-463a-aaa3-1303ecf4bcc9",
"name": "Adam Thorsland",
"jersey": "47",
"last_name": "Thorsland",
"first_name": "Adam",
"abbr_name": "A.Thorsland",
"weight": 232,
"height": 77,
"position": "TE",
"birth_place": "Walhalla, SC, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "56dc8f10-180d-11ed-9f0e-21ac5ffe291f",
"name": "Coby McNeal",
"jersey": "34",
"last_name": "McNeal",
"first_name": "Coby",
"abbr_name": "C.McNeal",
"weight": 250,
"height": 77,
"position": "TE",
"birth_place": "Dothan, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "57772fb0-9c57-11ed-8980-13b49451ee41",
"name": "Hunter Osborne",
"jersey": "33",
"last_name": "Osborne",
"first_name": "Hunter",
"abbr_name": "H.Osborne",
"weight": 298,
"height": 76,
"position": "DL",
"birth_place": "Trussville, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "629a2fd0-affe-11ee-8afe-79eb599093df",
"name": "Jayshawn Ross",
"jersey": "43",
"last_name": "Ross",
"first_name": "Jayshawn",
"abbr_name": "J.Ross",
"weight": 239,
"height": 76,
"position": "LB",
"birth_place": "Kansas City, MO, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "62acb2c0-5357-11ef-b0eb-072bd9b500f3",
"name": "Fredrick Moore",
"jersey": "29",
"last_name": "Moore",
"first_name": "Fredrick",
"abbr_name": "F.Moore",
"weight": 160,
"height": 69,
"position": "RB",
"birth_place": "Cypress, TX, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "63ffbaa0-affb-11ee-8afe-79eb599093df",
"name": "Ryan Williams",
"jersey": "2",
"last_name": "Williams",
"first_name": "Ryan",
"abbr_name": "R.Williams",
"weight": 175,
"height": 72,
"position": "WR",
"birth_place": "Saraland, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "663f9bb0-afff-11ee-8afe-79eb599093df",
"name": "Jaylen Mbakwe",
"jersey": "9",
"last_name": "Mbakwe",
"first_name": "Jaylen",
"abbr_name": "J.Mbakwe",
"weight": 192,
"height": 71,
"position": "DB",
"birth_place": "Clay, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "664f6470-0784-11ed-bba3-7bad303889da",
"name": "Alex Rozier",
"jersey": "52",
"last_name": "Rozier",
"first_name": "Alex",
"abbr_name": "A.Rozier",
"weight": 220,
"height": 76,
"position": "LS",
"birth_place": "Hattiesburg, MS, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "66a1a302-2709-46b4-bdfd-f546e6658f23",
"name": "Tim Keenan III",
"jersey": "96",
"last_name": "Keenan",
"first_name": "Tim",
"abbr_name": "T.Keenan",
"weight": 326,
"height": 74,
"position": "DL",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "JR",
"name_suffix": "III"
},
{
"id": "68062600-0639-11ee-8b85-f9ac01f36138",
"name": "Kameron Howard",
"jersey": "6",
"last_name": "Howard",
"first_name": "Kameron",
"abbr_name": "K.Howard",
"weight": 197,
"height": 71,
"position": "DB",
"birth_place": "Clinton, MD, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "68437690-36e0-11ee-9a89-3b8abc909f3c",
"name": "Kaleb Fleming",
"jersey": "39",
"last_name": "Fleming",
"first_name": "Kaleb",
"abbr_name": "K.Fleming",
"weight": 205,
"height": 73,
"position": "WR",
"birth_place": "Macomb Township, MI, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "6bf51fb0-affc-11ee-8afe-79eb599093df",
"name": "Cayden Jones",
"jersey": "30",
"last_name": "Jones",
"first_name": "Cayden",
"abbr_name": "C.Jones",
"weight": 232,
"height": 76,
"position": "LB",
"birth_place": "Asheville, NC, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "6cffaf10-9c61-11ed-833d-cd3ec90dc1db",
"name": "Roq Montgomery",
"jersey": "55",
"last_name": "Montgomery",
"first_name": "Roq",
"abbr_name": "R.Montgomery",
"weight": 337,
"height": 75,
"position": "OL",
"birth_place": "Anniston, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "6ded78e0-4369-11ed-b941-bbda5cdd5ea0",
"name": "Alijah May",
"jersey": "38",
"last_name": "May",
"first_name": "Alijah",
"abbr_name": "A.May",
"weight": 195,
"height": 71,
"position": "DB",
"birth_place": "Pinson, AL, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "6f5b5479-d8d1-4677-9627-597bf8b22190",
"name": "Deontae Lawson",
"jersey": "0",
"last_name": "Lawson",
"first_name": "Deontae",
"abbr_name": "D.Lawson",
"weight": 239,
"height": 74,
"position": "LB",
"birth_place": "Mobile, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "72267380-9c51-11ed-9b81-9b68194c9dc2",
"name": "Jalen Hale",
"jersey": "14",
"last_name": "Hale",
"first_name": "Jalen",
"abbr_name": "J.Hale",
"weight": 188,
"height": 73,
"position": "WR",
"birth_place": "Longview, TX, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "75c45020-36e3-11ee-9a89-3b8abc909f3c",
"name": "Lane Whisenhunt",
"jersey": "85",
"last_name": "Whisenhunt",
"first_name": "Lane",
"abbr_name": "L.Whisenhunt",
"weight": 285,
"height": 74,
"position": "LB",
"birth_place": "Vestavia Hills, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "75f3b0a0-9d2c-11ed-a178-45615e5297d3",
"name": "King Mack",
"jersey": "5",
"last_name": "Mack",
"first_name": "King",
"abbr_name": "K.Mack",
"weight": 206,
"height": 70,
"position": "DB",
"birth_place": "Miami, FL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "76d9e110-9c5f-11ed-833d-cd3ec90dc1db",
"name": "Edric Hill",
"jersey": "94",
"last_name": "Hill",
"first_name": "Edric",
"abbr_name": "E.Hill",
"weight": 275,
"height": 75,
"position": "DL",
"birth_place": "Kansas City, MO, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "77346c60-8e8d-11ec-8d02-85ead82574a9",
"name": "Kendrick Law",
"jersey": "1",
"last_name": "Law",
"first_name": "Kendrick",
"abbr_name": "K.Law",
"weight": 209,
"height": 71,
"position": "WR",
"birth_place": "Shreveport, LA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "77d9df20-36e2-11ee-9a89-3b8abc909f3c",
"name": "Kolby Peavy",
"jersey": "47",
"last_name": "Peavy",
"first_name": "Kolby",
"abbr_name": "K.Peavy",
"weight": 180,
"height": 73,
"position": "DB",
"birth_place": "Monroeville, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "7a03e820-0783-11ed-8f38-efd13022b476",
"name": "Prince Butler",
"jersey": "48",
"last_name": "Butler",
"first_name": "Prince",
"abbr_name": "P.Butler",
"weight": 200,
"height": 73,
"position": "DB",
"birth_place": "Alexandria, VA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "7bddbbc0-0784-11ed-bba3-7bad303889da",
"name": "Vito Perri",
"jersey": "53",
"last_name": "Perri",
"first_name": "Vito",
"abbr_name": "V.Perri",
"weight": 205,
"height": 72,
"position": "LB",
"birth_place": "Alpharetta, GA, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "7dfe8330-36e0-11ee-9a89-3b8abc909f3c",
"name": "Jake Ivie",
"jersey": "39",
"last_name": "Ivie",
"first_name": "Jake",
"abbr_name": "J.Ivie",
"weight": 205,
"height": 72,
"position": "LB",
"birth_place": "Alabaster, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "820c30e0-8e8e-11ec-8d02-85ead82574a9",
"name": "Kobe Prentice",
"jersey": "6",
"last_name": "Prentice",
"first_name": "Kobe",
"abbr_name": "K.Prentice",
"weight": 188,
"height": 70,
"position": "WR",
"birth_place": "Calera, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "84c725c0-affb-11ee-8afe-79eb599093df",
"name": "Jay Lindsey",
"jersey": "88",
"last_name": "Lindsey",
"first_name": "Jay",
"abbr_name": "J.Lindsey",
"weight": 255,
"height": 77,
"position": "TE",
"birth_place": "Butler, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "84e81290-8e8c-11ec-8d02-85ead82574a9",
"name": "Tyler Booker",
"jersey": "52",
"last_name": "Booker",
"first_name": "Tyler",
"abbr_name": "T.Booker",
"weight": 325,
"height": 77,
"position": "OL",
"birth_place": "New Haven, CT, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "852c8407-bfb9-4554-9423-c64299fc5af5",
"name": "Robbie Ouzts",
"jersey": "45",
"last_name": "Ouzts",
"first_name": "Robbie",
"abbr_name": "R.Ouzts",
"weight": 270,
"height": 76,
"position": "TE",
"birth_place": "Rock Hill, SC, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "85327824-f95c-4c44-a55c-86544f073c85",
"name": "Jah-Marien Latham",
"jersey": "20",
"last_name": "Latham",
"first_name": "Jah-Marien",
"abbr_name": "J.Latham",
"weight": 278,
"height": 75,
"position": "DL",
"birth_place": "Reform, AL, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "8a33f940-affe-11ee-8afe-79eb599093df",
"name": "Casey Poe",
"jersey": "50",
"last_name": "Poe",
"first_name": "Casey",
"abbr_name": "C.Poe",
"weight": 322,
"height": 76,
"position": "OL",
"birth_place": "Lindale, TX, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "8c44f6c1-ccfb-493d-b570-0457dc3b4b32",
"name": "Tim Smith",
"jersey": "50",
"last_name": "Smith",
"first_name": "Tim",
"abbr_name": "T.Smith",
"weight": 314,
"height": 76,
"position": "DL",
"birth_place": "Gifford, FL, USA",
"status": "ACT",
"eligibility": "GR"
},
{
"id": "8d953790-affc-11ee-8afe-79eb599093df",
"name": "Joseph Ionata",
"jersey": "69",
"last_name": "Ionata",
"first_name": "Joseph",
"abbr_name": "J.Ionata",
"weight": 307,
"height": 77,
"position": "OL",
"birth_place": "Clearwater, FL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "8f7c8fa0-5357-11ef-b0eb-072bd9b500f3",
"name": "Griffin Hanson",
"jersey": "32",
"last_name": "Hanson",
"first_name": "Griffin",
"abbr_name": "G.Hanson",
"weight": 160,
"height": 70,
"position": "DB",
"birth_place": "Florence, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "8fe70740-9c51-11ed-9b81-9b68194c9dc2",
"name": "Jahlil Hurley",
"jersey": "25",
"last_name": "Hurley",
"first_name": "Jahlil",
"abbr_name": "J.Hurley",
"weight": 185,
"height": 74,
"position": "DB",
"birth_place": "Florence, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "90073630-36e0-11ee-9a89-3b8abc909f3c",
"name": "JR Gardner",
"jersey": "41",
"last_name": "Gardner",
"first_name": "JR",
"abbr_name": "J.Gardner",
"weight": 185,
"height": 71,
"position": "RB",
"birth_place": "Gulf Shores, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "92545560-9c5f-11ed-833d-cd3ec90dc1db",
"name": "Miles McVay",
"jersey": "58",
"last_name": "McVay",
"first_name": "Miles",
"abbr_name": "M.McVay",
"weight": 342,
"height": 78,
"position": "OL",
"birth_place": "East St. Louis, IL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "93445730-4369-11ed-b941-bbda5cdd5ea0",
"name": "MJ Chirgwin",
"jersey": "42",
"last_name": "Chirgwin",
"first_name": "MJ",
"abbr_name": "M.Chirgwin",
"weight": 195,
"height": 72,
"position": "WR",
"birth_place": "Huntington Beach, CA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "960dbee0-535a-11ef-9524-95cce82c45c0",
"name": "JD Martin",
"jersey": "76",
"last_name": "Martin",
"first_name": "JD",
"abbr_name": "J.Martin",
"weight": 240,
"height": 74,
"position": "OL",
"birth_place": "Pisgah, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "9975ae00-fb87-45f3-8aad-cb8e725d85fb",
"name": "Damon Payne Jr.",
"jersey": "44",
"last_name": "Payne",
"first_name": "Damon",
"abbr_name": "D.Payne",
"weight": 313,
"height": 76,
"position": "DL",
"birth_place": "Belleville, MI, USA",
"status": "ACT",
"eligibility": "JR",
"name_suffix": "Jr."
},
{
"id": "9c6fd370-8e8d-11ec-8d02-85ead82574a9",
"name": "Danny Lewis Jr.",
"jersey": "87",
"last_name": "Lewis",
"first_name": "Danny",
"abbr_name": "D.Lewis",
"weight": 257,
"height": 77,
"position": "TE",
"birth_place": "New Iberia, LA, USA",
"status": "ACT",
"eligibility": "SO",
"name_suffix": "Jr."
},
{
"id": "9e7e7320-36e2-11ee-9a89-3b8abc909f3c",
"name": "Conner Warhurst",
"jersey": "49",
"last_name": "Warhurst",
"first_name": "Conner",
"abbr_name": "C.Warhurst",
"weight": 190,
"height": 74,
"position": "DB",
"birth_place": "Russellville, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "a23f12fc-5672-48d3-a852-7b130301c374",
"name": "Reid Schuback",
"jersey": "97",
"last_name": "Schuback",
"first_name": "Reid",
"abbr_name": "R.Schuback",
"weight": 185,
"height": 72,
"position": "K",
"birth_place": "Poway, CA, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "a758edd0-9c60-11ed-833d-cd3ec90dc1db",
"name": "Justin Jefferson",
"jersey": "15",
"last_name": "Jefferson",
"first_name": "Justin",
"abbr_name": "J.Jefferson",
"weight": 228,
"height": 73,
"position": "LB",
"birth_place": "Memphis, TN, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "a94b9350-5356-11ef-a2a4-eb065be39b67",
"name": "Noah Carter",
"jersey": "24",
"last_name": "Carter",
"first_name": "Noah",
"abbr_name": "N.Carter",
"weight": 242,
"height": 76,
"position": "LB",
"birth_place": "Peoria, AZ, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "a9afc50e-3c39-4aef-b6b9-114c27b6d1e2",
"name": "Graham Nicholson",
"jersey": "14",
"last_name": "Nicholson",
"first_name": "Graham",
"abbr_name": "G.Nicholson",
"weight": 183,
"height": 72,
"position": "K",
"birth_place": "Cincinnati, OH, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "aae8ffc0-affc-11ee-8afe-79eb599093df",
"name": "Isaia Faga",
"jersey": "88",
"last_name": "Faga",
"first_name": "Isaia",
"abbr_name": "I.Faga",
"weight": 299,
"height": 74,
"position": "DL",
"birth_place": "Phenix City, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "ab13740a-83a0-4c7f-b94d-1a8d8270c8ba",
"name": "DeVonta Smith",
"jersey": "8",
"last_name": "Smith",
"first_name": "DeVonta",
"abbr_name": "D.Smith",
"weight": 205,
"height": 72,
"position": "DB",
"birth_place": "Cincinnati, OH, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "adbf1aa0-9c51-11ed-9b81-9b68194c9dc2",
"name": "Jordan Renaud",
"jersey": "90",
"last_name": "Renaud",
"first_name": "Jordan",
"abbr_name": "J.Renaud",
"weight": 268,
"height": 76,
"position": "DL",
"birth_place": "Sarasota, FL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "ae2fa980-8e80-11ec-8d02-85ead82574a9",
"name": "Parker Brailsford",
"jersey": "72",
"last_name": "Brailsford",
"first_name": "Parker",
"abbr_name": "P.Brailsford",
"weight": 290,
"height": 74,
"position": "OL",
"birth_place": "Mesa, AZ, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "b00c3160-0784-11ed-bba3-7bad303889da",
"name": "JD Baird",
"jersey": "56",
"last_name": "Baird",
"first_name": "JD",
"abbr_name": "J.Baird",
"weight": 190,
"height": 68,
"position": "LB",
"birth_place": "Tuscaloosa, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "b4bb2600-affb-11ee-8afe-79eb599093df",
"name": "Rico Scott",
"jersey": "11",
"last_name": "Scott",
"first_name": "Rico",
"abbr_name": "R.Scott",
"weight": 200,
"height": 72,
"position": "WR",
"birth_place": "Harrisburg, PA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "b5552ba0-5358-11ef-9da1-f378f481a836",
"name": "Jay Williams",
"jersey": "45",
"last_name": "Williams",
"first_name": "Jay",
"abbr_name": "J.Williams",
"weight": 195,
"height": 72,
"position": "LS",
"birth_place": "Ringgold, GA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "b7328221-15bc-42b9-a23f-1a83c50680d1",
"name": "Malachi Moore",
"jersey": "13",
"last_name": "Moore",
"first_name": "Malachi",
"abbr_name": "M.Moore",
"weight": 201,
"height": 72,
"position": "DB",
"birth_place": "Trussville, AL, USA",
"status": "ACT",
"eligibility": "GR"
},
{
"id": "b79fedc0-8e8c-11ec-8d02-85ead82574a9",
"name": "Jihaad Campbell",
"jersey": "11",
"last_name": "Campbell",
"first_name": "Jihaad",
"abbr_name": "J.Campbell",
"weight": 244,
"height": 75,
"position": "LB",
"birth_place": "Erial, NJ, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "bbc93aa0-36e2-11ee-9a89-3b8abc909f3c",
"name": "Noland Asberry",
"jersey": "51",
"last_name": "Asberry",
"first_name": "Noland",
"abbr_name": "N.Asberry",
"weight": 190,
"height": 73,
"position": "LB",
"birth_place": "Mobile, AL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "bbd52110-8e8e-11ec-8d02-85ead82574a9",
"name": "Elijah Pritchett",
"jersey": "57",
"last_name": "Pritchett",
"first_name": "Elijah",
"abbr_name": "E.Pritchett",
"weight": 327,
"height": 78,
"position": "OL",
"birth_place": "Columbus, GA, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "bc3c0c70-affe-11ee-8afe-79eb599093df",
"name": "Daniel Hill",
"jersey": "20",
"last_name": "Hill",
"first_name": "Daniel",
"abbr_name": "D.Hill",
"weight": 241,
"height": 73,
"position": "RB",
"birth_place": "Meridian, MS, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "bfab77d0-0db5-11ec-b9b2-6580ca43eeac",
"name": "Kade Wehby",
"jersey": "53",
"last_name": "Wehby",
"first_name": "Kade",
"abbr_name": "K.Wehby",
"weight": 185,
"height": 69,
"position": "LS",
"birth_place": "Plantation, FL, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "c08a2280-0780-11ed-85eb-75e0de02a2bc",
"name": "Jay Loper Jr.",
"jersey": "32",
"last_name": "Loper",
"first_name": "Jay",
"abbr_name": "J.Loper",
"weight": 180,
"height": 71,
"position": "WR",
"birth_place": "Daphne, AL, USA",
"status": "ACT",
"eligibility": "JR",
"name_suffix": "Jr."
},
{
"id": "c4afcdd0-9c61-11ed-833d-cd3ec90dc1db",
"name": "Keon Keeley",
"jersey": "31",
"last_name": "Keeley",
"first_name": "Keon",
"abbr_name": "K.Keeley",
"weight": 277,
"height": 77,
"position": "LB",
"birth_place": "Tampa, FL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "c4d30320-535a-11ef-9524-95cce82c45c0",
"name": "Cooper Mollison",
"jersey": "83",
"last_name": "Mollison",
"first_name": "Cooper",
"abbr_name": "C.Mollison",
"weight": 185,
"height": 70,
"position": "WR",
"birth_place": "Vestavia Hills, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "c6453db0-affc-11ee-8afe-79eb599093df",
"name": "Justin Okoronkwo",
"jersey": "41",
"last_name": "Okoronkwo",
"first_name": "Justin",
"abbr_name": "J.Okoronkwo",
"weight": 228,
"height": 75,
"position": "LB",
"birth_place": "Munich,, DEU",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "c795fe68-566f-4cab-9fbc-4a51e2b1d73f",
"name": "Jalen Milroe",
"jersey": "4",
"last_name": "Milroe",
"first_name": "Jalen",
"abbr_name": "J.Milroe",
"weight": 225,
"height": 74,
"position": "QB",
"birth_place": "Katy, TX, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "c9d75a90-affb-11ee-8afe-79eb599093df",
"name": "Amari Jefferson",
"jersey": "17",
"last_name": "Jefferson",
"first_name": "Amari",
"abbr_name": "A.Jefferson",
"weight": 197,
"height": 72,
"position": "WR",
"birth_place": "Chattanooga, TN, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "cb70c6f9-154d-47bf-92f4-f1d512bc3ea4",
"name": "Keanu Koht",
"jersey": "19",
"last_name": "Koht",
"first_name": "Keanu",
"abbr_name": "K.Koht",
"weight": 242,
"height": 76,
"position": "LB",
"birth_place": "Vero Beach, FL, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "d00d9d20-9c60-11ed-833d-cd3ec90dc1db",
"name": "Bray Hubbard",
"jersey": "18",
"last_name": "Hubbard",
"first_name": "Bray",
"abbr_name": "B.Hubbard",
"weight": 204,
"height": 74,
"position": "DB",
"birth_place": "Ocean Springs, MS, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "d108cab0-8e8d-11ec-8d02-85ead82574a9",
"name": "Jam Miller",
"jersey": "26",
"last_name": "Miller",
"first_name": "Jam",
"abbr_name": "J.Miller",
"preferred_name": "Jam",
"weight": 218,
"height": 70,
"position": "RB",
"birth_place": "Tyler, TX, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "d1c37320-36e2-11ee-9a89-3b8abc909f3c",
"name": "Braylon Chatman",
"jersey": "52",
"last_name": "Chatman",
"first_name": "Braylon",
"abbr_name": "B.Chatman",
"weight": 200,
"height": 72,
"position": "LB",
"birth_place": "Trussville, AL, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "d7375320-0787-11ed-aa3d-5bd61d3a1393",
"name": "Nick Serpa",
"jersey": "99",
"last_name": "Serpa",
"first_name": "Nick",
"abbr_name": "N.Serpa",
"weight": 215,
"height": 76,
"position": "P",
"birth_place": "Foothill Ranch, CA, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "dba393e0-5359-11ef-9e27-6f1ad5865031",
"name": "Diego Camboia",
"jersey": "63",
"last_name": "Camboia",
"first_name": "Diego",
"abbr_name": "D.Camboia",
"weight": 287,
"height": 77,
"position": "OL",
"birth_place": "Mobile, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "dc3f5281-4922-4e90-9412-870c6ea02d2b",
"name": "Quandarrius Robinson",
"jersey": "34",
"last_name": "Robinson",
"first_name": "Quandarrius",
"abbr_name": "Q.Robinson",
"weight": 241,
"height": 77,
"position": "LB",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "dc6c01a0-9c61-11ed-833d-cd3ec90dc1db",
"name": "Yhonzae Pierre",
"jersey": "42",
"last_name": "Pierre",
"first_name": "Yhonzae",
"abbr_name": "Y.Pierre",
"weight": 239,
"height": 75,
"position": "LB",
"birth_place": "Eufaula, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "e0179560-affe-11ee-8afe-79eb599093df",
"name": "Jeremiah Beaman",
"jersey": "92",
"last_name": "Beaman",
"first_name": "Jeremiah",
"abbr_name": "J.Beaman",
"weight": 296,
"height": 76,
"position": "DL",
"birth_place": "Birmingham, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "e0e7df80-5356-11ef-a2a4-eb065be39b67",
"name": "Ryder Stewart",
"jersey": "26",
"last_name": "Stewart",
"first_name": "Ryder",
"abbr_name": "R.Stewart",
"weight": 165,
"height": 70,
"position": "DB",
"birth_place": "Cumming, GA, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "e14eaaf0-8e80-11ec-8d02-85ead82574a9",
"name": "Germie Bernard",
"jersey": "5",
"last_name": "Bernard",
"first_name": "Germie",
"abbr_name": "G.Bernard",
"weight": 209,
"height": 73,
"position": "WR",
"birth_place": "Las Vegas, NV, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "e2e03f10-8e8e-11ec-8d02-85ead82574a9",
"name": "Ty Simpson",
"jersey": "15",
"last_name": "Simpson",
"first_name": "Ty",
"abbr_name": "T.Simpson",
"weight": 215,
"height": 74,
"position": "QB",
"birth_place": "Martin, TN, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "e2ee1550-affb-11ee-8afe-79eb599093df",
"name": "Kevin Riley",
"jersey": "28",
"last_name": "Riley",
"first_name": "Kevin",
"abbr_name": "K.Riley",
"weight": 195,
"height": 71,
"position": "RB",
"birth_place": "Northport, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "ed460090-1415-11ed-99ab-175543659a4f",
"name": "LT Overton",
"jersey": "22",
"last_name": "Overton",
"first_name": "LT",
"abbr_name": "L.Overton",
"weight": 283,
"height": 77,
"position": "DL",
"birth_place": "Milton, GA, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "ee736f60-9c51-11ed-9b81-9b68194c9dc2",
"name": "Wilkin Formby",
"jersey": "75",
"last_name": "Formby",
"first_name": "Wilkin",
"abbr_name": "W.Formby",
"weight": 324,
"height": 79,
"position": "OL",
"birth_place": "Tuscaloosa, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "f00f9217-a470-4ef2-aa47-4213da57d689",
"name": "Graham Roten",
"jersey": "61",
"last_name": "Roten",
"first_name": "Graham",
"abbr_name": "G.Roten",
"weight": 285,
"height": 75,
"position": "OL",
"birth_place": "Fairview, TN, USA",
"status": "ACT",
"eligibility": "SR"
},
{
"id": "f283d540-9c56-11ed-8980-13b49451ee41",
"name": "Olaus Alinen",
"jersey": "73",
"last_name": "Alinen",
"first_name": "Olaus",
"abbr_name": "O.Alinen",
"weight": 335,
"height": 78,
"position": "OL",
"birth_place": "Pori,, FIN",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "f503aeb0-affd-11ee-8afe-79eb599093df",
"name": "Sterling Dixon",
"jersey": "40",
"last_name": "Dixon",
"first_name": "Sterling",
"abbr_name": "S.Dixon",
"weight": 212,
"height": 75,
"position": "LB",
"birth_place": "Spanish Fort, AL, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "f597a130-5357-11ef-ba9c-bd6ef17b0ba8",
"name": "Cole Davis",
"jersey": "37",
"last_name": "Davis",
"first_name": "Cole",
"abbr_name": "C.Davis",
"weight": 200,
"height": 72,
"position": "DB",
"birth_place": "Walterboro, SC, USA",
"status": "ACT",
"eligibility": "FR"
},
{
"id": "f9817d30-8a81-11ec-9b75-81689e0737c4",
"name": "Keon Sabb",
"jersey": "3",
"last_name": "Sabb",
"first_name": "Keon",
"abbr_name": "K.Sabb",
"weight": 206,
"height": 73,
"position": "DB",
"birth_place": "Glassboro, NJ, USA",
"status": "ACT",
"eligibility": "SO"
},
{
"id": "fbce108b-5c75-480d-80d7-5a5555145929",
"name": "Geno VanDeMark",
"jersey": "56",
"last_name": "VanDeMark",
"first_name": "Geno",
"abbr_name": "G.VanDeMark",
"weight": 333,
"height": 77,
"position": "OL",
"birth_place": "Lodi, NJ, USA",
"status": "ACT",
"eligibility": "JR"
},
{
"id": "fd3a8160-9c50-11ed-9b81-9b68194c9dc2",
"name": "James Smith",
"jersey": "23",
"last_name": "Smith",
"first_name": "James",
"abbr_name": "J.Smith",
"weight": 296,
"height": 75,
"position": "DL",
"birth_place": "Montgomery, AL, USA",
"status": "ACT",
"eligibility": "SO"
}
]
}
Use Case:
By integrating this data, you can offer your users comprehensive information about the Crimson Tide, including team history, current ownership, and key staff like the head coach and coordinators. Additionally, you can display stats for specific players, details about the home venue, and historical performance metrics like playoff appearances and division titles.
The following is an example of how you can display a team roster on your platform, showcasing key details such as player names, positions, class, height, weight, college, and birthplace.
Accessing Game Rosters
- Get a game ID: You can access a list of upcoming games using any one of the following endpoints:
- Call the Game Roster Endpoint: Use your game ID to call the Game Roster endpoint.
Recommended Pull Frequency:
- This endpoint will update every two seconds once a game status changes to inprogress. After the game concludes, update frequency will adjust to every 120 seconds.
- For Live Updates: Begin pulling game feeds no earlier than 10 minutes prior to the scheduled start. Continue to request data every two seconds to match the Time to Live (TTL) when the game is live.
- For Non-Live Updates: Retrieve data on an as-needed basis, ensuring not to pull data until 10 minutes before the game starts, even if the game is not live.
Example - Game Roster:
{
"summary": {
"season": {
"id": "f58c6dbf-9dfe-487e-8b0b-af66af887206",
"year": 2023,
"type": "REG",
"name": "REG"
},
"week": {
"id": "c14d05db-016c-4411-b50a-2b7537a93179",
"sequence": 1,
"title": "1"
},
"venue": {
"id": "3e133141-8ce3-4e3f-a6c3-72d31f9f1401",
"name": "Bryant-Denny Stadium",
"city": "Tuscaloosa",
"state": "AL",
"country": "USA",
"zip": "35401",
"address": "920 Paul West Bryant Drive",
"capacity": 101821,
"surface": "turf",
"roof_type": "outdoor",
"sr_id": "sr:venue:21438"
},
"home": {
"id": "19775492-f1eb-4bc5-9e15-078ebd689c0f",
"name": "Crimson Tide",
"market": "Alabama",
"alias": "BAMA",
"used_timeouts": 0,
"remaining_timeouts": 3,
"points": 56,
"used_challenges": 0,
"remaining_challenges": 1,
"record": {
"wins": 12,
"losses": 2,
"ties": 0
}
},
"away": {
"id": "99562f49-a84d-4f6f-9ad4-949773430431",
"name": "Blue Raiders",
"market": "Middle Tennessee",
"alias": "MTS",
"used_timeouts": 1,
"remaining_timeouts": 2,
"points": 7,
"used_challenges": 0,
"remaining_challenges": 1,
"record": {
"wins": 4,
"losses": 8,
"ties": 0
}
}
},
"home": {
"id": "19775492-f1eb-4bc5-9e15-078ebd689c0f",
"name": "Crimson Tide",
"market": "Alabama",
"alias": "BAMA",
"coaches": [
{
"id": "00937127-ba95-49e3-aedc-d0b789867adc",
"full_name": "Nick Saban",
"first_name": "Nick",
"last_name": "Saban",
"position": "Head Coach"
}
],
"players": [
{
"id": "ae6e0a20-36e2-11ee-9a89-3b8abc909f3c",
"name": "Brock O'Quinn",
"jersey": "50",
"last_name": "O'Quinn",
"first_name": "Brock",
"abbr_name": "B.O'Quinn",
"weight": 210,
"height": 73,
"position": "LS",
"birth_place": "Southlake, TX, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "ee736f60-9c51-11ed-9b81-9b68194c9dc2",
"name": "Wilkin Formby",
"jersey": "75",
"last_name": "Formby",
"first_name": "Wilkin",
"abbr_name": "W.Formby",
"weight": 320,
"height": 79,
"position": "OL",
"birth_place": "Tuscaloosa, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "456a9ab0-8e8d-11ec-8d02-85ead82574a9",
"name": "Emmanuel Henderson Jr.",
"jersey": "24",
"last_name": "Henderson",
"first_name": "Emmanuel",
"abbr_name": "E.Henderson",
"weight": 185,
"height": 73,
"position": "WR",
"birth_place": "Hartford, AL, USA",
"status": "dnp",
"eligibility": "SO",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "adbf1aa0-9c51-11ed-9b81-9b68194c9dc2",
"name": "Jordan Renaud",
"jersey": "90",
"last_name": "Renaud",
"first_name": "Jordan",
"abbr_name": "J.Renaud",
"weight": 261,
"height": 76,
"position": "DL",
"birth_place": "Sarasota, FL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "2c431198-a2d0-49bf-85ac-6187addd1b70",
"name": "Roydell Williams",
"jersey": "05",
"last_name": "Williams",
"first_name": "Roydell",
"abbr_name": "R.Williams",
"weight": 214,
"height": 70,
"position": "RB",
"birth_place": "Hueytown, AL, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "6b57aebe-4679-4c31-9e19-da113e570845",
"name": "Terrion Arnold",
"jersey": "03",
"last_name": "Arnold",
"first_name": "Terrion",
"abbr_name": "T.Arnold",
"weight": 196,
"height": 72,
"position": "DB",
"birth_place": "Tallahassee, FL, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "4723a43b-cc28-4fd2-9aba-3811ee6c6a0a",
"name": "Jase McClellan",
"jersey": "02",
"last_name": "McClellan",
"first_name": "Jase",
"abbr_name": "J.McClellan",
"weight": 212,
"height": 71,
"position": "RB",
"birth_place": "Aledo, TX, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "bad8a29e-e48d-452d-bdac-4265ac39bd1e",
"name": "Chris Braswell",
"jersey": "41",
"last_name": "Braswell",
"first_name": "Chris",
"abbr_name": "C.Braswell",
"weight": 255,
"height": 75,
"position": "LB",
"birth_place": "Baltimore, MD, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "63892a70-0782-11ed-b632-85df930e72fa",
"name": "Ty Roper",
"jersey": "37",
"last_name": "Roper",
"first_name": "Ty",
"abbr_name": "T.Roper",
"weight": 189,
"height": 68,
"position": "DB",
"birth_place": "Foley, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "b49df21d-0091-4906-b09b-32724e5dac22",
"name": "JC Latham",
"jersey": "65",
"last_name": "Latham",
"first_name": "JC",
"abbr_name": "J.Latham",
"weight": 360,
"height": 78,
"position": "OL",
"birth_place": "Oak Creek, WI, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "445a8020-36e0-11ee-9a89-3b8abc909f3c",
"name": "Sawyer Deerman",
"jersey": "36",
"last_name": "Deerman",
"first_name": "Sawyer",
"abbr_name": "S.Deerman",
"weight": 175,
"height": 70,
"position": "WR",
"birth_place": "Northport, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "8c44f6c1-ccfb-493d-b570-0457dc3b4b32",
"name": "Tim Smith",
"jersey": "50",
"last_name": "Smith",
"first_name": "Tim",
"abbr_name": "T.Smith",
"weight": 302,
"height": 76,
"position": "DL",
"birth_place": "Gifford, FL, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "8d251b1d-1fa2-429f-a167-781248f72adc",
"name": "James Brockermeyer",
"jersey": "58",
"last_name": "Brockermeyer",
"first_name": "James",
"abbr_name": "J.Brockermeyer",
"weight": 285,
"height": 75,
"position": "OL",
"birth_place": "Fort Worth, TX, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "93445730-4369-11ed-b941-bbda5cdd5ea0",
"name": "MJ Chirgwin",
"jersey": "42",
"last_name": "Chirgwin",
"first_name": "MJ",
"abbr_name": "M.Chirgwin",
"weight": 195,
"height": 72,
"position": "WR",
"birth_place": "Huntington Beach, CA, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "238fe0f0-0785-11ed-bba3-7bad303889da",
"name": "Wilder Hines",
"jersey": "63",
"last_name": "Hines",
"first_name": "Wilder",
"abbr_name": "W.Hines",
"weight": 240,
"height": 74,
"position": "OL",
"birth_place": "Birmingham, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "61addd40-8e8d-11ec-8d02-85ead82574a9",
"name": "Antonio Kite",
"jersey": "12",
"last_name": "Kite",
"first_name": "Antonio",
"abbr_name": "A.Kite",
"weight": 182,
"height": 73,
"position": "DB",
"birth_place": "Anniston, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "56dc8f10-180d-11ed-9f0e-21ac5ffe291f",
"name": "Coby McNeal",
"jersey": "34",
"last_name": "McNeal",
"first_name": "Coby",
"abbr_name": "C.McNeal",
"weight": 250,
"height": 77,
"position": "TE",
"birth_place": "Dothan, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "21262830-9c57-11ed-8980-13b49451ee41",
"name": "Malik Benson",
"jersey": "11",
"last_name": "Benson",
"first_name": "Malik",
"abbr_name": "M.Benson",
"weight": 195,
"height": 73,
"position": "WR",
"birth_place": "Lansing, KS, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "10d08770-8e8c-11ec-8d02-85ead82574a9",
"name": "Jeremiah Alexander",
"jersey": "35",
"last_name": "Alexander",
"first_name": "Jeremiah",
"abbr_name": "J.Alexander",
"weight": 249,
"height": 74,
"position": "LB",
"birth_place": "Alabaster, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "e241bfae-329f-46c0-987c-dbba607551c3",
"name": "Darrian Dalcourt",
"jersey": "71",
"last_name": "Dalcourt",
"first_name": "Darrian",
"abbr_name": "D.Dalcourt",
"weight": 310,
"height": 75,
"position": "OL",
"birth_place": "Havre de Grace, MD, USA",
"status": "started",
"eligibility": "GR",
"in_game_status": "active"
},
{
"id": "57772fb0-9c57-11ed-8980-13b49451ee41",
"name": "Hunter Osborne",
"jersey": "33",
"last_name": "Osborne",
"first_name": "Hunter",
"abbr_name": "H.Osborne",
"weight": 275,
"height": 76,
"position": "DL",
"birth_place": "Trussville, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "95906723-7728-4320-b1c7-e4a0cc9cea1c",
"name": "Charlie Skehan",
"jersey": "44",
"last_name": "Skehan",
"first_name": "Charlie",
"abbr_name": "C.Skehan",
"weight": 232,
"height": 73,
"position": "TE",
"birth_place": "Columbia, SC, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "a73b090d-7146-4d61-a9f9-74220747fd21",
"name": "Samuel Willoughby",
"jersey": "37",
"last_name": "Willoughby",
"first_name": "Samuel",
"abbr_name": "S.Willoughby",
"weight": 165,
"height": 70,
"position": "WR",
"birth_place": "Vestavia Hills, AL, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "266e9e2f-e611-4b3f-a6f0-3c8b043c597f",
"name": "Kneeland Hibbett",
"jersey": "48",
"last_name": "Hibbett",
"first_name": "Kneeland",
"abbr_name": "K.Hibbett",
"weight": 245,
"height": 74,
"position": "LS",
"birth_place": "Florence, AL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "1c4da230-36e3-11ee-9a89-3b8abc909f3c",
"name": "Davis Peterson",
"jersey": "62",
"last_name": "Peterson",
"first_name": "Davis",
"abbr_name": "D.Peterson",
"weight": 235,
"height": 73,
"position": "OL",
"birth_place": "Birmingham, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d48f0e00-c116-4c7d-875b-7c355383830d",
"name": "Ja'Corey Brooks",
"jersey": "07",
"last_name": "Brooks",
"first_name": "Ja'Corey",
"abbr_name": "J.Brooks",
"weight": 195,
"height": 74,
"position": "WR",
"birth_place": "Miami, FL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "122c6a03-68b1-4904-8808-b98ecf25bb69",
"name": "Dallas Turner",
"jersey": "15",
"last_name": "Turner",
"first_name": "Dallas",
"abbr_name": "D.Turner",
"weight": 242,
"height": 76,
"position": "LB",
"birth_place": "Fort Lauderdale, FL, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "52268880-8e8e-11ec-8d02-85ead82574a9",
"name": "Khurtiss Perry",
"jersey": "97",
"last_name": "Perry",
"first_name": "Khurtiss",
"abbr_name": "K.Perry",
"weight": 265,
"height": 74,
"position": "DL",
"birth_place": "Pike Road, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "47d7820e-e53f-4d96-aed7-fd0de4fc23f3",
"name": "Ian Jackson",
"jersey": "36",
"last_name": "Jackson",
"first_name": "Ian",
"abbr_name": "I.Jackson",
"weight": 235,
"height": 73,
"position": "LB",
"birth_place": "Prattville, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "d7b28a8b-1d4a-4026-9f81-1753db08cdab",
"name": "Jermaine Burton",
"jersey": "03",
"last_name": "Burton",
"first_name": "Jermaine",
"abbr_name": "J.Burton",
"weight": 194,
"height": 72,
"position": "WR",
"birth_place": "Calabasas, CA, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "f00f9217-a470-4ef2-aa47-4213da57d689",
"name": "Graham Roten",
"jersey": "61",
"last_name": "Roten",
"first_name": "Graham",
"abbr_name": "G.Roten",
"weight": 285,
"height": 75,
"position": "OL",
"birth_place": "Fairview, TN, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "b00c3160-0784-11ed-bba3-7bad303889da",
"name": "JD Baird",
"jersey": "56",
"last_name": "Baird",
"first_name": "JD",
"abbr_name": "J.Baird",
"weight": 190,
"height": 68,
"position": "LB",
"birth_place": "Tuscaloosa, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "77346c60-8e8d-11ec-8d02-85ead82574a9",
"name": "Kendrick Law",
"jersey": "19",
"last_name": "Law",
"first_name": "Kendrick",
"abbr_name": "K.Law",
"weight": 201,
"height": 71,
"position": "WR",
"birth_place": "Shreveport, LA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "ec995f90-db6f-11ec-8639-bd588f7ecf69",
"name": "Jax Porter",
"jersey": "49",
"last_name": "Porter",
"first_name": "Jax",
"abbr_name": "J.Porter",
"weight": 232,
"height": 78,
"position": "TE",
"birth_place": "Dallas, TX, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "664f6470-0784-11ed-bba3-7bad303889da",
"name": "Alex Rozier",
"jersey": "52",
"last_name": "Rozier",
"first_name": "Alex",
"abbr_name": "A.Rozier",
"weight": 220,
"height": 76,
"position": "LS",
"birth_place": "Hattiesburg, MS, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "37fad87a-3aef-4b1e-acd2-02b3548cb2f6",
"name": "Kool-Aid McKinstry",
"jersey": "01",
"last_name": "McKinstry",
"first_name": "Kool-Aid",
"abbr_name": "K.McKinstry",
"weight": 195,
"height": 73,
"position": "DB",
"birth_place": "Birmingham, AL, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "34e8ba00-0787-11ed-ae72-694cf00ea2da",
"name": "Miles Kitselman",
"jersey": "88",
"last_name": "Kitselman",
"first_name": "Miles",
"abbr_name": "M.Kitselman",
"weight": 250,
"height": 77,
"position": "TE",
"birth_place": "Lyndon, KS, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "0db88c00-0780-11ed-8214-251cd78b157c",
"name": "Michael Lorino III",
"jersey": "28",
"last_name": "Lorino",
"first_name": "Michael",
"abbr_name": "M.Lorino",
"weight": 185,
"height": 72,
"position": "RB",
"birth_place": "Birmingham, AL, USA",
"status": "dnp",
"eligibility": "SO",
"name_suffix": "III",
"in_game_status": "active"
},
{
"id": "476e86e0-9c61-11ed-833d-cd3ec90dc1db",
"name": "Cole Adams",
"jersey": "13",
"last_name": "Adams",
"first_name": "Cole",
"abbr_name": "C.Adams",
"weight": 186,
"height": 70,
"position": "WR",
"birth_place": "Owasso, OK, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "44e44230-36e3-11ee-9a89-3b8abc909f3c",
"name": "Billy Roby",
"jersey": "68",
"last_name": "Roby",
"first_name": "Billy",
"abbr_name": "B.Roby",
"weight": 245,
"height": 71,
"position": "OL",
"birth_place": "Huntsville, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "007a8470-9c41-11ed-9b81-9b68194c9dc2",
"name": "Kadyn Proctor",
"jersey": "74",
"last_name": "Proctor",
"first_name": "Kadyn",
"abbr_name": "K.Proctor",
"weight": 360,
"height": 79,
"position": "OL",
"birth_place": "Des Moines, IA, USA",
"status": "started",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "12bfbb80-9c52-11ed-9b81-9b68194c9dc2",
"name": "Tony Mitchell",
"jersey": "27",
"last_name": "Mitchell",
"first_name": "Tony",
"abbr_name": "T.Mitchell",
"weight": 205,
"height": 74,
"position": "DB",
"birth_place": "Alabaster, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "bbd52110-8e8e-11ec-8d02-85ead82574a9",
"name": "Elijah Pritchett",
"jersey": "57",
"last_name": "Pritchett",
"first_name": "Elijah",
"abbr_name": "E.Pritchett",
"weight": 312,
"height": 78,
"position": "OL",
"birth_place": "Columbus, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "9913f4b5-6c4d-40b5-bd76-0c30151cea02",
"name": "Robert Ellis",
"jersey": "43",
"last_name": "Ellis",
"first_name": "Robert",
"abbr_name": "R.Ellis",
"weight": 220,
"height": 72,
"position": "TE",
"birth_place": "Enterprise, AL, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "c795fe68-566f-4cab-9fbc-4a51e2b1d73f",
"name": "Jalen Milroe",
"jersey": "04",
"last_name": "Milroe",
"first_name": "Jalen",
"abbr_name": "J.Milroe",
"weight": 220,
"height": 74,
"position": "QB",
"birth_place": "Katy, TX, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "301e0b00-9c52-11ed-9b81-9b68194c9dc2",
"name": "Dylan Lonergan",
"jersey": "12",
"last_name": "Lonergan",
"first_name": "Dylan",
"abbr_name": "D.Lonergan",
"weight": 212,
"height": 74,
"position": "QB",
"birth_place": "Snellville, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "cb70c6f9-154d-47bf-92f4-f1d512bc3ea4",
"name": "Keanu Koht",
"jersey": "19",
"last_name": "Koht",
"first_name": "Keanu",
"abbr_name": "K.Koht",
"weight": 232,
"height": 76,
"position": "LB",
"birth_place": "Vero Beach, FL, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "532a6db0-4369-11ed-b941-bbda5cdd5ea0",
"name": "Peyton Yates",
"jersey": "39",
"last_name": "Yates",
"first_name": "Peyton",
"abbr_name": "P.Yates",
"weight": 180,
"height": 70,
"position": "DB",
"birth_place": "Eads, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "9e7e7320-36e2-11ee-9a89-3b8abc909f3c",
"name": "Conner Warhurst",
"jersey": "49",
"last_name": "Warhurst",
"first_name": "Conner",
"abbr_name": "C.Warhurst",
"weight": 190,
"height": 74,
"position": "DB",
"birth_place": "Russellville, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d30982ca-338b-496a-bdf2-11836df52598",
"name": "Kendrick Blackshire",
"jersey": "40",
"last_name": "Blackshire",
"first_name": "Kendrick",
"abbr_name": "K.Blackshire",
"weight": 233,
"height": 74,
"position": "LB",
"birth_place": "Duncanville, TX, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "2b8a2d30-9c61-11ed-833d-cd3ec90dc1db",
"name": "Jaren Hamilton",
"jersey": "16",
"last_name": "Hamilton",
"first_name": "Jaren",
"abbr_name": "J.Hamilton",
"weight": 200,
"height": 73,
"position": "WR",
"birth_place": "Gainesville, FL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "2868ac70-9c62-11ed-833d-cd3ec90dc1db",
"name": "Conor Talty",
"jersey": "31",
"last_name": "Talty",
"first_name": "Conor",
"abbr_name": "C.Talty",
"weight": 195,
"height": 73,
"position": "K",
"birth_place": "Chicago, IL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "4fe0a210-8e8c-11ec-8d02-85ead82574a9",
"name": "Isaiah Bond",
"jersey": "17",
"last_name": "Bond",
"first_name": "Isaiah",
"abbr_name": "I.Bond",
"weight": 182,
"height": 71,
"position": "WR",
"birth_place": "Buford, GA, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "307fb69f-96f0-4866-8f01-4a8eab7a9a30",
"name": "Kyle Flood Jr.",
"jersey": "54",
"last_name": "Flood",
"first_name": "Kyle",
"abbr_name": "K.Flood",
"weight": 212,
"height": 72,
"position": "LB",
"birth_place": "Middlesex, NJ, USA",
"status": "dnp",
"eligibility": "SR",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "02ab5fa0-077f-11ed-8214-251cd78b157c",
"name": "Cade Carruth",
"jersey": "16",
"last_name": "Carruth",
"first_name": "Cade",
"abbr_name": "C.Carruth",
"weight": 195,
"height": 73,
"position": "QB",
"birth_place": "Trussville, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "fd3a8160-9c50-11ed-9b81-9b68194c9dc2",
"name": "James Smith",
"jersey": "47",
"last_name": "Smith",
"first_name": "James",
"abbr_name": "J.Smith",
"weight": 296,
"height": 75,
"position": "DL",
"birth_place": "Montgomery, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "a758edd0-9c60-11ed-833d-cd3ec90dc1db",
"name": "Justin Jefferson",
"jersey": "28",
"last_name": "Jefferson",
"first_name": "Justin",
"abbr_name": "J.Jefferson",
"weight": 225,
"height": 73,
"position": "LB",
"birth_place": "Memphis, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "8ed93620-36e3-11ee-9a89-3b8abc909f3c",
"name": "Reed Harradine",
"jersey": "96",
"last_name": "Harradine",
"first_name": "Reed",
"abbr_name": "R.Harradine",
"weight": 185,
"height": 75,
"position": "K",
"birth_place": "Birmingham, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "bbc93aa0-36e2-11ee-9a89-3b8abc909f3c",
"name": "Noland Asberry",
"jersey": "51",
"last_name": "Asberry",
"first_name": "Noland",
"abbr_name": "N.Asberry",
"weight": 190,
"height": 73,
"position": "LB",
"birth_place": "Mobile, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "3c4cd922-fb27-4cfc-82b1-63893878686d",
"name": "Will Reichard",
"jersey": "16",
"last_name": "Reichard",
"first_name": "Will",
"abbr_name": "W.Reichard",
"weight": 194,
"height": 73,
"position": "K",
"birth_place": "Hoover, AL, USA",
"status": "played",
"eligibility": "GR",
"in_game_status": "active"
},
{
"id": "dc3f5281-4922-4e90-9412-870c6ea02d2b",
"name": "Quandarrius Robinson",
"jersey": "34",
"last_name": "Robinson",
"first_name": "Quandarrius",
"abbr_name": "Q.Robinson",
"weight": 231,
"height": 77,
"position": "LB",
"birth_place": "Birmingham, AL, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "85327824-f95c-4c44-a55c-86544f073c85",
"name": "Jah-Marien Latham",
"jersey": "93",
"last_name": "Latham",
"first_name": "Jah-Marien",
"abbr_name": "J.Latham",
"weight": 275,
"height": 75,
"position": "DL",
"birth_place": "Reform, AL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "04de02a0-9c62-11ed-833d-cd3ec90dc1db",
"name": "Richard Young",
"jersey": "25",
"last_name": "Young",
"first_name": "Richard",
"abbr_name": "R.Young",
"weight": 200,
"height": 71,
"position": "RB",
"birth_place": "Lehigh Acres, FL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d1fd18b0-e9de-11ed-a3a6-d3659340da8d",
"name": "Dezz Ricks",
"jersey": "29",
"last_name": "Ricks",
"first_name": "Dezz",
"abbr_name": "D.Ricks",
"weight": 182,
"height": 73,
"position": "DB",
"birth_place": "Norfolk, VA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "28c836b0-36e3-11ee-9a89-3b8abc909f3c",
"name": "Mac Smith",
"jersey": "64",
"last_name": "Smith",
"first_name": "Mac",
"abbr_name": "M.Smith",
"weight": 270,
"height": 75,
"position": "OL",
"birth_place": "Birmingham, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "dc6c01a0-9c61-11ed-833d-cd3ec90dc1db",
"name": "Yhonzae Pierre",
"jersey": "42",
"last_name": "Pierre",
"first_name": "Yhonzae",
"abbr_name": "Y.Pierre",
"weight": 223,
"height": 75,
"position": "LB",
"birth_place": "Eufaula, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "68437690-36e0-11ee-9a89-3b8abc909f3c",
"name": "Kaleb Fleming",
"jersey": "39",
"last_name": "Fleming",
"first_name": "Kaleb",
"abbr_name": "K.Fleming",
"weight": 205,
"height": 73,
"position": "WR",
"birth_place": "Macomb, MI, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "852c8407-bfb9-4554-9423-c64299fc5af5",
"name": "Robbie Ouzts",
"jersey": "45",
"last_name": "Ouzts",
"first_name": "Robbie",
"abbr_name": "R.Ouzts",
"weight": 258,
"height": 76,
"position": "TE",
"birth_place": "Rock Hill, SC, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "4f1ae4c0-9c51-11ed-9b81-9b68194c9dc2",
"name": "Justice Haynes",
"jersey": "22",
"last_name": "Haynes",
"first_name": "Justice",
"abbr_name": "J.Haynes",
"weight": 205,
"height": 71,
"position": "RB",
"birth_place": "Buford, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "a23f12fc-5672-48d3-a852-7b130301c374",
"name": "Reid Schuback",
"jersey": "97",
"last_name": "Schuback",
"first_name": "Reid",
"abbr_name": "R.Schuback",
"weight": 185,
"height": 72,
"position": "K",
"birth_place": "Poway, CA, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "31b2fb78-8efe-4fdc-a392-6463cbb19264",
"name": "CJ Dippre",
"jersey": "81",
"last_name": "Dippre",
"first_name": "CJ",
"abbr_name": "C.Dippre",
"weight": 257,
"height": 77,
"position": "TE",
"birth_place": "Scranton, PA, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "ab13740a-83a0-4c7f-b94d-1a8d8270c8ba",
"name": "DeVonta Smith",
"jersey": "08",
"last_name": "Smith",
"first_name": "DeVonta",
"abbr_name": "D.Smith",
"weight": 194,
"height": 72,
"position": "DB",
"birth_place": "Cincinnati, OH, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "9975ae00-fb87-45f3-8aad-cb8e725d85fb",
"name": "Damon Payne Jr.",
"jersey": "44",
"last_name": "Payne",
"first_name": "Damon",
"abbr_name": "D.Payne",
"weight": 303,
"height": 76,
"position": "DL",
"birth_place": "Belleville, MI, USA",
"status": "played",
"eligibility": "SO",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "5a229a30-36e2-11ee-9a89-3b8abc909f3c",
"name": "Tonio Ross",
"jersey": "44",
"last_name": "Ross",
"first_name": "Tonio",
"abbr_name": "T.Ross",
"weight": 180,
"height": 74,
"position": "DB",
"birth_place": "Alexandria, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "33255e70-8e8e-11ec-8d02-85ead82574a9",
"name": "Jehiem Oatis",
"jersey": "91",
"last_name": "Oatis",
"first_name": "Jehiem",
"abbr_name": "J.Oatis",
"weight": 320,
"height": 77,
"position": "DL",
"birth_place": "Columbia, MS, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "90073630-36e0-11ee-9a89-3b8abc909f3c",
"name": "JR Gardner",
"jersey": "41",
"last_name": "Gardner",
"first_name": "JR",
"abbr_name": "J.Gardner",
"weight": 185,
"height": 71,
"position": "RB",
"birth_place": "Gulf Shores, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d39629d0-0782-11ed-b632-85df930e72fa",
"name": "Caleb McDougle",
"jersey": "45",
"last_name": "McDougle",
"first_name": "Caleb",
"abbr_name": "C.McDougle",
"weight": 207,
"height": 71,
"position": "DB",
"birth_place": "Muscle Shoals, AL, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "28d48540-0783-11ed-b632-85df930e72fa",
"name": "Chase Davis",
"jersey": "46",
"last_name": "Davis",
"first_name": "Chase",
"abbr_name": "C.Davis",
"weight": 182,
"height": 73,
"position": "DB",
"birth_place": "Tuscaloosa, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "251e2128-5c6b-4692-ace4-1689577aff6d",
"name": "Trey Amos",
"jersey": "23",
"last_name": "Amos",
"first_name": "Trey",
"abbr_name": "T.Amos",
"weight": 197,
"height": 73,
"position": "DB",
"birth_place": "New Iberia, LA, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "b7328221-15bc-42b9-a23f-1a83c50680d1",
"name": "Malachi Moore",
"jersey": "13",
"last_name": "Moore",
"first_name": "Malachi",
"abbr_name": "M.Moore",
"weight": 198,
"height": 72,
"position": "DB",
"birth_place": "Trussville, AL, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "0416a298-94f7-472f-8e92-8713a17eee00",
"name": "Justin Eboigbe",
"jersey": "92",
"last_name": "Eboigbe",
"first_name": "Justin",
"abbr_name": "J.Eboigbe",
"weight": 292,
"height": 77,
"position": "DL",
"birth_place": "Forest Park, GA, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "c4afcdd0-9c61-11ed-833d-cd3ec90dc1db",
"name": "Keon Keeley",
"jersey": "31",
"last_name": "Keeley",
"first_name": "Keon",
"abbr_name": "K.Keeley",
"weight": 242,
"height": 77,
"position": "LB",
"birth_place": "Tampa, FL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d00d9d20-9c60-11ed-833d-cd3ec90dc1db",
"name": "Bray Hubbard",
"jersey": "18",
"last_name": "Hubbard",
"first_name": "Bray",
"abbr_name": "B.Hubbard",
"weight": 195,
"height": 74,
"position": "DB",
"birth_place": "Ocean Springs, MS, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "1a9ba170-8e8e-11ec-8d02-85ead82574a9",
"name": "Amari Niblack",
"jersey": "84",
"last_name": "Niblack",
"first_name": "Amari",
"abbr_name": "A.Niblack",
"weight": 233,
"height": 76,
"position": "TE",
"birth_place": "St. Petersburg, FL, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "bfab77d0-0db5-11ec-b9b2-6580ca43eeac",
"name": "Kade Wehby",
"jersey": "53",
"last_name": "Wehby",
"first_name": "Kade",
"abbr_name": "K.Wehby",
"weight": 185,
"height": 69,
"position": "LS",
"birth_place": "Plantation, FL, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "2fdf97e0-9c51-11ed-9b81-9b68194c9dc2",
"name": "Qua Russaw",
"jersey": "49",
"last_name": "Russaw",
"first_name": "Qua",
"abbr_name": "Q.Russaw",
"weight": 242,
"height": 74,
"position": "LB",
"birth_place": "Montgomery, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "75c45020-36e3-11ee-9a89-3b8abc909f3c",
"name": "Lane Whisenhunt",
"jersey": "85",
"last_name": "Whisenhunt",
"first_name": "Lane",
"abbr_name": "L.Whisenhunt",
"weight": 285,
"height": 74,
"position": "LB",
"birth_place": "Vestavia Hills, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "b0f23929-8b0d-4087-8569-d04d0c41f055",
"name": "Bennett Whisenhunt",
"jersey": "55",
"last_name": "Whisenhunt",
"first_name": "Bennett",
"abbr_name": "B.Whisenhunt",
"weight": 222,
"height": 73,
"position": "LB",
"birth_place": "Vestavia Hills, AL, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "d7375320-0787-11ed-aa3d-5bd61d3a1393",
"name": "Nick Serpa",
"jersey": "99",
"last_name": "Serpa",
"first_name": "Nick",
"abbr_name": "N.Serpa",
"weight": 215,
"height": 76,
"position": "P",
"birth_place": "Foothill Ranch, CA, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "c777f426-48ad-4fd0-b8ad-1ff88a83ef61",
"name": "Jaylen Key",
"jersey": "06",
"last_name": "Key",
"first_name": "Jaylen",
"abbr_name": "J.Key",
"weight": 210,
"height": 74,
"position": "DB",
"birth_place": "Quincy, FL, USA",
"status": "started",
"eligibility": "GR",
"in_game_status": "active"
},
{
"id": "6f5b5479-d8d1-4677-9627-597bf8b22190",
"name": "Deontae Lawson",
"jersey": "32",
"last_name": "Lawson",
"first_name": "Deontae",
"abbr_name": "D.Lawson",
"weight": 230,
"height": 74,
"position": "LB",
"birth_place": "Mobile, AL, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "f283d540-9c56-11ed-8980-13b49451ee41",
"name": "Olaus Alinen",
"jersey": "73",
"last_name": "Alinen",
"first_name": "Olaus",
"abbr_name": "O.Alinen",
"weight": 326,
"height": 78,
"position": "OL",
"birth_place": "Pori,, FIN",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "f25e8651-2730-4129-a2db-903950639f66",
"name": "Monkell Goodwine",
"jersey": "95",
"last_name": "Goodwine",
"first_name": "Monkell",
"abbr_name": "M.Goodwine",
"weight": 290,
"height": 76,
"position": "DL",
"birth_place": "Upper Marlboro, MD, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "7dfe8330-36e0-11ee-9a89-3b8abc909f3c",
"name": "Jake Ivie",
"jersey": "39",
"last_name": "Ivie",
"first_name": "Jake",
"abbr_name": "J.Ivie",
"weight": 205,
"height": 72,
"position": "DB",
"birth_place": "Alabaster, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "c4720e98-f480-46a3-adc6-7eabc3e32a57",
"name": "Tyler Buchner",
"jersey": "08",
"last_name": "Buchner",
"first_name": "Tyler",
"abbr_name": "T.Buchner",
"weight": 215,
"height": 73,
"position": "QB",
"birth_place": "San Diego, CA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "b79fedc0-8e8c-11ec-8d02-85ead82574a9",
"name": "Jihaad Campbell",
"jersey": "30",
"last_name": "Campbell",
"first_name": "Jihaad",
"abbr_name": "J.Campbell",
"weight": 230,
"height": 75,
"position": "LB",
"birth_place": "Erial, NJ, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "d1c37320-36e2-11ee-9a89-3b8abc909f3c",
"name": "Braylon Chatman",
"jersey": "52",
"last_name": "Chatman",
"first_name": "Braylon",
"abbr_name": "B.Chatman",
"weight": 200,
"height": 72,
"position": "LB",
"birth_place": "Trussville, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "72267380-9c51-11ed-9b81-9b68194c9dc2",
"name": "Jalen Hale",
"jersey": "82",
"last_name": "Hale",
"first_name": "Jalen",
"abbr_name": "J.Hale",
"weight": 189,
"height": 73,
"position": "WR",
"birth_place": "Longview, TX, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "6ded78e0-4369-11ed-b941-bbda5cdd5ea0",
"name": "Alijah May",
"jersey": "38",
"last_name": "May",
"first_name": "Alijah",
"abbr_name": "A.May",
"weight": 195,
"height": 71,
"position": "DB",
"birth_place": "Pinson, AL, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "45124990-0783-11ed-b632-85df930e72fa",
"name": "Peyton Fox",
"jersey": "46",
"last_name": "Fox",
"first_name": "Peyton",
"abbr_name": "P.Fox",
"weight": 225,
"height": 76,
"position": "TE",
"birth_place": "Pelham, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "92545560-9c5f-11ed-833d-cd3ec90dc1db",
"name": "Miles McVay",
"jersey": "54",
"last_name": "McVay",
"first_name": "Miles",
"abbr_name": "M.McVay",
"weight": 350,
"height": 78,
"position": "OL",
"birth_place": "East St. Louis, IL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "356e9620-36e3-11ee-9a89-3b8abc909f3c",
"name": "Baker Hickman",
"jersey": "66",
"last_name": "Hickman",
"first_name": "Baker",
"abbr_name": "B.Hickman",
"weight": 315,
"height": 75,
"position": "OL",
"birth_place": "Tuscaloosa, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "af0a8d40-8e8d-11ec-8d02-85ead82574a9",
"name": "Earl Little Jr.",
"jersey": "20",
"last_name": "Little",
"first_name": "Earl",
"abbr_name": "E.Little",
"weight": 186,
"height": 73,
"position": "DB",
"birth_place": "Fort Lauderdale, FL, USA",
"status": "played",
"eligibility": "FR",
"name_suffix": "II",
"in_game_status": "active"
},
{
"id": "c08a2280-0780-11ed-85eb-75e0de02a2bc",
"name": "Jay Loper Jr.",
"jersey": "32",
"last_name": "Loper",
"first_name": "Jay",
"abbr_name": "J.Loper",
"weight": 180,
"height": 71,
"position": "WR",
"birth_place": "Daphne, AL, USA",
"status": "dnp",
"eligibility": "SO",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "9c6fd370-8e8d-11ec-8d02-85ead82574a9",
"name": "Danny Lewis Jr.",
"jersey": "87",
"last_name": "Lewis",
"first_name": "Danny",
"abbr_name": "D.Lewis",
"weight": 255,
"height": 77,
"position": "TE",
"birth_place": "New Iberia, LA, USA",
"status": "started",
"eligibility": "FR",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "2b8c5e6c-3861-458e-ac2c-bfa1a089ba9d",
"name": "James Burnip",
"jersey": "86",
"last_name": "Burnip",
"first_name": "James",
"abbr_name": "J.Burnip",
"weight": 220,
"height": 78,
"position": "P",
"birth_place": "Mount Macedon,, AUS",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "6cffaf10-9c61-11ed-833d-cd3ec90dc1db",
"name": "Roq Montgomery",
"jersey": "55",
"last_name": "Montgomery",
"first_name": "Roq",
"abbr_name": "R.Montgomery",
"weight": 332,
"height": 75,
"position": "OL",
"birth_place": "Anniston, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d58c8429-65f3-49e9-9bb0-744971c6b17b",
"name": "Anquin Barnes Jr.",
"jersey": "59",
"last_name": "Barnes",
"first_name": "Anquin",
"abbr_name": "A.Barnes",
"weight": 314,
"height": 77,
"position": "DL",
"birth_place": "Montgomery, AL, USA",
"status": "played",
"eligibility": "SO",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "53b43b31-5cd3-463a-aaa3-1303ecf4bcc9",
"name": "Adam Thorsland",
"jersey": "47",
"last_name": "Thorsland",
"first_name": "Adam",
"abbr_name": "A.Thorsland",
"weight": 232,
"height": 77,
"position": "TE",
"birth_place": "Walhalla, SC, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "f92bba7c-1b8e-4a11-9865-362af255fd4c",
"name": "Kristian Story",
"jersey": "11",
"last_name": "Story",
"first_name": "Kristian",
"abbr_name": "K.Story",
"weight": 211,
"height": 73,
"position": "DB",
"birth_place": "Lanett, AL, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "84e81290-8e8c-11ec-8d02-85ead82574a9",
"name": "Tyler Booker",
"jersey": "52",
"last_name": "Booker",
"first_name": "Tyler",
"abbr_name": "T.Booker",
"weight": 335,
"height": 77,
"position": "OL",
"birth_place": "New Haven, CT, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "147d8fc0-9c60-11ed-833d-cd3ec90dc1db",
"name": "Ty Lockwood",
"jersey": "89",
"last_name": "Lockwood",
"first_name": "Ty",
"abbr_name": "T.Lockwood",
"weight": 234,
"height": 77,
"position": "TE",
"birth_place": "Thompson's Station, TN, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "76d9e110-9c5f-11ed-833d-cd3ec90dc1db",
"name": "Edric Hill",
"jersey": "94",
"last_name": "Hill",
"first_name": "Edric",
"abbr_name": "E.Hill",
"weight": 294,
"height": 75,
"position": "DL",
"birth_place": "Kansas City, MO, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "94e2bb30-8e8e-11ec-8d02-85ead82574a9",
"name": "Shazz Preston",
"jersey": "18",
"last_name": "Preston",
"first_name": "Shazz",
"abbr_name": "S.Preston",
"weight": 202,
"height": 72,
"position": "WR",
"birth_place": "St. James, LA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d108cab0-8e8d-11ec-8d02-85ead82574a9",
"name": "Jam Miller",
"jersey": "26",
"last_name": "Miller",
"first_name": "Jam",
"abbr_name": "J.Miller",
"preferred_name": "Jam",
"weight": 211,
"height": 70,
"position": "RB",
"birth_place": "Tyler, TX, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "cf445780-9c51-11ed-9b81-9b68194c9dc2",
"name": "Eli Holstein",
"jersey": "10",
"last_name": "Holstein",
"first_name": "Eli",
"abbr_name": "E.Holstein",
"weight": 237,
"height": 76,
"position": "QB",
"birth_place": "Zachary, LA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "5656549e-15e2-4a87-88b7-ad9790fb234e",
"name": "Jordan Smith",
"jersey": "58",
"last_name": "Smith",
"first_name": "Jordan",
"abbr_name": "J.Smith",
"weight": 210,
"height": 70,
"position": "LB",
"birth_place": "Chelsea, AL, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "96881703-90f2-4e3d-9672-d98a7cee9e9e",
"name": "TJ Ferguson",
"jersey": "69",
"last_name": "Ferguson",
"first_name": "TJ",
"abbr_name": "T.Ferguson",
"weight": 318,
"height": 76,
"position": "OL",
"birth_place": "Fort Valley, GA, USA",
"status": "played",
"eligibility": "SO",
"name_suffix": "II",
"in_game_status": "active"
},
{
"id": "29eee3c0-36e0-11ee-9a89-3b8abc909f3c",
"name": "Walter Sansing",
"jersey": "33",
"last_name": "Sansing",
"first_name": "Walter",
"abbr_name": "W.Sansing",
"weight": 160,
"height": 70,
"position": "DB",
"birth_place": "Homewood, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "314dfbd0-8e8d-11ec-8d02-85ead82574a9",
"name": "Isaiah Hastings",
"jersey": "99",
"last_name": "Hastings",
"first_name": "Isaiah",
"abbr_name": "I.Hastings",
"weight": 290,
"height": 76,
"position": "DL",
"birth_place": "Toronto, ON, CAN",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "87e86a83-262b-43b5-bb58-91cfd0c88c67",
"name": "Jonathan Bennett",
"jersey": "27",
"last_name": "Bennett",
"first_name": "Jonathan",
"abbr_name": "J.Bennett",
"weight": 180,
"height": 70,
"position": "RB",
"birth_place": "Birmingham, AL, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "0d8115d7-89c8-41b7-9f44-7b8dcdd405e8",
"name": "Jaeden Roberts",
"jersey": "77",
"last_name": "Roberts",
"first_name": "Jaeden",
"abbr_name": "J.Roberts",
"weight": 316,
"height": 77,
"position": "OL",
"birth_place": "Houston, TX, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "820c30e0-8e8e-11ec-8d02-85ead82574a9",
"name": "Kobe Prentice",
"jersey": "80",
"last_name": "Prentice",
"first_name": "Kobe",
"abbr_name": "K.Prentice",
"weight": 182,
"height": 70,
"position": "WR",
"birth_place": "Calera, AL, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "b7bb5efc-4ad9-40d3-afdc-15af511b7467",
"name": "Trezmen Marshall",
"jersey": "17",
"last_name": "Marshall",
"first_name": "Trezmen",
"abbr_name": "T.Marshall",
"weight": 236,
"height": 73,
"position": "LB",
"birth_place": "Homerville, GA, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "af0c6d40-0787-11ed-b460-432b0d45549f",
"name": "Upton Bellenfant",
"jersey": "98",
"last_name": "Bellenfant",
"first_name": "Upton",
"abbr_name": "U.Bellenfant",
"weight": 175,
"height": 74,
"position": "K",
"birth_place": "Murfreesboro, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "8fe70740-9c51-11ed-9b81-9b68194c9dc2",
"name": "Jahlil Hurley",
"jersey": "25",
"last_name": "Hurley",
"first_name": "Jahlil",
"abbr_name": "J.Hurley",
"weight": 170,
"height": 74,
"position": "DB",
"birth_place": "Florence, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "05ec20d0-0781-11ed-85eb-75e0de02a2bc",
"name": "Jack Standeffer",
"jersey": "33",
"last_name": "Standeffer",
"first_name": "Jack",
"abbr_name": "J.Standeffer",
"weight": 160,
"height": 70,
"position": "WR",
"birth_place": "Tuscaloosa, AL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "7fc0962d-25ef-46d3-9ebf-792772046830",
"name": "Seth McLaughlin",
"jersey": "56",
"last_name": "McLaughlin",
"first_name": "Seth",
"abbr_name": "S.McLaughlin",
"weight": 301,
"height": 76,
"position": "OL",
"birth_place": "Buford, GA, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "64a248a0-8e8e-11ec-8d02-85ead82574a9",
"name": "Jake Pope",
"jersey": "21",
"last_name": "Pope",
"first_name": "Jake",
"abbr_name": "J.Pope",
"weight": 192,
"height": 73,
"position": "DB",
"birth_place": "Buford, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "572dfb10-9c3e-11ed-9b81-9b68194c9dc2",
"name": "Caleb Downs",
"jersey": "02",
"last_name": "Downs",
"first_name": "Caleb",
"abbr_name": "C.Downs",
"weight": 203,
"height": 72,
"position": "DB",
"birth_place": "Hoschton, GA, USA",
"status": "started",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "7a03e820-0783-11ed-8f38-efd13022b476",
"name": "Prince Butler",
"jersey": "48",
"last_name": "Butler",
"first_name": "Prince",
"abbr_name": "P.Butler",
"weight": 200,
"height": 73,
"position": "DB",
"birth_place": "Alexandria, VA, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "02cf0429-3a09-4d9e-b651-eb8abd3cd70e",
"name": "Hayden Neighbors",
"jersey": "48",
"last_name": "Neighbors",
"first_name": "Hayden",
"abbr_name": "H.Neighbors",
"weight": 185,
"height": 75,
"position": "WR",
"birth_place": "Huntsville, AL, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "77d9df20-36e2-11ee-9a89-3b8abc909f3c",
"name": "Kolby Peavy",
"jersey": "47",
"last_name": "Peavy",
"first_name": "Kolby",
"abbr_name": "K.Peavy",
"weight": 180,
"height": 73,
"position": "DB",
"birth_place": "Monroeville, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "e2e03f10-8e8e-11ec-8d02-85ead82574a9",
"name": "Ty Simpson",
"jersey": "15",
"last_name": "Simpson",
"first_name": "Ty",
"abbr_name": "T.Simpson",
"weight": 203,
"height": 74,
"position": "QB",
"birth_place": "Martin, TN, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "66a1a302-2709-46b4-bdfd-f546e6658f23",
"name": "Tim Keenan III",
"jersey": "96",
"last_name": "Keenan",
"first_name": "Tim",
"abbr_name": "T.Keenan",
"weight": 315,
"height": 74,
"position": "DL",
"birth_place": "Birmingham, AL, USA",
"status": "started",
"eligibility": "SO",
"name_suffix": "III",
"in_game_status": "active"
},
{
"id": "e4ddd940-8e8d-11ec-8d02-85ead82574a9",
"name": "Shawn Murphy",
"jersey": "43",
"last_name": "Murphy",
"first_name": "Shawn",
"abbr_name": "S.Murphy",
"weight": 225,
"height": 74,
"position": "LB",
"birth_place": "Manassas, VA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "4d5bf080-0781-11ed-845d-93e911182003",
"name": "Zarian Courtney",
"jersey": "35",
"last_name": "Courtney",
"first_name": "Zarian",
"abbr_name": "Z.Courtney",
"weight": 183,
"height": 74,
"position": "WR",
"birth_place": "Arlington, TX, USA",
"status": "dnp",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "7bddbbc0-0784-11ed-bba3-7bad303889da",
"name": "Vito Perri",
"jersey": "53",
"last_name": "Perri",
"first_name": "Vito",
"abbr_name": "V.Perri",
"weight": 205,
"height": 72,
"position": "LB",
"birth_place": "Alpharetta, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
}
]
},
"away": {
"id": "99562f49-a84d-4f6f-9ad4-949773430431",
"name": "Blue Raiders",
"market": "Middle Tennessee",
"alias": "MTS",
"coaches": [
{
"id": "6682373a-1f0d-47c6-8bbe-fd1807b1761b",
"full_name": "Rick Stockstill",
"first_name": "Rick",
"last_name": "Stockstill",
"position": "Head Coach"
}
],
"players": [
{
"id": "c04e530f-1e08-47ba-99cf-8ad55e2a8682",
"name": "Terry Wilkins",
"jersey": "39",
"last_name": "Wilkins",
"first_name": "Terry",
"abbr_name": "T.Wilkins",
"weight": 187,
"height": 68,
"position": "RB",
"birth_place": "Memphis, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "4883b848-8720-4086-a95d-21a12c6a17a5",
"name": "Elijah Metcalf",
"jersey": "09",
"last_name": "Metcalf",
"first_name": "Elijah",
"abbr_name": "E.Metcalf",
"weight": 164,
"height": 69,
"position": "WR",
"birth_place": "Charlotte, NC, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "8fef0370-1b21-11ed-9b47-8736c03cfc24",
"name": "Justus Chadwick",
"jersey": "36",
"last_name": "Chadwick",
"first_name": "Justus",
"abbr_name": "J.Chadwick",
"weight": 191,
"height": 72,
"position": "K",
"birth_place": "Tullahoma, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "4417e4db-c698-472f-bea5-66535571d941",
"name": "Drew Francis",
"jersey": "10",
"last_name": "Francis",
"first_name": "Drew",
"abbr_name": "D.Francis",
"weight": 222,
"height": 75,
"position": "LB",
"birth_place": "Knoxville, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "9bed94b0-1b22-11ed-9b47-8736c03cfc24",
"name": "Trenton Taylor-Ricker",
"jersey": "53",
"last_name": "Taylor-Ricker",
"first_name": "Trenton",
"abbr_name": "T.Taylor-Ricker",
"weight": 265,
"height": 76,
"position": "OL",
"birth_place": "Elizabethton, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "1a332800-3240-11ee-9bf9-b5db0242af4d",
"name": "Ryan Hunt",
"jersey": "00",
"last_name": "Hunt",
"first_name": "Ryan",
"abbr_name": "R.Hunt",
"weight": 280,
"height": 73,
"position": "OL",
"birth_place": "Milton, FL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "cfc2e40d-437c-4d68-bc8f-e712f940b680",
"name": "Teldrick Ross",
"jersey": "01",
"last_name": "Ross",
"first_name": "Teldrick",
"abbr_name": "T.Ross",
"weight": 194,
"height": 71,
"position": "CB",
"birth_place": "Macon, GA, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "b22efb82-9698-4b9e-9752-e38a0ea73bd7",
"name": "Raquon Hartley",
"jersey": "41",
"last_name": "Hartley",
"first_name": "Raquon",
"abbr_name": "R.Hartley",
"weight": 192,
"height": 73,
"position": "LB",
"birth_place": "Saluda, SC, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "2a83a5bf-2e4a-47d9-91ef-e14470022002",
"name": "Da'Shawn Elder",
"jersey": "42",
"last_name": "Elder",
"first_name": "Da'Shawn",
"abbr_name": "D.Elder",
"weight": 218,
"height": 72,
"position": "LB",
"birth_place": "Watkinsville, GA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "942974e0-0007-11ee-999b-bb684dd6d345",
"name": "Romal Webb Jr.",
"jersey": "34",
"last_name": "Webb",
"first_name": "Romal",
"abbr_name": "R.Webb",
"weight": 202,
"height": 69,
"position": "RB",
"birth_place": "Memphis, TN, USA",
"status": "dnp",
"eligibility": "JR",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "38918c20-a266-11ed-86e5-93d3bd283fd8",
"name": "Ja'Darious Morris",
"jersey": "99",
"last_name": "Morris",
"first_name": "Ja'Darious",
"abbr_name": "J.Morris",
"weight": 250,
"height": 73,
"position": "DT",
"birth_place": "Fort Valley, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "a09808a6-cac2-4c03-8ac5-ecd12bb6638a",
"name": "Jalen Montgomery",
"jersey": "23",
"last_name": "Montgomery",
"first_name": "Jalen",
"abbr_name": "J.Montgomery",
"weight": 168,
"height": 69,
"position": "RB",
"birth_place": "Columbia, SC, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "c3050430-1b21-11ed-9b47-8736c03cfc24",
"name": "Trevon Ferrell",
"jersey": "78",
"last_name": "Ferrell",
"first_name": "Trevon",
"abbr_name": "T.Ferrell",
"weight": 170,
"height": 70,
"position": "WR",
"birth_place": "Atlanta, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "6ccc5210-eb30-11ec-9270-89b0cef7da2a",
"name": "Ethan Ellis",
"jersey": "74",
"last_name": "Ellis",
"first_name": "Ethan",
"abbr_name": "E.Ellis",
"weight": 295,
"height": 78,
"position": "OL",
"birth_place": "Murfreesboro, TN, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "12bce7f3-de45-42f8-bd9b-49b3b32106dc",
"name": "James Stewart",
"jersey": "49",
"last_name": "Stewart",
"first_name": "James",
"abbr_name": "J.Stewart",
"weight": 250,
"height": 75,
"position": "DL",
"birth_place": "Antioch, TN, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "f1843e84-fe1e-4508-9bc3-74a75e6e3017",
"name": "Damonte Smith",
"jersey": "92",
"last_name": "Smith",
"first_name": "Damonte",
"abbr_name": "D.Smith",
"weight": 284,
"height": 75,
"position": "DL",
"birth_place": "Savannah, GA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "9d867e7d-e103-41a0-b189-7ab2aae7c9e7",
"name": "James Shellman IV",
"jersey": "37",
"last_name": "Shellman",
"first_name": "James",
"abbr_name": "J.Shellman",
"weight": 190,
"height": 72,
"position": "CB",
"birth_place": "Savannah, GA, USA",
"status": "dnp",
"eligibility": "JR",
"name_suffix": "IV",
"in_game_status": "active"
},
{
"id": "0c136e10-94ee-11ec-9cc1-274e654b69fe",
"name": "Keylan Rutledge",
"jersey": "77",
"last_name": "Rutledge",
"first_name": "Keylan",
"abbr_name": "K.Rutledge",
"weight": 308,
"height": 76,
"position": "OL",
"birth_place": "Royston, GA, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "59c19d74-3398-4061-b7be-0e1abd51cf24",
"name": "Jeremy Tate Jr.",
"jersey": "06",
"last_name": "Tate",
"first_name": "Jeremy",
"abbr_name": "J.Tate",
"weight": 259,
"height": 77,
"position": "WR",
"birth_place": "Columbus, MS, USA",
"status": "started",
"eligibility": "SR",
"name_suffix": "Jr.",
"in_game_status": "active"
},
{
"id": "ec8371a0-a264-11ed-86e5-93d3bd283fd8",
"name": "Isaac Rue",
"jersey": "70",
"last_name": "Rue",
"first_name": "Isaac",
"abbr_name": "I.Rue",
"weight": 303,
"height": 78,
"position": "OL",
"birth_place": "Muscle Shoals, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "ea7c363b-1d92-4c00-a75d-1d198c533afd",
"name": "Jordan Branch",
"jersey": "05",
"last_name": "Branch",
"first_name": "Jordan",
"abbr_name": "J.Branch",
"weight": 290,
"height": 72,
"position": "DL",
"birth_place": "Maury City, TN, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "37a69a0e-5413-431e-802b-098d1001b617",
"name": "Holden Willis",
"jersey": "83",
"last_name": "Willis",
"first_name": "Holden",
"abbr_name": "H.Willis",
"weight": 211,
"height": 76,
"position": "WR",
"birth_place": "Greenback, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "562eb6c9-e81e-4201-aaf8-a1073cccb9ba",
"name": "Ralph Mency",
"jersey": "94",
"last_name": "Mency",
"first_name": "Ralph",
"abbr_name": "R.Mency",
"weight": 246,
"height": 74,
"position": "DE",
"birth_place": "Jacksonville, FL, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "d9d2d8f6-d58d-4a0a-8d9a-471bdcecf3b5",
"name": "Justin Olson",
"jersey": "15",
"last_name": "Olson",
"first_name": "Justin",
"abbr_name": "J.Olson",
"weight": 205,
"height": 74,
"position": "WR",
"birth_place": "Huntersville, NC, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "f3c892b7-bde6-4587-878a-5a90b7be9be8",
"name": "Stone Frost",
"jersey": "18",
"last_name": "Frost",
"first_name": "Stone",
"abbr_name": "S.Frost",
"weight": 207,
"height": 71,
"position": "QB",
"birth_place": "Decaturville, TN, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "5657d720-a264-11ed-86e5-93d3bd283fd8",
"name": "Ethan Crite",
"jersey": "84",
"last_name": "Crite",
"first_name": "Ethan",
"abbr_name": "E.Crite",
"weight": 177,
"height": 74,
"position": "WR",
"birth_place": "Roswell, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d95e6b55-e7de-4912-81ce-273d024179ca",
"name": "De'Arre McDonald",
"jersey": "28",
"last_name": "McDonald",
"first_name": "De'Arre",
"abbr_name": "D.McDonald",
"weight": 208,
"height": 72,
"position": "CB",
"birth_place": "Murfreesboro, TN, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "41c9b290-323f-11ee-9bf9-b5db0242af4d",
"name": "Sam Driggers",
"jersey": "00",
"last_name": "Driggers",
"first_name": "Sam",
"abbr_name": "S.Driggers",
"weight": 205,
"height": 71,
"position": "QB",
"birth_place": "Medina, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "8016ec10-1b21-11ed-9b47-8736c03cfc24",
"name": "Muaaz Byard",
"jersey": "52",
"last_name": "Byard",
"first_name": "Muaaz",
"abbr_name": "M.Byard",
"weight": 238,
"height": 73,
"position": "LB",
"birth_place": "York, PA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "de68e099-fb7c-46f4-a62c-85c71743a105",
"name": "Kellen Stewart",
"jersey": "87",
"last_name": "Stewart",
"first_name": "Kellen",
"abbr_name": "K.Stewart",
"weight": 152,
"height": 69,
"position": "WR",
"birth_place": "Rosenberg, TX, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "10233b4a-90c9-4cf7-8561-8b02fd670d0b",
"name": "Quindarius Dunnigan",
"jersey": "97",
"last_name": "Dunnigan",
"first_name": "Quindarius",
"abbr_name": "Q.Dunnigan",
"weight": 256,
"height": 76,
"position": "DE",
"birth_place": "Chattanooga, TN, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "3e4953d0-a344-11ed-bcc8-ff5b96687ae0",
"name": "Simon Wilson",
"jersey": "62",
"last_name": "Wilson",
"first_name": "Simon",
"abbr_name": "S.Wilson",
"weight": 316,
"height": 73,
"position": "OL",
"birth_place": "East Moline, IL, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "3e607a70-3240-11ee-9bf9-b5db0242af4d",
"name": "Luke Marek",
"jersey": "00",
"last_name": "Marek",
"first_name": "Luke",
"abbr_name": "L.Marek",
"weight": 295,
"height": 73,
"position": "OL",
"birth_place": "Franklin, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "bba05670-a264-11ed-86e5-93d3bd283fd8",
"name": "Anthony Bynum",
"jersey": "40",
"last_name": "Bynum",
"first_name": "Anthony",
"abbr_name": "A.Bynum",
"weight": 258,
"height": 75,
"position": "DL",
"birth_place": "Covington, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "7f3fea96-f54a-42e4-8f59-27b4ac5fc486",
"name": "Jordan Brown",
"jersey": "30",
"last_name": "Brown",
"first_name": "Jordan",
"abbr_name": "J.Brown",
"weight": 200,
"height": 70,
"position": "RB",
"birth_place": "Murfreesboro, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "299d0df0-1b22-11ed-9b47-8736c03cfc24",
"name": "Cooper Koch",
"jersey": "67",
"last_name": "Koch",
"first_name": "Cooper",
"abbr_name": "C.Koch",
"weight": 301,
"height": 75,
"position": "OL",
"birth_place": "Spring Hill, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "64cc5f80-a267-11ed-86e5-93d3bd283fd8",
"name": "Trae Walker",
"jersey": "00",
"last_name": "Walker",
"first_name": "Trae",
"abbr_name": "T.Walker",
"weight": 162,
"height": 73,
"position": "ATH",
"birth_place": "Cordele, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "0fe69609-cc48-437a-84be-0b13782de433",
"name": "DJ England-Chisolm",
"jersey": "03",
"last_name": "England-Chisolm",
"first_name": "DJ",
"abbr_name": "D.England-Chisolm",
"weight": 152,
"height": 68,
"position": "WR",
"birth_place": "Moncks Corner, SC, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "4be59516-a10d-4909-8063-a2be280cd845",
"name": "Marvae Myers",
"jersey": "46",
"last_name": "Myers",
"first_name": "Marvae",
"abbr_name": "M.Myers",
"weight": 188,
"height": 72,
"position": "SAF",
"birth_place": "West Orlando, FL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "c160a950-323f-11ee-9bf9-b5db0242af4d",
"name": "Connor Farris",
"jersey": "00",
"last_name": "Farris",
"first_name": "Connor",
"abbr_name": "C.Farris",
"weight": 315,
"height": 76,
"position": "OL",
"birth_place": "Fairview, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "edea1ce6-1e0a-4a23-92d5-8776ec2b6e4f",
"name": "Tyrece Edwards",
"jersey": "95",
"last_name": "Edwards",
"first_name": "Tyrece",
"abbr_name": "T.Edwards",
"weight": 274,
"height": 74,
"position": "DT",
"birth_place": "Knoxville, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "6f6ecec2-1c60-4b8c-9777-aefe9dd7038c",
"name": "Zabrien Harden",
"jersey": "38",
"last_name": "Harden",
"first_name": "Zabrien",
"abbr_name": "Z.Harden",
"weight": 246,
"height": 75,
"position": "DE",
"birth_place": "Swainsboro, GA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "0da4e359-83f8-4d6e-8cb1-c34117a675f9",
"name": "Brody Butler",
"jersey": "69",
"last_name": "Butler",
"first_name": "Brody",
"abbr_name": "B.Butler",
"weight": 220,
"height": 71,
"position": "LS",
"birth_place": "Homewood, AL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "503e33f5-f6d6-4afd-86ac-b46250968057",
"name": "A'Varius Sparrow",
"jersey": "19",
"last_name": "Sparrow",
"first_name": "A'Varius",
"abbr_name": "A.Sparrow",
"weight": 190,
"height": 70,
"position": "RB",
"birth_place": "Orlando, FL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "90bb3290-a264-11ed-86e5-93d3bd283fd8",
"name": "Cam'ron Lacy",
"jersey": "86",
"last_name": "Lacy",
"first_name": "Cam'ron",
"abbr_name": "C.Lacy",
"weight": 154,
"height": 68,
"position": "WR",
"birth_place": "Toccoa, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "17b9e450-1b22-11ed-9b47-8736c03cfc24",
"name": "Dylan Kling",
"jersey": "58",
"last_name": "Kling",
"first_name": "Dylan",
"abbr_name": "D.Kling",
"weight": 200,
"height": 72,
"position": "LB",
"birth_place": "Lake Mary, FL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "88b71010-1b22-11ed-9b47-8736c03cfc24",
"name": "Nash Stidham",
"jersey": "51",
"last_name": "Stidham",
"first_name": "Nash",
"abbr_name": "N.Stidham",
"weight": 207,
"height": 70,
"position": "LB",
"birth_place": "Medina, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "611382a0-1b22-11ed-9b47-8736c03cfc24",
"name": "Morgan Scott",
"jersey": "72",
"last_name": "Scott",
"first_name": "Morgan",
"abbr_name": "M.Scott",
"weight": 309,
"height": 77,
"position": "OL",
"birth_place": "Germantown, TN, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "0982e02c-8aeb-40a4-895a-f5669ce465fe",
"name": "Zaylin Wood",
"jersey": "07",
"last_name": "Wood",
"first_name": "Zaylin",
"abbr_name": "Z.Wood",
"weight": 273,
"height": 74,
"position": "DE",
"birth_place": "Bowdon, GA, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "fdb0b340-1b21-11ed-9b47-8736c03cfc24",
"name": "Jacob Jackson",
"jersey": "59",
"last_name": "Jackson",
"first_name": "Jacob",
"abbr_name": "J.Jackson",
"weight": 203,
"height": 71,
"position": "LB",
"birth_place": "Smyrna, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "9d0a9267-71a0-4ca6-b796-a8684d1e4e4b",
"name": "Jorden Starling",
"jersey": "02",
"last_name": "Starling",
"first_name": "Jorden",
"abbr_name": "J.Starling",
"weight": 272,
"height": 77,
"position": "DT",
"birth_place": "Chattanooga, TN, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "81c92b2b-85e4-497e-bdce-7ef7ac307db8",
"name": "Tyrell Raby",
"jersey": "29",
"last_name": "Raby",
"first_name": "Tyrell",
"abbr_name": "T.Raby",
"weight": 190,
"height": 71,
"position": "CB",
"birth_place": "Baton Rouge, LA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "39b75200-a267-11ed-86e5-93d3bd283fd8",
"name": "James Jackson III",
"jersey": "35",
"last_name": "Jackson",
"first_name": "James",
"abbr_name": "J.Jackson",
"weight": 161,
"height": 72,
"position": "SAF",
"birth_place": "Pahokee, FL, USA",
"status": "dnp",
"eligibility": "FR",
"name_suffix": "III",
"in_game_status": "active"
},
{
"id": "f65d490f-dddc-4268-8abd-407901dcb2d8",
"name": "Taharin Sudderth",
"jersey": "82",
"last_name": "Sudderth",
"first_name": "Taharin",
"abbr_name": "T.Sudderth",
"weight": 230,
"height": 74,
"position": "WR",
"birth_place": "Alcoa, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "18be1360-a265-11ed-86e5-93d3bd283fd8",
"name": "Aaron Wood",
"jersey": "54",
"last_name": "Wood",
"first_name": "Aaron",
"abbr_name": "A.Wood",
"weight": 285,
"height": 77,
"position": "OL",
"birth_place": "Gadsden, AL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d6784060-fcda-4bfe-9ae5-5925d0fa04b9",
"name": "J'Shun Bodiford",
"jersey": "61",
"last_name": "Bodiford",
"first_name": "J'Shun",
"abbr_name": "J.Bodiford",
"weight": 283,
"height": 75,
"position": "OL",
"birth_place": "Montgomery, AL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "e6af12ba-6b4d-4454-b9d9-d84980fbaed5",
"name": "Jacqui Graham",
"jersey": "64",
"last_name": "Graham",
"first_name": "Jacqui",
"abbr_name": "J.Graham",
"weight": 263,
"height": 76,
"position": "OL",
"birth_place": "Montgomery, AL, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "634de350-357a-4b3b-af4c-4b4af9616c97",
"name": "Vincent Dinkins",
"jersey": "93",
"last_name": "Dinkins",
"first_name": "Vincent",
"abbr_name": "V.Dinkins",
"weight": 286,
"height": 73,
"position": "DT",
"birth_place": "Kennesaw, GA, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "5f5165a0-94ee-11ec-9cc1-274e654b69fe",
"name": "Jaylen Ward",
"jersey": "85",
"last_name": "Ward",
"first_name": "Jaylen",
"abbr_name": "J.Ward",
"weight": 202,
"height": 73,
"position": "WR",
"birth_place": "Bessemer, AL, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "f19979d0-94ed-11ec-9cc1-274e654b69fe",
"name": "DJ Riles",
"jersey": "05",
"last_name": "Riles",
"first_name": "DJ",
"abbr_name": "D.Riles",
"weight": 193,
"height": 72,
"position": "QB",
"birth_place": "Columbus, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "a9f87ad2-6138-402e-a468-8e48af59e783",
"name": "Deonte Stanley",
"jersey": "31",
"last_name": "Stanley",
"first_name": "Deonte",
"abbr_name": "D.Stanley",
"weight": 194,
"height": 75,
"position": "CB",
"birth_place": "Dillon, SC, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "6a06ac26-0bfd-4697-b43f-15b088bdc6ba",
"name": "Kalani Norris",
"jersey": "17",
"last_name": "Norris",
"first_name": "Kalani",
"abbr_name": "K.Norris",
"weight": 162,
"height": 72,
"position": "WR",
"birth_place": "Miami, FL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "94ecb296-fc89-44e1-87fe-0449e10ced15",
"name": "Jalen Rayam",
"jersey": "44",
"last_name": "Rayam",
"first_name": "Jalen",
"abbr_name": "J.Rayam",
"weight": 219,
"height": 73,
"position": "LB",
"birth_place": "Alabaster, AL, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "4411b891-adb1-47f0-ad16-35007fd17b45",
"name": "Javonte Sherman",
"jersey": "13",
"last_name": "Sherman",
"first_name": "Javonte",
"abbr_name": "J.Sherman",
"weight": 189,
"height": 74,
"position": "WR",
"birth_place": "Valdosta, GA, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "98232b18-4c2d-4c80-87ac-1f834f703fce",
"name": "Braxton Crouse",
"jersey": "87",
"last_name": "Crouse",
"first_name": "Braxton",
"abbr_name": "B.Crouse",
"weight": 177,
"height": 73,
"position": "WR",
"birth_place": "Collierville, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "4880d4e0-94ef-11ec-9cc1-274e654b69fe",
"name": "Sterling Porcher",
"jersey": "79",
"last_name": "Porcher",
"first_name": "Sterling",
"abbr_name": "S.Porcher",
"weight": 304,
"height": 76,
"position": "OL",
"birth_place": "Sumter, SC, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "4ae6cdf0-a265-11ed-86e5-93d3bd283fd8",
"name": "Jekail Middlebrook",
"jersey": "32",
"last_name": "Middlebrook",
"first_name": "Jekail",
"abbr_name": "J.Middlebrook",
"weight": 186,
"height": 69,
"position": "RB",
"birth_place": "Fayetteville, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "5a750340-a405-43e3-81ec-b3049945723e",
"name": "Zeke Rankin",
"jersey": "07",
"last_name": "Rankin",
"first_name": "Zeke",
"abbr_name": "Z.Rankin",
"weight": 200,
"height": 68,
"position": "K",
"birth_place": "Alcoa, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "b6a57fd7-63c6-414d-8b5c-65812176d2b0",
"name": "Richard Kinley",
"jersey": "00",
"last_name": "Kinley",
"first_name": "Richard",
"abbr_name": "R.Kinley",
"weight": 235,
"height": 75,
"position": "DE",
"birth_place": "Memphis, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "b5528907-1f1c-4abb-9460-f0e1cb822549",
"name": "Jalen Jackson",
"jersey": "23",
"last_name": "Jackson",
"first_name": "Jalen",
"abbr_name": "J.Jackson",
"weight": 177,
"height": 74,
"position": "CB",
"birth_place": "Tampa, FL, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "d37e32d0-f890-4935-b811-3d1d26813fd4",
"name": "Frank Peasant",
"jersey": "24",
"last_name": "Peasant",
"first_name": "Frank",
"abbr_name": "F.Peasant",
"weight": 196,
"height": 71,
"position": "RB",
"birth_place": "Pensacola, FL, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "877678b2-552d-47fa-83e7-a0ca80b76b17",
"name": "Jalen Davis",
"jersey": "12",
"last_name": "Davis",
"first_name": "Jalen",
"abbr_name": "J.Davis",
"weight": 200,
"height": 71,
"position": "LB",
"birth_place": "Kingsland, GA, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "318296a2-4e6d-49ac-8a1d-94ac4b074444",
"name": "Tra Fluellen",
"jersey": "17",
"last_name": "Fluellen",
"first_name": "Tra",
"abbr_name": "T.Fluellen",
"weight": 210,
"height": 74,
"position": "SAF",
"birth_place": "Gilmer, TX, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "66ed7e67-0585-4047-89ad-61e2e8be9f0a",
"name": "Marley Cook",
"jersey": "57",
"last_name": "Cook",
"first_name": "Marley",
"abbr_name": "M.Cook",
"weight": 298,
"height": 74,
"position": "DT",
"birth_place": "Water Valley, MS, USA",
"status": "started",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "7dbfa7c2-ebc1-4a2a-a33b-03b65ce53cd7",
"name": "Parker Hughes",
"jersey": "21",
"last_name": "Hughes",
"first_name": "Parker",
"abbr_name": "P.Hughes",
"weight": 210,
"height": 74,
"position": "LB",
"birth_place": "Elizabethton, TN, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "462f5416-5360-46e4-910d-3dfcce25e941",
"name": "Chris Johnson",
"jersey": "22",
"last_name": "Johnson",
"first_name": "Chris",
"abbr_name": "C.Johnson",
"weight": 183,
"height": 70,
"position": "SAF",
"birth_place": "Murfreesboro, TN, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "fbd8ced4-522e-4a65-b927-9c3001019ba3",
"name": "Johnathan Butler",
"jersey": "04",
"last_name": "Butler",
"first_name": "Johnathan",
"abbr_name": "J.Butler",
"weight": 223,
"height": 73,
"position": "LB",
"birth_place": "Sumter, SC, USA",
"status": "started",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "749323b0-a265-11ed-86e5-93d3bd283fd8",
"name": "Sam Brumfield",
"jersey": "33",
"last_name": "Brumfield",
"first_name": "Sam",
"abbr_name": "S.Brumfield",
"weight": 226,
"height": 71,
"position": "LB",
"birth_place": "Pearl, MS, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "1bd3d570-0008-11ee-9c5f-c338fe3f75d2",
"name": "Raymond Banner",
"jersey": "29",
"last_name": "Banner",
"first_name": "Raymond",
"abbr_name": "R.Banner",
"weight": 182,
"height": 72,
"position": "RB",
"birth_place": "Anaheim, CA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "f0be6a3b-ed9d-40ee-9f8e-26f1b24a1abc",
"name": "Devin Hayes",
"jersey": "56",
"last_name": "Hayes",
"first_name": "Devin",
"abbr_name": "D.Hayes",
"weight": 295,
"height": 78,
"position": "OL",
"birth_place": "Orlando, FL, USA",
"status": "played",
"eligibility": "GR",
"in_game_status": "active"
},
{
"id": "a0ae2f80-a265-11ed-86e5-93d3bd283fd8",
"name": "Markel James",
"jersey": "43",
"last_name": "James",
"first_name": "Markel",
"abbr_name": "M.James",
"weight": 217,
"height": 74,
"position": "LB",
"birth_place": "Wacissa, FL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "d32134d3-e67b-4b5f-9e7e-2c1ea0ea6462",
"name": "Bryce Bailey",
"jersey": "25",
"last_name": "Bailey",
"first_name": "Bryce",
"abbr_name": "B.Bailey",
"weight": 168,
"height": 70,
"position": "WR",
"birth_place": "Cochran, GA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "5c7314f0-1b21-11ed-9b47-8736c03cfc24",
"name": "Kasey Bonds",
"jersey": "96",
"last_name": "Bonds",
"first_name": "Kasey",
"abbr_name": "K.Bonds",
"weight": 263,
"height": 68,
"position": "DT",
"birth_place": "Bolivar, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "e79e1710-323f-11ee-9bf9-b5db0242af4d",
"name": "Jayce Gardner",
"jersey": "00",
"last_name": "Gardner",
"first_name": "Jayce",
"abbr_name": "J.Gardner",
"weight": 210,
"height": 71,
"position": "RB",
"birth_place": "Moore, OK, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "c2abf7c0-a265-11ed-86e5-93d3bd283fd8",
"name": "Jordan Thompson",
"jersey": "36",
"last_name": "Thompson",
"first_name": "Jordan",
"abbr_name": "J.Thompson",
"weight": 209,
"height": 71,
"position": "LB",
"birth_place": "Charlotte, NC, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "9329f8e0-774c-4186-a706-40e56326d355",
"name": "Jakobe Thomas",
"jersey": "30",
"last_name": "Thomas",
"first_name": "Jakobe",
"abbr_name": "J.Thomas",
"weight": 199,
"height": 74,
"position": "SAF",
"birth_place": "Tullahoma, TN, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "c7483180-94ed-11ec-9cc1-274e654b69fe",
"name": "Kyle Lowe",
"jersey": "04",
"last_name": "Lowe",
"first_name": "Kyle",
"abbr_name": "K.Lowe",
"weight": 198,
"height": 71,
"position": "QB",
"birth_place": "Collierville, TN, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "7c60b515-b7e5-4fdb-9df0-2e64e063895b",
"name": "Tylus Hancock",
"jersey": "25",
"last_name": "Hancock",
"first_name": "Tylus",
"abbr_name": "T.Hancock",
"weight": 203,
"height": 74,
"position": "SAF",
"birth_place": "Marietta, GA, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "b73dace2-8eb0-4389-bc4e-8bb05a9ea8c9",
"name": "Ren Hefley",
"jersey": "16",
"last_name": "Hefley",
"first_name": "Ren",
"abbr_name": "R.Hefley",
"weight": 192,
"height": 73,
"position": "QB",
"birth_place": "Little Rock, AR, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "bdf5bcaa-d688-4b76-b32d-e3393e31eaa8",
"name": "Jamari Williams",
"jersey": "75",
"last_name": "Williams",
"first_name": "Jamari",
"abbr_name": "J.Williams",
"weight": 317,
"height": 75,
"position": "OL",
"birth_place": "Fort Lauderdale, FL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "93c87160-eb2f-11ec-9270-89b0cef7da2a",
"name": "Caden Williams",
"jersey": "48",
"last_name": "Williams",
"first_name": "Caden",
"abbr_name": "C.Williams",
"weight": 235,
"height": 72,
"position": "WR",
"birth_place": "Buford, GA, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "f3aa7114-115c-44d8-af69-05731ac96d99",
"name": "Scott Payne",
"jersey": "24",
"last_name": "Payne",
"first_name": "Scott",
"abbr_name": "S.Payne",
"weight": 177,
"height": 70,
"position": "K",
"birth_place": "Signal Mountain, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "0659a331-11dc-4ac1-b009-335f22a752a2",
"name": "Rickey Smith",
"jersey": "27",
"last_name": "Smith",
"first_name": "Rickey",
"abbr_name": "R.Smith",
"birth_date": "2002-12-04",
"weight": 170,
"height": 72,
"position": "SAF",
"age": 20,
"birth_place": "Orlando, FL, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "cd989920-94ee-11ec-9cc1-274e654b69fe",
"name": "Emmanuel Mann",
"jersey": "26",
"last_name": "Mann",
"first_name": "Emmanuel",
"abbr_name": "E.Mann",
"weight": 179,
"height": 72,
"position": "CB",
"birth_place": "Columbus, GA, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "787455d8-dd82-48ff-8681-852fcae9f927",
"name": "Devyn Curtis",
"jersey": "08",
"last_name": "Curtis",
"first_name": "Devyn",
"abbr_name": "D.Curtis",
"weight": 235,
"height": 74,
"position": "LB",
"birth_place": "Nashville, TN, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "83184b80-323f-11ee-9bf9-b5db0242af4d",
"name": "Elijah Ealey",
"jersey": "00",
"last_name": "Ealey",
"first_name": "Elijah",
"abbr_name": "E.Ealey",
"weight": 170,
"height": 71,
"position": "WR",
"birth_place": "Antioch, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "5511ae87-51a9-4c62-8d9f-9010679fa52e",
"name": "Timar Rogers",
"jersey": "50",
"last_name": "Rogers",
"first_name": "Timar",
"abbr_name": "T.Rogers",
"weight": 214,
"height": 74,
"position": "LB",
"birth_place": "DeLand, FL, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "f178979b-bead-477c-8004-444471c8e5fb",
"name": "Nicholas Vattiato",
"jersey": "11",
"last_name": "Vattiato",
"first_name": "Nicholas",
"abbr_name": "N.Vattiato",
"weight": 196,
"height": 73,
"position": "QB",
"birth_place": "Plantation, FL, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "a0363050-1b21-11ed-9b47-8736c03cfc24",
"name": "Connor Dougherty",
"jersey": "54",
"last_name": "Dougherty",
"first_name": "Connor",
"abbr_name": "C.Dougherty",
"weight": 289,
"height": 75,
"position": "LS",
"birth_place": "Franklin, TN, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "89c1a4f5-e5c7-4900-b71b-7f065bbde26a",
"name": "Julius Pierce",
"jersey": "65",
"last_name": "Pierce",
"first_name": "Julius",
"abbr_name": "J.Pierce",
"weight": 288,
"height": 76,
"position": "OL",
"birth_place": "Sanford, FL, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "8ff4f205-a05a-4826-8b90-e5c37866cfa8",
"name": "Javon Nelson",
"jersey": "00",
"last_name": "Nelson",
"first_name": "Javon",
"abbr_name": "J.Nelson",
"weight": 300,
"height": 76,
"position": "DT",
"birth_place": "Murfreesboro, TN, USA",
"status": "dnp",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "eb354140-1b21-11ed-9b47-8736c03cfc24",
"name": "Mitchell Howell",
"jersey": "81",
"last_name": "Howell",
"first_name": "Mitchell",
"abbr_name": "M.Howell",
"weight": 196,
"height": 70,
"position": "WR",
"birth_place": "Lake Orion, MI, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "b5c367b0-0006-11ee-9477-bfa5b108e627",
"name": "Jakson Judge",
"jersey": "10",
"last_name": "Judge",
"first_name": "Jakson",
"abbr_name": "J.Judge",
"weight": 198,
"height": 73,
"position": "QB",
"birth_place": "Jacksonville, FL, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "b1ca0170-1b21-11ed-9b47-8736c03cfc24",
"name": "James Douglas",
"jersey": "18",
"last_name": "Douglas",
"first_name": "James",
"abbr_name": "J.Douglas",
"weight": 204,
"height": 73,
"position": "LB",
"birth_place": "Fort Worth, TX, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "e07edc81-97b9-417c-908b-ff7a863102ff",
"name": "Jacob Coleman",
"jersey": "88",
"last_name": "Coleman",
"first_name": "Jacob",
"abbr_name": "J.Coleman",
"weight": 228,
"height": 75,
"position": "WR",
"birth_place": "Chesterfield, VA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "d517f060-1b21-11ed-9b47-8736c03cfc24",
"name": "Jamison Greenway",
"jersey": "47",
"last_name": "Greenway",
"first_name": "Jamison",
"abbr_name": "J.Greenway",
"weight": 172,
"height": 69,
"position": "WR",
"birth_place": "Nashville, TN, USA",
"status": "dnp",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "1c6696aa-1885-47b3-8be4-9db2f21e0a4c",
"name": "Miles Tillman",
"jersey": "38",
"last_name": "Tillman",
"first_name": "Miles",
"abbr_name": "M.Tillman",
"weight": 207,
"height": 71,
"position": "P",
"birth_place": "Huntsville, AL, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "b26d4760-919a-11ec-96fc-49b876a11734",
"name": "Jaiden Credle",
"jersey": "22",
"last_name": "Credle",
"first_name": "Jaiden",
"abbr_name": "J.Credle",
"weight": 193,
"height": 73,
"position": "RB",
"birth_place": "Columbus, GA, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "11ba59f0-a267-11ed-86e5-93d3bd283fd8",
"name": "Chayce Smith",
"jersey": "90",
"last_name": "Smith",
"first_name": "Chayce",
"abbr_name": "C.Smith",
"weight": 267,
"height": 74,
"position": "DE",
"birth_place": "Baxley, GA, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "7f9570e0-3240-11ee-9bf9-b5db0242af4d",
"name": "Tyson Resper",
"jersey": "00",
"last_name": "Resper",
"first_name": "Tyson",
"abbr_name": "T.Resper",
"weight": 165,
"height": 68,
"position": "WR",
"birth_place": "Greensboro, NC, USA",
"status": "dnp",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "15cb22b1-31d9-4e1d-8be5-0d857d8aa0fa",
"name": "AJ Toney",
"jersey": "80",
"last_name": "Toney",
"first_name": "AJ",
"abbr_name": "A.Toney",
"weight": 177,
"height": 66,
"position": "WR",
"birth_place": "Birmingham, AL, USA",
"status": "played",
"eligibility": "SR",
"in_game_status": "active"
},
{
"id": "4db5c139-fb57-4e19-acf6-c028ac1b67b4",
"name": "Slade Alexander",
"jersey": "32",
"last_name": "Alexander",
"first_name": "Slade",
"abbr_name": "S.Alexander",
"weight": 220,
"height": 74,
"position": "LB",
"birth_place": "Centre, AL, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "52ef78bb-a36d-456c-a1b9-374445016cb0",
"name": "Brandon Buckner",
"jersey": "89",
"last_name": "Buckner",
"first_name": "Brandon",
"abbr_name": "B.Buckner",
"weight": 241,
"height": 72,
"position": "DE",
"birth_place": "Charlotte, NC, USA",
"status": "played",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "adb5de20-94ed-11ec-9cc1-274e654b69fe",
"name": "Mateo Guevara",
"jersey": "55",
"last_name": "Guevara",
"first_name": "Mateo",
"abbr_name": "M.Guevara",
"weight": 302,
"height": 76,
"position": "OL",
"birth_place": "Flowery Branch, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
},
{
"id": "bbf57e6c-c2b0-403b-982a-536b4a2f1f36",
"name": "Wilson Kelly",
"jersey": "63",
"last_name": "Kelly",
"first_name": "Wilson",
"abbr_name": "W.Kelly",
"weight": 300,
"height": 74,
"position": "OL",
"birth_place": "Danville, KY, USA",
"status": "started",
"eligibility": "SO",
"in_game_status": "active"
},
{
"id": "c861f500-09bb-11ec-94b9-e5797294dd14",
"name": "Trey Turk",
"jersey": "99",
"last_name": "Turk",
"first_name": "Trey",
"abbr_name": "T.Turk",
"weight": 204,
"height": 73,
"position": "P",
"birth_place": "Murfreesboro, TN, USA",
"status": "played",
"eligibility": "JR",
"in_game_status": "active"
},
{
"id": "e575c290-a265-11ed-86e5-93d3bd283fd8",
"name": "Shakai Woods",
"jersey": "98",
"last_name": "Woods",
"first_name": "Shakai",
"abbr_name": "S.Woods",
"weight": 270,
"height": 73,
"position": "DT",
"birth_place": "Douglasville, GA, USA",
"status": "played",
"eligibility": "FR",
"in_game_status": "active"
}
]
},
"officials": []
}
Use Case: You could integrate this feed to provide real-time updates to users about player statuses — whether players are active, probable, benched, or out. This allows fantasy league participants to be notified when a player on their roster may be out of the game due to an injury or benching.
Player Participation and In-Game Player Status
- The
status
refers to the overall game status of a player, indicating whether they were deactivated, did not play (dnp
), played, or started in the game.
Note: Player participation is input via the gamebooks published by the schools. However, there may be instances where the school doesn’t post the gamebook on gameday or it contains inaccuracies. The Production team works diligently to input the correct data and monitors it in the days following for any necessary seasonal stat corrections. - The
in_game_status
indicates the real-time condition of a player during the game, such as whether they are active, probable, questionable, doubtful, out, benched, or unknown.
Tip - Leveraging In-Game Player Statuses
You can use the Game Roster feed to track in-game player status updates with the
in_game_status
datapoint. This status updates in real-time to show whether players areactive
,probable
,questionable
,doubtful
,benched
,out
, orunknown
during the game.
Daily Change Log
The Daily Change Log endpoint provides an efficient way to monitor daily updates within the NCAAFB API, including roster adjustments, and corrections to player stats, without exhausting your API call quota.
The table below outlines scenarios and use cases for utilizing the Daily Change Log based on team roster and player updates.
Data | Use Case |
---|---|
Team Rosters | Use this data to keep track of adjustments like player transfers, eligibility changes, or updates to the active roster. |
Game Rosters | Useful for verifying rosters after a game or adjustments to player participation. |
Steps:
-
Identify Change Types: First, review the Daily Change Log to identify the types of changes reported. These could be related to games, players, or teams. Each entry in the log will list relevant IDs (game, player, or team ID), depending on the type of change.
-
Use IDs to Retrieve Specifics:
- Game Roster Changes: If the ID is found within the "results" node, this can indicate a post-game correction to the game roster. This ID is a game ID.
- Player and Team Changes: Similarly, IDs associated with players or teams indicate changes relevant to these entities, such as updates to team rosters.
-
Pull Detailed Data: Use the identified IDs to pull detailed information from the relevant feed. For example:
- Team Rosters Feed: If a team ID is mentioned, you can pull this feed to check for any updates to team rosters.
- Game Roster Feed: Use the game ID to retrieve updated game rosters and to see what specific data was altered.
-
Verify Changes: After pulling the detailed data from the relevant feeds, compare the newly retrieved data against previously stored data to verify the changes and update your records accordingly.
Transferring Schools
In NCAA Football, players can switch schools by entering the NCAA transfer portal, even mid-season. Mid-season transfers mean the player won't be eligible to play until the next season. Transfers often occur in the off-season to avoid losing playing time and to maintain academic progress.
Although there isn't a direct endpoint to track transfers, you can stay up to date on player updates, including transfers, using the Daily Change Log feed. Note that a player’s ID will remain constant even if they transfer to a new team, ensuring continuity in tracking their career.
Updated 20 days ago