Skip to main content

Standings

Standings endpoints expose overall league standings and groups standings, if applicable. Standings are updated after every finished fixture.

American Football (17)​

  • NFL regular 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)

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]:Conference
  • https://fixtures.api.geniussports.com/v2/groups?filter=seasonId[equals]:{seasonId}~type[equals]:Division