40 likes | 174 Views
Get all the sports data odds, scores, real-time settlements and stats you need for upcoming sports events. Bets API provides InPlay betting odds for soccer, football, volleyball, cricket and other sports. Our live football data API offers complete data of all major leagues.
E N D
Live Sports Data Feed API, Soccer Betting and Odds – BetsAPI Introduction: Bets API 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 Bets API you must purchase related packages .Please contact us if you have any problem. Authentication : To authorize, use this code: Make sure replace YOUR-TOKEN with your real token. curl "api_endpoint_here?token=YOUR-TOKEN" You will get a token from our support or Orders page. you should pass it as token= in GET query. API Endpoints :API endpoint is started with https://api.betsapi.com/ .We have another load balancer API endpoint as https://api.b365api.com/ in case you have issues with api.betsapi.com.
Rate Limatation : X-RateLimit-Limit:3600 X-RateLimit-Remaining:3599 X-RateLimit-Reset:1495857600 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 The maximum number of requests that the consumer is permitted to make per hour. X-RateLimit-Limit X-RateLimit- Remaining The number of requests remaining in the current rate limit window. The time at which the current rate limit window resets in UTC epoch seconds. X-RateLimit-Reset
Response : 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. We're selling API, please Contact Us