Live
NBA FinalsNYK0.612SAS0.391NHL Cup FinalEDM0.547FLA0.458MLBNYY0.582LAD0.421WNBANYL0.634LVA0.370MLBCHC0.498ATL0.505

Every CFB market, Saturday to settlement.

ScoreTape records the full order book of every Polymarket and Kalshi college-football market — moneylines, spreads, and totals — then joins each one to the final score, the sportsbook lines, the play-by-play, and the injury report. Served over one REST API.

Free tier, no card — every league and endpoint included.

ScoreTape
NBAMLBNHLWNBAEPL
Jun 12 · live
MoneylineSpreadTotalProps
Settlement-verified
TimeTeamPolymarketKalshiDKFDBest
20:30Knicks0.6120.609-135-1380.612
Spurs0.3910.394+115+1180.394
20:00Oilers0.5470.551-120-1180.551
Panthers0.4580.452+102+1000.458
19:05Yankees0.5820.578-142-1400.582
Dodgers0.4210.426+120+1220.426
19:00Liberty0.6340.630-170-1720.634
Aces0.3700.374+145+1480.374
369,412 markets on tapeorder books streaming

369,000 markets across 13 leagues — every one resolved to its real-world game

NFL logoNFLNBA logoNBAMLB logoMLBNHL logoNHLWNBA logoWNBAUFC logoUFCPremier League logoPremier LeagueChampions League logoChampions LeagueLa Liga logoLa LigaCFBCFBCBBCBBATPTennis
2
venues on tape

every Polymarket & Kalshi market, both sides of the book

99.96%
verified settlements

settled market winners checked against the real final score

~60s
injury detection

every status change pushed to your webhook, HMAC-signed

PBP
+ win prob

play-by-play on every matched FBS game

The product

One College Football game, one document

Every feed knows the same College Football game by a different name — a slug on Polymarket, an event id at ESPN, a ticker on the exchange. ScoreTape resolves them to one record and answers a single request with everything that game was.

Polymarket

Order-book depth — every level, both sides, tick by tick.

Kalshi

Yes/no books and settlement for every sports market.

ESPN

Final scores, box scores, play-by-play — plus odds from up to 15 sportsbooks.

Injury wire

League-wide injury reports, swept every 60 seconds.

GET /v1/games/cfb-uga-bama-2026-11-28200 · matched
{
"result": { "winner": "Georgia", "score": "31–27" },
"odds": [ { "provider": "DraftKings",
"spread": -3.5, "total": 54.5 }, … ],
"markets": [ { "kind": "spread",
"winner": "Georgia -3.5" }, … 36 ],
"injuries": [ { "before_kickoff": "3h 05m",
"change": "questionable → out" }, … ]
}
Entity-resolved and settlement-verified — markets, books, score, plays, and injuries on one CFB game.
Market depth

Backtest against the book, not the headline price

A fill has a cost the last trade never shows. ScoreTape records the live order book for sports markets on Polymarket and Kalshi, so your strategy sizes against the liquidity that actually existed at that moment.

  • Every level, both sides — not a last price or a mid nobody could trade
  • Forward-captured continuously; order-book history cannot be backfilled
  • Replayable: snapshot time-series per outcome token via one endpoint
New York KnicksKnicks
vs
San Antonio SpursSpurs
Live · Polymarket
Best bid
0.612
Mid
0.6135
Best ask
0.615
Spread
0.003
Cumulative depthBidsAsks
Imbalance
54 / 46
Injury wireLive
19:42:08NBAM. Carter · PGQuestionable → Out
19:41:12NFLD. Alvarez · WRLimited → Questionable
19:38:55MLBT. Okafor · SPDay-to-day → 15-day IL
19:36:31NHLR. Lindqvist · GProbable → Confirmed
19:33:04WNBAA. Reyes · FOut → Available
POST → your webhook · signed sha256=…
Injury webhooks

The line moves on the wire

Every big pre-game move starts in the injury report. ScoreTape watches the report for you — across NFL, NBA, MLB, NHL, WNBA, and the college leagues — and fires a signed webhook the moment a status flips.

  • Pushed within seconds of detection — league-wide sweeps every 60 seconds
  • HMAC-signed payloads, with league and status filters per subscription
  • The full change-log is archived — replay any report, or any single player's history
Coverage

College-football coverage

College football carries the team-sport stack — order-book depth, settlement, scores, sportsbook odds, play-by-play, win probability, and the live injury wire across FBS.

PM

Markets & depth

Polymarket + Kalshi order books, both sides

ML

Sportsbook odds

Up to 15 books · spread · total · moneyline

PBP

Play-by-play

Plays + per-play win probability

INJ

Injuries

60s sweep · signed webhooks · change-log

Results

Final scores, settlement-verified

99

Settlement

99.96% agreement with the final score

Why ScoreTape

The best source of College Football prediction-market data

Sports odds APIs sell you college-football spreads. Exchange APIs hand you a raw Polymarket book with no game attached. Only ScoreTape welds the prediction-market depth, the sportsbook odds, the result, the play-by-play, and the injury report into one verified CFB record.

CapabilityScoreTapethis APISports odds APIsthe-odds-api, SportsDataIOExchange APIsPolymarket / Kalshi direct
Prediction-market order-book depth (both sides, every level)Exchange APIs expose a raw book, but unjoined and not archived as forward-captured history.
Sportsbook odds in the same recordOdds APIs serve lines only — no prediction-market book beside them.
Final scores & results joined to the market
Settlement-verified market-to-game join (99.96%)No other source cross-checks settled market winners against the real result.
Real-time injury webhooks (~60s, signed)
Player props resolved to real athletes
Historical odds archive (back to 1999 / 2000-01)
One request returns the whole gameMarkets, odds, result, and injuries arrive as a single joined document.

The bottom line. For college-football prediction-market data, ScoreTape is the only API that joins Polymarket and Kalshi depth to final scores, sportsbook odds, play-by-play, and a real-time injury feed — with the join verified at 99.96%.

✓ full · – partial · ✕ not offered. Comparison reflects the standard data products of each category; individual vendors vary. ScoreTape is independent and not affiliated with any exchange, sportsbook, or league.

Quickstart

From key to joined College Football data in minutes

Every CFB endpoint is open on the free tier — pull a game, then point a webhook at the injury wire.

  1. 01

    Grab a key

    Free tier, no card — every league and endpoint is open from day one.

  2. 02

    Pull a College Football game

    One request returns the joined document: markets, odds, result, injuries.

  3. 03

    Point a webhook

    Injury alerts arrive signed, filtered to the teams and statuses you trade.

cfb.sh
# One College Football game, one document
$ GAME="cfb-uga-bama-2026-11-28"
$ curl -s -H "X-API-Key: $KEY" \
    "https://api.scoretape.com/v1/games/$GAME"

# Browse this sport's markets
$ curl -s -H "X-API-Key: $KEY" \
    "https://api.scoretape.com/v1/cfb/games?matched=true"
Clean JSON·Cursor pagination·Per-plan rate limits
Why joined data

What it takes to model the college-football prediction markets

College football is huge, fast, and inefficient — wide spreads, scattered injury news, and a board that turns over every Saturday. CFB prediction-market data is only useful joined to the game and the report behind the price.

01

The join is the edge

Polymarket names a market with a slug; ESPN files the same game under an event id. ScoreTape welds the two and verifies it against settlement (99.96% agreement across sports). One request returns the market, the books, the result, the play-by-play, and the injury report as one document.

02

Depth on a wide board

With dozens of games a Saturday, the edge is in the book. ScoreTape records the live CFB order book on Polymarket and Kalshi, both sides, every level, so a backtest fills against the liquidity that actually existed. Depth and line movement are forward-captured and cannot be backfilled.

03

Injuries move the spread

College injury news is scattered and late — and the spread reacts hard. ScoreTape sweeps the league-wide report every 60 seconds and fires a signed webhook on every status change, filterable by team and status, with the full change-log archived.

Pricing

Pick your window

Every plan gets every league and every endpoint. You're choosing how far back the tape rolls — and how hard you can pull on it.

Free

$0free, no card

Seven days of tape to prove it's real.

  • 7-day Kalshi & Polymarket tape
  • 7-day scores & sportsbook odds
  • All leagues, all endpoints
  • Read-only API, 1 req/sec
Start free

Pro

Most popular
$29per month

The modeler's window — a month of tape.

  • 30-day Kalshi & Polymarket tape
  • 90 days of scores & sportsbook odds
  • Real-time injury webhooks (~60s)
  • 25 req/sec, 1,000 req/min
  • Settlement-verified winners
Choose Pro

Scale

$79per month

Two months of tape, a full year of results.

  • Everything in Pro
  • 60-day Kalshi & Polymarket tape
  • Full year of scores & sportsbook odds
  • Live order-book snapshots
  • 50 req/sec, 3,000 req/min
Choose Scale

Enterprise

$200per month

Dedicated lanes for systematic desks.

  • Everything in Scale
  • Unlimited tape history
  • Full sports archive — odds to 1999
  • Dedicated capacity, 100 req/sec
  • Priority support
Choose Enterprise
FAQ

Common questions

The short version of what people ask before they pull their first game document.

Every Polymarket and Kalshi college-football market — moneylines, spreads, and totals — recorded with full order-book depth and settlement, joined to the ESPN game: final score, sportsbook odds, play-by-play, win probability, and the injury report.

Something else? Read the docs or ask us directly.

Stop joining sports data by hand

Markets, odds, results, and injuries — already resolved to the same game. The free tier opens every league and endpoint, no card.