Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wager API Players API

Player statistics, projections, and injury information

Wager API Players API is one of 5 APIs that Wager API publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Players. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

This API exposes 5 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.wagerapi.com.

5 operations 5 paths 6 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.wagerapi.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Wager API Players API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (apiKey). By default, every request must be authenticated.

  • apiKey — API key obtained from Wager API, request via wagerapi.com

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Players 5

Player statistics, projections, and injury information

GET
/v1/players
Get Players
getPlayers 3 params → 200401
GET
/v1/players/{playerId}/stats
Get Player Statistics
getPlayerStats 3 params → 200401404
GET
/v1/players/{playerId}/projections
Get Player Projections
getPlayerProjections 2 params → 200401404
GET
/v1/injuries
Get Injury Reports
getInjuryReports 3 params → 200401
GET
/v1/depth-charts
Get Depth Charts
getDepthCharts 2 params → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Player (9 properties), InjuryReport (9 properties), PlayerStats (5 properties), GameStats (4 properties). Each schema is shown below with its type and property counts.

PlayerProjections
object
3 properties
DepthChartEntry
object
4 properties
InjuryReport
object
9 properties
Player
object
9 properties
PlayerStats
object
5 properties
GameStats
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wager-api-players-api-openapi.yml Raw ↑

Other APIs Wager API publishes across the network.

Wager API Futures API
Wager API Games API
Wager API Odds API
Wager API Props API