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

selection

{
    "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"
}
Built with