NCAAFB API
August 24th, 2023
Subdivision Standings
Release Date | Feeds Affected | Benefit |
---|---|---|
08/24/2023 | Postgame Standings | Added subdivision rank to the Postgame Standings endpoint, where applicable. NCAA teams will now have a Conference (ex. FBS), Division (ex. Big Ten), and Subdivision (ex. Big Ten West) rank for season standings. |
<team id="a2ee495d-37c7-45ac-ac3d-d3a492a219c1" name="Hawkeyes" market="Iowa" alias="IOW" wins="8" losses="5" ties="0" win_pct="0.615" points_for="230" points_against="173" subdivision="BIG-TEN-WEST">
<rank conference="6" division="50" subdivision="3"/>
"conferences": [
{
"id": "cddff7c9-65e1-4fe0-b052-87fd4213fbfe",
"name": "Big Ten",
"alias": "BIG-TEN",
"teams": [
{
"id": "fa0eb091-8e35-49c7-b00f-269794a99a61",
"name": "Hoosiers",
"market": "Indiana",
"alias": "IU",
"subdivision": "BIG-TEN-EAST",
"rank": {
"conference": 12,
"division": 109,
"subdivision": 6
},
},
Update applies to: NCAA Football v7