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

Base URL (Servers)

Base URL
All endpoints use the following base URL:
Production:
https://api.playbook-api.com/v1
Full URL Format
{BASE_URL}/{endpoint}
Examples:
GET https://api.playbook-api.com/v1/health
GET https://api.playbook-api.com/v1/injuries?league=NBA&api_key=YOUR_API_KEY
Environments
This documentation assumes Production unless otherwise stated.
Modified at 2025-12-31 22:25:36
Previous
Overview
Next
Authentication
Built with