Playbook-API
  1. Core Endpoints
Playbook-API
  • Global
    • Overview
    • Base URL (Servers)
    • Authentication
    • Rate Limits + Usage
    • Errors
    • League / sportKey Conventions
    • Support
  • Core Endpoints
    • Health
      GET
    • Me
      GET
    • Teams
      GET
    • Team Stats
      GET
    • Injuries
      GET
    • Splits
      GET
    • Splits (Historical/History)
      GET
    • Odds-Games
      GET
    • Lines
      GET
    • Games
      GET
    • Recent Form
      GET
    • Head-to-Head
      GET
  • MLB
    • Pitcher Stats (Season)
      GET
    • Starting Pitchers
      GET
    • Ballpark Weather
      GET
    • Strikeout Predictor
      GET
  1. Core Endpoints

Splits (Historical/History)

GET
https://api.playbook-api.com/v1/splits-history
Last modified:2026-02-26 04:55:39
Historical frozen pregame splits (no live odds calls)
Example:
Splits history filtered by league/date
https://api.playbook-api.com/v1/splits-history?league=nba&date=2026-02-25&api_key=YOUR_API_KEY

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.playbook-api.com/v1/splits-history?league=nfl&date=2025-12-23&api_key=YOUR_API_KEY'
Response Response Example
{}
Modified at 2026-02-26 04:55:39
Previous
Splits
Next
Odds-Games
Built with