Sportradar Odds Comparison Regular v1

Number of APIs: 34

The Odds Comparison Regular API v1 provides aggregated odds data for pre-match, outrights, and consensus lines. Sportradar sources direct odds feeds from hundreds of bookmakers worldwide and can offer specified books configured to your API key.

The API is consistent in structure, format, and behavior with the other General Sport APIs. Primary feeds will return books, categories, sports, and tournaments offered.

Additional feeds provide an array of supplementary odds breakdowns, including:

  • Daily schedules
  • Bookmaker deep linking
  • Outrights by category
  • ID mapping

The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Qodex to send requests.

To receive trial access, visit this page.

  1. US - Categories GET {{baseUrlUS}}/:locale/:odds_format/categories.{{format}}

  2. US - Daily Sport Schedule GET {{baseUrlUS}}/:locale/:odds_format/sports/:sport_id/:date/schedule.{{format}}

  3. US - Player Mapping GET {{baseUrlUS}}/:locale/:odds_format/players/id_mappings.{{format}}?start=0&limit=25

  4. Rest of World - Season Mapping GET {{baseUrlROW}}/:locale/:odds_format/seasons/id_mappings.{{format}}

  5. Rest of World - Categories GET {{baseUrlROW}}/:locale/:odds_format/categories.{{format}}

  6. Rest of World - Category Outrights GET {{baseUrlROW}}/:locale/:odds_format/categories/:category_id/outrights.{{format}}

  7. Rest of World - Daily Sport Schedule GET {{baseUrlROW}}/:locale/:odds_format/sports/:sport_id/:date/schedule.{{format}}

  8. Rest of World - Player Mapping GET {{baseUrlROW}}/:locale/:odds_format/players/id_mappings.{{format}}?start=0&limit=20

  9. Rest of World - Sport Categories GET {{baseUrlROW}}/:locale/:odds_format/sports/:sport_id/categories.{{format}}

  10. Rest of World - Sport Event Change Log GET {{baseUrlROW}}/:locale/:odds_format/sport_events/:unix_timestamp/changelog.{{format}}