WC2026 Pass
一次购买。使用到 2026 年底。
OnThePitch 发布 2026 FIFA 世界杯的统计模型输出和研究笔记。购买一次 Pass, 阅读所有内容直到 2026 年 12 月 31 日。无订阅, 无自动续费。
不到一杯球场啤酒的价格, 阅读权限延续到年底。
免费
您的 Pass$0永久
免费了解每支球队的所有信息。完整锦标赛预测、国家深度页面、预测首发 XI、球员综合评分和研究文章。
- 全部 48 支球队在五个阶段的完整锦标赛预测
- 国家深度页面, 含预测首发 XI 和 26 人大名单
- 球员综合评分、每 90 分钟 xG 和 xA
- 最佳射手排名及各国明细
- 淘汰赛对阵图和小组赛积分榜
- 完整研究文章和核心方法论文档
- 10 次免费 API + MCP 调用, 购买前可在 notebook 或 AI 助手中试用模型输出
无需登录。
Standard Pass
$15美元一次性
每场比赛 $0.14 · 有效期至 2026 年 12 月 31 日
逐场预测, 比赛深度分析。主胜/平/客胜 (H/D/A) 概率、比分分布、胜负差和进球数据, 以及 4 模型对比和逐场战术分析。
- 免费版的全部内容
- 30 次免费 API + MCP 调用, 将模型输出导入 notebook 或 AI 助手
- 全部 104 场比赛的逐场概率(H / D / A, 预期进球数)
- 比分分布、胜负差和总进球分布
- 半场/全场矩阵、首球时间、逆转概率
- 逐场任意时刻进球概率
- 4 模型并列对比(Elo、Dixon-Coles、层次 Poisson、集成)
- 逐场分析笔记、战术对抗、关键争夺区域、情景因素
- 假设情景和反向叙事研究页面
Pro Pass
$35美元一次性
每场比赛 $0.34 · 有效期至 2026 年 12 月 31 日
构建自己的模型。一键下载完整快照 zip, 加载到 pandas, 根据我们的概率拟合/校准您自己的概率, 研究用途许可, 无需注明来源。
- Standard Pass 的全部内容
- 9 个 JSON / CSV API 端点, 覆盖所有公开数据
- 长效 API 密钥, Bearer 认证适用于 notebook、CI 和定时任务
- MCP 服务器, 一条命令连接 Claude、Cursor 或任何 AI 代理到实时模型, 不限量
- 批量快照, 全部 11 个源 JSON 文件打包为一个 zip, 附 sha256 校验清单
- 历史赛事切片, 按年份查询任何大赛(FIFA 世界杯、欧洲杯、非洲杯……)
- 入门方案位于 /data/: 将快照加载到 pandas, 拟合基准胜负概率模型, 用 Brier 评分
- OpenAPI 3.0 参考文档位于 /data/api/ + 机器可读规范
- 即将推出: 回填的模型输出(WC2018、WC2022)+ 可复现 notebook
Pro datasets — what's inside
9 datasets, refreshed every model run
Every dataset is reachable as JSON (default) or CSV (?format=csv). The Pass at $35 includes a session cookie that authenticates you for the full grid; the preview below is the live row shape.
/api/v1/forecast/
Per-team forecast across all 48 nations — tournament-win, stage-by-stage, and group-finish probabilities.
48 rows · refreshed 2026-06-10
Schema preview
team_id · name · confederation · tournament_prob · p_advance · p_r16
/api/v1/fixtures/
Per-fixture forecast for all 104 matches — calibrated H/D/A probabilities, expected goals, and headline derived probabilities.
104 rows · refreshed 2026-05-28
Schema preview
fixture_id · home_team_name · away_team_name · kickoff_utc · p_home · p_draw · p_away
/api/v1/teams/
Canonical WC2026 team list — confederation, FIFA rank, host flag, group letter.
48 rows · refreshed 2026-05-29
Schema preview
team_id · name · confederation · group · fifa_rank
/api/v1/players/
Slim per-player index — name, position, current club, career goals + assists.
1,215 rows · refreshed 2026-06-09
Schema preview
player_id · name · nation · position · career_goals
/api/v1/predicted-squads/
Projected 26-man squads per nation, split into starting XI vs bench with per-player composite ratings.
1,246 rows · refreshed 2026-06-09
Schema preview
team_id · slot · player_id · name · position · composite_rating
/api/v1/majors/
Per-team most-recent appearance in each major tournament — finish, W-D-L, coach continuity flag, squad-pool overlap.
106 rows · refreshed 2026-06-10
Schema preview
team_id · tournament · year · finish · w · d · l
/api/v1/h2h/
All-time head-to-head records between each WC2026 team and the three group-stage opponents they face.
144 rows · refreshed 2026-06-10
Schema preview
team_id · opponent_name · n · w · d · l
/api/v1/schedule/
WC2026 group-stage schedule — one row per team-matchday with date, opponent, host city + country.
144 rows · refreshed 2026-06-10
Schema preview
team_id · matchday · date · opponent_name · city
/api/v1/anytime-scorer/
Top-50 anytime-scorer rankings — P(scores at least once) plus per-stage scoring probabilities.
50 rows · refreshed 2026-05-29
Schema preview
rank · name · team_id · p_scores_one · e_matches