跳转到主要内容
GET
/
fixtures
/
today
今日赛事
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/fixtures/today?apiKey='
[
  {
    "fixtureId": "id1100013262924769",
    "status": {
      "live": false,
      "statusId": 0,
      "statusName": "Pre-Game"
    },
    "sport": {
      "sportId": 11,
      "sportName": "Basketball"
    },
    "tournament": {
      "tournamentId": 132,
      "tournamentName": "NBA",
      "categoryName": "USA"
    },
    "season": {
      "seasonId": 131631,
      "seasonName": "NBA 25/26"
    },
    "startTime": 1766793600,
    "trueStartTime": null,
    "trueEndTime": null,
    "participants": {
      "participant1Id": 3431,
      "participant1RotNr": null,
      "participant1Name": "Washington Wizards",
      "participant1Abbr": null,
      "participant2Id": 3433,
      "participant2RotNr": null,
      "participant2Name": "Toronto Raptors",
      "participant2Abbr": null
    },
    "scores": {},
    "expectedPeriods": 4,
    "periodLength": 12,
    "externalProviders": {
      "betgeniusId": 12842140,
      "betradarId": 62924769,
      "flashscoreId": "4tPvjiiI",
      "mollybetId": "2025-12-27,29100,29095",
      "oddinId": null,
      "opticoddsId": "20251227E664733B",
      "pinnacleId": 1621493680,
      "sofascoreId": null,
      "lsportsId": null,
      "txoddsId": null
    },
    "bookmakers": {}
  }
]

授权

apiKey
string
query
必填

Your API key (query-based auth for v5).

查询参数

sportId
integer | null

Single sport ID.

tournamentId
integer | null

Single tournament ID.

bookmakers
string | null

Comma/space-separated bookmaker slugs.

响应

Returns Fixture[] (fixture meta objects)

fixtureId
string
必填
status
object
必填
sport
object
必填
tournament
object
必填
season
object
必填
startTime
integer
必填
participants
object
必填
scores
object
必填
externalProviders
object
必填
bookmakers
object
必填
trueStartTime
string | null
trueEndTime
string | null
expectedPeriods
integer | null
periodLength
integer | null