Playbook-API
  1. Global
Playbook-API
  • Global
    • Overview
    • Base URL (Servers)
    • Authentication
    • Rate Limits + Usage
    • Errors
    • League / sportKey Conventions
    • Support
  • Endpoints
    • Health
      GET
    • Me
      GET
    • Teams
      GET
    • Injuries
      GET
    • Splits
      GET
    • Splits (Historical/History)
      GET
    • Odds-Games
      GET
    • Lines
      GET
    • Games
      GET
  1. Global

Overview

Playbook API (Split Labs)#

Playbook API provides sports data endpoints for building dashboards, alerts, and betting-related workflows.
Version: v1
Base URL: https://api.playbook-api.com/v1
Getting Started:
1.
Get your API key @ https://playbook-api.com
2.
Call Health to confirm connectivity
3.
Call your target endpoint (ex: Injuries) using league + api_key
Quick Example
Request
GET /injuries?league=NBA&api_key=YOUR_API_KEY
Response
Returns the latest injury report for the selected league, grouped by team, including a last_updated timestamp indicating when the report was last synced.
Key Concepts
league: required query parameter (ex: NBA, NFL)
last_updated: use this field to confirm freshness
All timestamps are returned in a consistent format (see Timezones + Timestamps)
Need Help?
Support: support@playbook-api.com
Modified at 2025-12-31 22:25:25
Next
Base URL (Servers)
Built with