get
https://api.rotowire.com/Football/CFB/Lineups.php
Confirmed and projected starting lineups for college football games.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Teams | array |
Teams Object
| Field | Type | Description |
|---|---|---|
Id | string | |
Name | string | |
Nickname | string | |
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
Rank | string | |
FirstName | string | |
LastName | string | |
Position | string | |
Id | string | |
SportDataIOId | string |
Example Response
{
"Teams": [
{
"Id": "Air Force","Name": "Air Force","Nickname": "Falcons",
"Players": [{"Rank": "1","FirstName": "Liam","LastName": "Szarka","Position": "QB","Id": "49131","SportDataIOId": "50101853"}]
}
]
}