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

Reference data — affiliates, sportsbooks, season types (V2)

The Rundown V2 Reference 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 Reference. 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 5 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 5 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 Reference 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 Reference 3

Reference data — affiliates, sportsbooks, season types (V2)

GET
/api/v2/affiliates
List all sportsbooks/affiliates
v2GetAffiliates 1 param → 200
GET
/api/v2/sportsbooks
List all sportsbooks (alias for /affiliates)
v2GetSportsbooks 1 param → 200
GET
/api/v2/season_types
List season types per sport
v2GetSeasonTypes → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Affiliate (4 properties), SeasonTypeSport (4 properties), Region (2 properties), SeasonTypesResponse (1 property). Each schema is shown below with its type and property counts.

Region
object
2 properties
SeasonTypeSport
object
4 properties
AffiliatesResponse
object
1 property
SeasonTypesResponse
object
1 property
Affiliate
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

therundown-v2-reference-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 Sports API
The Rundown V2 Stats API
The Rundown V2 Teams API