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 Teams API

Team data, players, and stats (V2)

The Rundown V2 Teams 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 Teams. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and pricing.

This API exposes 4 operations across 4 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.

4 operations 4 paths 10 schemas 4 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 Teams 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 4

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

V2 Teams 4

Team data, players, and stats (V2)

GET
/api/v2/teams/{teamID}/
Get a team by ID
v2GetTeamByID 1 param → 200404
GET
/api/v2/teams/{teamID}/players
Get players for a team
v2GetPlayersByTeam 1 param → 200
GET
/api/v2/teams/{teamID}/stats
Get season stats for a team
v2GetTeamStats 4 params → 200
GET
/api/v2/teams/{teamID}/players/stats
Get player season stats for a team
v2GetPlayerStatsByTeam 5 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), PlayerStats (14 properties), TeamStats (13 properties), Team (8 properties). Each schema is shown below with its type and property counts.

PlayersResponse
object
1 property
PlayerNormalized
object
25 properties
Team
object
8 properties
StatDefinition
object
7 properties
Conference
object
3 properties
TeamsResponse
object
1 property
PlayerStats
object
14 properties
PlayerStatResponse
object
2 properties
Division
object
4 properties
TeamStats
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

therundown-v2-teams-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 Stats API