注册账号
使用邮箱创建门户账号,登录状态由安全 Cookie 保存。
私有足球数据 API
统一调用即时比分、比赛事件、技术统计、多公司赔率、历史变盘和足球资料库。 注册后即可生成有额度限制的专属 API Key,无需等待人工审批。
GETTING STARTED
使用邮箱创建门户账号,登录状态由安全 Cookie 保存。
无需申请或审核。Key 生成成功后仅完整显示一次。
在请求头携带 Key;门户实时汇总月额度和最近调用记录。
API REFERENCE
生产 API 地址:https://venti-obb-api.tailf3d035.ts.net,所有 /v1 请求均需认证。
将领取的 Key 放入 X-API-Key 请求头。不要把 Key 写进公开的前端代码或仓库。
curl "https://venti-obb-api.tailf3d035.ts.net/v1/matches?phase=live" \
-H "X-API-Key: tn_live_xxxxxxxx_xxxxxxxxxxxx"
响应头会返回分钟和月度配额:X-RateLimit-Remaining、X-Monthly-Quota-Remaining。
/v1/matches比赛列表;支持 phase、league、q、日期和分页/v1/matches/{match_id}单场比赛、比分与状态/v1/matches/{match_id}/monitor比分、红牌、四类核心盘口与技术统计聚合/v1/matches/{match_id}/events进球、红黄牌、换人等比赛事件/v1/matches/{match_id}/statistics角球、射门、射正、控球率、进攻等统计/v1/matches/{match_id}/lineup首发、替补与阵型/v1/streamSSE 增量事件流;支持 match_id 过滤/v1/matches/{match_id}/odds当前核心盘口/v1/matches/{match_id}/odds/history核心盘口历史快照,可按 market 过滤/v1/matches/{match_id}/odds/complete多公司亚盘、大小球、欧赔与角球盘/v1/matches/{match_id}/odds/complete/history多公司完整变盘历史/v1/matches/{match_id}/odds/coverage盘口、公司和时间覆盖情况/v1/bookmakers公司标准化目录/v1/odds/changes按游标读取赔率增量/v1/catalog/countries国家与地区/v1/catalog/competitions联赛和杯赛;支持国家、类型过滤/v1/catalog/competitions/{id}/seasons赛事赛季/v1/catalog/competitions/{id}/seasons/{season}/matches历史赛程与赛果/v1/catalog/competitions/{id}/seasons/{season}/standings积分榜/v1/catalog/teams球队查询与分页/v1/catalog/players球员查询与分页完整字段和可交互调试请访问 OpenAPI 文档 ↗。
客户端应尊重 Retry-After,使用指数退避;不要并发重试。门户显示的是服务端已记录用量。