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

The Rundown V2 Stats API

Team and player statistics (V2)

The Rundown V2 Stats API is one of 14 APIs that The Rundown publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include V2 Stats. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and pricing.

This API exposes 3 operations across 3 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://therundown.io.

3 operations 3 paths 10 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://therundown.io/api/v2
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

The Rundown V2 Stats API declares 2 security schemes for authenticating requests. An API key is passed in the query as key (ApiKeyQuery). An API key is passed in the header as X-Therundown-Key (ApiKeyHeader). By default, every request must be authenticated.

  • ApiKeyQuery — API key as query parameter
  • ApiKeyHeader — API key as request header

Paths & Operations 3

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

V2 Stats 3

Team and player statistics (V2)

GET
/api/v2/events/{eventID}/stats
Get team game stats for an event
v2GetStatsByEvent 3 params → 200
GET
/api/v2/events/{eventID}/players/stats
Get player game stats for an event
v2GetPlayerStatsByEvent 3 params → 200
GET
/api/v2/stats
List all stat definitions
v2GetAllStats 2 params → 200

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are PlayerNormalized (25 properties), TeamNormalized (10 properties), StatDefinition (7 properties), PlayerGameStats (7 properties). Each schema is shown below with its type and property counts.

PlayerNormalized
object
25 properties
TeamGameStats
object
6 properties
StatDefinition
object
7 properties
Conference
object
3 properties
StatsMeta
object
1 property
TeamGameStatResponse
object
3 properties
TeamNormalized
object
10 properties
PlayerGameStats
object
7 properties
Division
object
4 properties
PlayerGameStatResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

therundown-v2-stats-api-openapi.yml Raw ↑

Other APIs The Rundown publishes across the network.

The Rundown V1 Delta API
The Rundown V1 Events API
The Rundown V1 Lines API
The Rundown V1 Reference API
The Rundown V1 Sports API
The Rundown V1 WebSocket API
The Rundown V2 Events API
The Rundown V2 Markets API
The Rundown V2 Players API
The Rundown V2 Reference API
The Rundown V2 Sports API
The Rundown V2 Teams API