rankings

Returns historical poll rankings.

get/rankings

Query parameters

yearinteger required

Season year.

seasonType'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'

Season type.

weeknumber double

Poll week.

poll'cfp'

Poll name.

latestboolean

Returns the latest CFP snapshot when true, preferring the snapshot marked as final. Requires poll=cfp and cannot be combined with final.

finalboolean

Returns the CFP snapshot marked as final when true. Requires poll=cfp and cannot be combined with latest.

Response

Ok

seasoninteger required
seasonType'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason' required
weekinteger required

Changes

Changed in 1 of the 14 revisions of this API.5

    • ○

      added the new optional query request parameter final

      new-optional-request-parameter

    • ○

      added the new optional query request parameter latest

      new-optional-request-parameter

    • ○

      added the new optional query request parameter poll

      new-optional-request-parameter

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the required property /// to the response with the status

      response-required-property-added