SportsData API
  1. Schemas
SportsData API
  • sportsdata
    • Retrieves a list of competitions for a given class id.
      GET
    • Retrieves a list of events for a given class id.
      GET
    • Retrieves a specific competition
      GET
    • Retrieves a list of events for a given competition id.
      GET
    • Retrieves a list of market groups for a given competition id
      GET
    • Retrieves a list of events/markets/selections where markets within said event match selected sort/groupId
      GET
    • Retrieves a list of events for the provided IDs.
      GET
    • Retrieves a single event by ID.
      GET
    • Gets one or more specific markets
      GET
    • Gets one or more selections for a market
      GET
    • Gets a list of all sports
      GET
    • Retrieves a list of classes for a given sport id.
      GET
    • Retrieves a list of competitions for a given sport id.
      GET
    • Retrieves a weighted list of Selections.
      GET
  • competitors
    • Retrieves competitors for a single event by ID.
  • Schemas
    • Schemas
      • class
      • classesWrapper
      • competition
      • competitionsWrapper
      • competitor
      • error
      • errorsWrapper
      • event
      • eventCompetitorsWrapper
      • eventsWrapper
      • market
      • marketGroupsWrapper
      • marketgroup
      • marketsWrapper
      • priceFormatted
      • selection
      • selectionsWrapper
      • sport
      • sportsWrapper
      • topBet
      • topBetsWrapper
  1. Schemas

eventsWrapper

{
    "events": [
        {
            "betInRunningDelay": 0,
            "bettingStatus": "string",
            "cashinAvailable": true,
            "channels": [
                "string"
            ],
            "country": "string",
            "description": "string",
            "displayed": true,
            "eventSort": "string",
            "flags": [
                "string"
            ],
            "hasInPlayMarkets": true,
            "hasLivePrices": true,
            "id": "string",
            "isInPlay": true,
            "isPublished": true,
            "marketCountActiveInPlay": 0,
            "marketCountActivePreMatch": 0,
            "marketCountActiveTotal": 0,
            "marketCountInPlay": 0,
            "marketCountPreMatch": 0,
            "markets": [
                {
                    "antepostMarket": true,
                    "bestOddsGuaranteed": true,
                    "betInRunningDelay": 0,
                    "channels": "string",
                    "description": "string",
                    "displayed": true,
                    "eachWay": true,
                    "eachWayFactorDen": 0,
                    "eachWayFactorNum": 0,
                    "eachWayPlaces": 0,
                    "earlyPriceAvailable": true,
                    "fcAvailable": true,
                    "firstFourAvailable": true,
                    "firstPriceAvailable": true,
                    "flags": "string",
                    "hcapMakeup": 0,
                    "hcapValue": 0,
                    "id": "string",
                    "isInPlayMarket": true,
                    "isPublished": true,
                    "livePriceAvailable": true,
                    "marketGroupCollectionId": "string",
                    "marketGroupId": "string",
                    "marketGroupName": "string",
                    "marketSort": "string",
                    "name": "string",
                    "order": 0,
                    "parentIds": [
                        "string"
                    ],
                    "quinellaAvailable": true,
                    "selections": [
                        {
                            "cashinPriceDen": 0,
                            "cashinPriceNum": 0,
                            "channels": [
                                "string"
                            ],
                            "csAway": 0,
                            "csHome": 0,
                            "currentPriceDen": 0,
                            "currentPriceNum": 0,
                            "description": "string",
                            "displayed": true,
                            "id": "string",
                            "isPublished": true,
                            "name": "string",
                            "oddsDecimal": 0,
                            "oddsFractional": 0,
                            "order": 0,
                            "parentIds": [
                                "string"
                            ],
                            "priceFormatted": {
                                "american": "string",
                                "decimal": 0,
                                "fractional": "string"
                            },
                            "result": "string",
                            "resultType": "string",
                            "runnerNum": 0,
                            "settled": true,
                            "status": "string"
                        }
                    ],
                    "settled": true,
                    "startingPriceAvailable": true,
                    "status": "string",
                    "tcAvailable": true
                }
            ],
            "name": "string",
            "order": 0,
            "parentIds": [
                "string"
            ],
            "raceNum": "string",
            "settled": true,
            "startDateTime": "string",
            "status": "string"
        }
    ]
}
Built with