API Endpoints
In addition to our main live streams, we also offer pre-match team strength estimates and settlements via API. For example, the endpoints below can provide skill rating comparisons between two teams or rankings of teams or a full set of pre-match probabilities. Access to these is independent from the main Bayes Live Match Predictions stream. The team-ids used are in line with the other Bayes services.
The base endpoint is https://skill-rating-service.bayesesports.com/
Duel API — get probability that Team A will beat Team B on a single map or in a series
Ranking API — get an ordered list of selected teams ranked by strength for a chosen date
Team Rating History API — get a normalised indicator of team strength development for a set of chosen dates
Settlement API — get the most recent settlement message for all Bayes live prediction markets
Hit the ground running
To get you started easily, we provide a Python-based notebook with some example queries, including how to authenticate.
Notes
- These endpoints have no rate limits. We respectfully ask you to use them with care.
- Team strength data is updated hourly, but delays are possible due to tournament organisers updating match results.