Playbook-API
    Playbook-API
    • Health
      GET
    • Injuries
      GET

      Injuries

      GET
      https://api.playbook-api.com/v1/injuries
      Last modified:2025-12-31 07:51:43
      Returns the latest injury report for the selected league.
      Use this endpoint to pull current player injury status, designation, and availability notes, grouped by team. Data is refreshed throughout the day; refer to the response’s last_updated (or equivalent) field to see when the report was last synced. Requires a valid api_key.

      Request

      Query Params

      Responses

      🟠401Unauthorized
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.playbook-api.com/v1/injuries?league=NBA, NFL&api_key=YOUR_API_KEY'
      Response Response Example
      {
          "error": "string"
      }
      Modified atĀ 2025-12-31 07:51:43
      Previous
      Health
      Built with