ratings
Returns historical Elo ratings.
get/ratings/elo
Query parameters
yearinteger
Season year.
weekinteger
Week number. Defaults to the latest available week in the season.
seasonType'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
Season type.
teamstring
Team name.
conferencestring
Conference name or abbreviation.
preseasonboolean
Return initial ratings from each team's opening regular-season game. Missing opening ratings are omitted. Cannot be combined with week; seasonType must be regular or both when specified. Defaults to false.
Response
Ok
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
added the new optional
queryrequest parameterpreseasonnew-optional-request-parameter
- ○