Cloudbet API schemas provide details about JSON objects returned within the Cloudbet API.
These schemas applies to the Cloudbet Feed API and Cloudbet Trading API
sports.json
: List of all sports available with the Cloudbet APIcategories.json
: List of all categories of competitions available with the Cloudbet APImarkets.json
: List of all markets available with the Cloudbet API
Special Note about handicap markets:
For handicap markets, a line is identified by the same params. Selections can be grouped by market key and params alone. Home and away outcomes then have the same market URL for the same handicap lines. The handicap value is dictated by the home team value and inverted on the away side.
For further code samples and API response samples, please refer to the Cloudbet Docs repository on Github
I have been trying to get the corners odds in soccer but so far I got nothing
https://sports-api.cloudbet.com/pub/v2/odds/events/{id} only returns the main markets (regular time,1half,2 half ) I could send a specific market in the request but I don't know what it called example "soccer.asian_handicap" any input from you would be helpful