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

eventCompetitorsWrapper

{
    "competitors": [
        {
            "age": 0,
            "colour": "string",
            "drawNumber": 0,
            "formGuide": "string",
            "id": 0,
            "jockeyName": "string",
            "name": "string",
            "overview": "string",
            "ownerName": "string",
            "rating": "string",
            "sex": "string",
            "silkImageUrl": "string",
            "trainerName": "string",
            "weightPounds": "string"
        }
    ]
}
Built with