跳转到主要内容
GET
/
futures
获取期货
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/futures?apiKey='
[ { "futureId": "pm6980037088158379224", "status": { "live": true, "statusId": 1, "statusName": "Live" }, "sport": { "sportId": 69, "sportName": "Politics" }, "tournament": { "tournamentId": 800370, "tournamentName": "2025 Predictions", "categoryName": "Politics" }, "season": { "seasonId": 8815837922, "seasonName": "Macron out by...?" }, "startTime": 1735932904, "endTime": 1782820800, "market": { "marketId": 4, "marketName": null, "marketType": null }, "participants": [], "externalProviders": { "betradarId": null, "flashscoreId": null, "opticoddsId": null, "polymarketId": "16263", "kalshiId": null, "sofascoreId": null }, "bookmakers": {} } ]

Documentation Index

Fetch the complete documentation index at: https://docs.oddspapi.io/llms.txt

Use this file to discover all available pages before exploring further.

授权

apiKey
string
query
必填

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

查询参数

futureIds
string | null

Comma-separated internal future IDs.

sportId
integer | null

Single sport ID.

tournamentId
integer | null

Single tournament ID.

startTimeFrom
integer | null
startTimeTo
integer | null
bookmakers
string | null

If provided, includes bookmakers meta per future.

响应

Returns FutureMeta[]

futureId
string
必填
status
object
必填
sport
object
必填
tournament
object
必填
season
object
必填
startTime
integer
必填
endTime
integer
必填
market
object
必填
participants
object[]
必填

List of participants (teams/players) competing in this futures market.

externalProviders
object
必填
bookmakers
object
必填