OddsJam Tournaments API

The Tournaments API from OddsJam — 2 operation(s) for tournaments.

OpenAPI Specification

oddsjam-tournaments-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: OddsJam Fixtures Tournaments API
  description: 'OddsJam (OpticOdds) Sports Betting API providing real-time and historical

    odds, fixtures, players, teams, markets, sportsbooks, injuries, futures,

    grading, and streaming endpoints sourced from 100+ sportsbooks.

    Endpoints documented from the public OpticOdds developer portal

    (https://developer.opticodds.com/llms.txt). Authentication via API key

    passed as a request header or query parameter.

    '
  version: '3.0'
  contact:
    name: OddsJam / OpticOdds
    url: https://developer.opticodds.com/
servers:
- url: https://api.opticodds.com/api/v3
  description: OpticOdds v3 production API
security:
- ApiKeyHeader: []
- ApiKeyQuery: []
tags:
- name: Tournaments
paths:
  /tournaments:
    get:
      tags:
      - Tournaments
      summary: List tournaments
      responses:
        '200':
          description: List of tournaments
  /tournaments/results:
    get:
      tags:
      - Tournaments
      summary: Get tournament results
      responses:
        '200':
          description: Tournament results
components:
  securitySchemes:
    ApiKeyHeader:
      type: apiKey
      in: header
      name: X-Api-Key
    ApiKeyQuery:
      type: apiKey
      in: query
      name: key