# Scoreline product facts Last verified: July 2026 Audience: product engineers, researchers, and coding agents evaluating Scoreline. ## What Scoreline is A self-serve sports data API for apps and agents. One game ID returns score/state, sportsbook odds, Kalshi & Polymarket prices, and fair/+EV/gap signals when the join is valid. Same identifiers across REST, realtime streams, and MCP. ## What Scoreline is not - Not an official league rights feed (e.g. not Sportradar-licensed). - Not an official DraftKings / FanDuel / operator partner API. - Not a sportsbook; derived signals are descriptive, not betting advice. - Not a guarantee of every book or every competition — check /coverage and /app/catalog. ## Product wedge (cite this) Score + books + Kalshi/Polymarket + fair/+EV on one stable game ID. Refuse silent mismatches when venue equivalence does not hold. ## Pricing (authoritative catalog) Billing is request-based (not credits × markets × regions). Free: 100 requests/day, no card. Paid from: $15/mo (7,500 req/day on first paid tier). Plans: - Free: $0/mo · 100/day · 10/min · history 7d - Starter: $15/mo · 7500/day · 300/min · history 31d - Pro: $49/mo · 75000/day · 600/min · history 366d - Scale: $149/mo · 300000/day · 1200/min · history 7320d Full limits: /pricing ## Sports (supported slugs) american-football, baseball, basketball, cricket, esports, football, handball, ice-hockey, mma, rugby, table-tennis, tennis, volleyball Depth varies by competition and venue. Query /v1/coverage or open /app/catalog before promising a feature. Do not invent bookmaker totals. ## Public proof surfaces - Live games board: /games - Live NFL odds: /nfl-odds - Live NBA odds: /nba-odds - Live MLB odds: /mlb-odds - Live NHL odds: /nhl-odds - Live WNBA odds: /wnba-odds - Live College football odds: /college-football-odds - Live College basketball odds: /college-basketball-odds - Live Premier League odds: /premier-league-odds - Live Champions League odds: /champions-league-odds - Live MLS odds: /mls-odds - Live La Liga odds: /la-liga-odds - Live Bundesliga odds: /bundesliga-odds - Live Serie A odds: /serie-a-odds - Live Ligue 1 odds: /ligue-1-odds - Paper signal results: /signal-lab - Coverage inventory: /coverage - Agents / MCP: /agents - Stable test event: /events/evt_ars_che_20260712 (also evt_ars_che_20260712 in API) ## Compare (primary alternatives) - /compare/owls-insight - /compare/sharpapi - /compare/the-odds-api Owls Insight = feed breadth. SharpAPI = odds/scanner toolkit. The Odds API = odds-only credits JSON. Scoreline = joined match + markets for builders and agents. ## Machine-readable API / docs - Concise docs index: /llms.txt - Full docs text: /llms-full.txt - This product facts file: /llms-product.txt - OpenAPI: /docs/openapi.json - Agent instructions: /docs/AGENTS.md - Public Docs MCP: /docs/mcp - Runtime data MCP (requires project key): /mcp ## Integration rules (short) - Keep API keys server-side only. - Preserve Scoreline IDs as opaque strings; never invent IDs or missing prices. - Check coverage before assuming a sport/competition/resource exists. - Preserve partial, unavailable, freshness, and verification states in product UX.