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 V1 Delta API

Delta/change feeds (V1 legacy)

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

This API exposes 2 operations across 2 paths, and defines 17 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.

2 operations 2 paths 17 schemas 2 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 V1 Delta 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 2

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

V1 Delta 2

Delta/change feeds (V1 legacy)

GET
/api/v1/delta
Get event deltas (V1 format)
v1GetDelta 4 params → 200
GET
/api/v1/deltaV2
Get event deltas (V2 format via V1 path)
v1GetDeltaV2 3 params → 200

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are Score (18 properties), V1LinePeriods (14 properties), V1Event (14 properties), V1Spread (11 properties). Each schema is shown below with its type and property counts.

V1Moneyline
object
8 properties
Region
object
2 properties
V1Spread
object
11 properties
Pitcher
object
6 properties
V1LinePeriods
object
14 properties
DeltasResponse
object
2 properties
Conference
object
3 properties
Schedule
object
11 properties
V1Event
object
14 properties
V1Line
object
8 properties
TeamNormalized
object
10 properties
Meta
object
1 property
Division
object
4 properties
Affiliate
object
4 properties
Score
object
18 properties
V1Total
object
11 properties
V1EventsResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

therundown-v1-delta-api-openapi.yml Raw ↑

Other APIs The Rundown publishes across the network.

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
The Rundown V2 Teams API