BetsAPI is a RESTful service for data on all sports. It is a PAID service with low price (started with $10 per month).
Note that in order to access BetsAPI you must purchase related packages.
SportsDataIO provides pre-game and live odds, including over/under, point-spread, moneyline and more. Historical Odds & Line Movement RICH HISTORICAL DATA FOR ADVANCED ANALYTICS SportsDataIO captures line movement, from the opening line to. Free Betting Odds and line movements in realtime at Sportsbookreview.com. Check out SBR's live odds for all major sports.
Please contact us if you have any problem.
To authorize, use this code:Make sure replace YOUR-TOKEN
with your real token.
You will get a token from our support or Orders page. you should pass it as token= in GET query.
API endpoint is started with https://api.b365api.com/
We have another load balancer API endpoint as https://api.betsapi.com/ in case you have issues with api.b365api.com.
3600 requests per hour.
You can buy Volume Packages to increase the hourly rate limitation from 199,999 to 799,999 requests per hour.
You can check the values in headers:
Header Name | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests that the consumer is permitted to make per hour. |
X-RateLimit-Remaining | The number of requests remaining in the current rate limit window. |
X-RateLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |
All responses are in JSON and has a success key to indicate it is successful or not.
You'll get results if everything moves well, and an (R-Errors) will be thrown if failed.