Ratings API
Provides ratings information for events and leagues
Event Ratings Endpoint
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query parameters
eventIDinteger · int64[]Optional
EventIds, for which ratings are required.
Responses
200
Returns Rating information about the requested EventIds.
400
Request arguments are not valid.
401
Unauthorized
403
Forbidden
429
Too many requests
500
Unexpected error occurred.
get
/api/Ratings/EventRatingsLeague Ratings Endpoint
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query parameters
leagueIdinteger · int64[]Optional
LeagueIds, for which ratings are required.
Responses
200
Returns Rating information about the requested LeagueIds.
400
Request arguments are not valid.
401
Unauthorized
403
Forbidden
429
Too many requests
500
Unexpected error occurred.
get
/api/Ratings/LeagueRatingsLast updated