Standings
Standings endpoints expose overall league standings and groups standings, if applicable. Standings are updated after every finished fixture.
American Football (17)
NFLregular season- League (
/v3/sports/17/seasons/{seasonId}/standings) - Conference (
/v3/sports/17/seasons/{seasonId}/groups/{groupId}/standings) - Division (
/v3/sports/17/seasons/{seasonId}/groups/{groupId}/standings)
- League (
Conference and division group ids
Conference and division group ids can be obtained from Fixtures API. Group ids are unique for each season.
These endpoints can be used to get them (replace {seasonId} with appropriate value):
https://fixtures.api.geniussports.com/v2/groups?filter=seasonId[equals]:{seasonId}~type[equals]:Conferencehttps://fixtures.api.geniussports.com/v2/groups?filter=seasonId[equals]:{seasonId}~type[equals]:Division