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

Moneyline, spread, total, best-line endpoints (V1 legacy)

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

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

5 operations 5 paths 8 schemas 5 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 Lines 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 5

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

V1 Lines 5

Moneyline, spread, total, best-line endpoints (V1 legacy)

GET
/api/v1/lines/best
Get best lines for multiple events
v1GetBestLineMulti 3 params → 200
GET
/api/v1/lines/{id}/moneyline
Get moneylines for an event
v1GetMoneylines 2 params → 200404
GET
/api/v1/lines/{id}/spread
Get spreads for an event
v1GetSpreads 2 params → 200404
GET
/api/v1/lines/{id}/total
Get totals (over/under) for an event
v1GetTotals 2 params → 200404
GET
/api/v1/lines/{id}/team_total
Get team totals for an event
v1GetTeamTotals 2 params → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are V1Total (11 properties), V1Spread (11 properties), V1Moneyline (8 properties), BestMoneyline (6 properties). Each schema is shown below with its type and property counts.

V1Moneyline
object
8 properties
BestLineResponse
object
5 properties
V1Spread
object
11 properties
BestAffiliateInfo
object
3 properties
BestSpread
object
6 properties
BestMoneyline
object
6 properties
V1Total
object
11 properties
BestTotal
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

therundown-v1-lines-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 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