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

Narrative Sports Recaps API

The Recaps API from Narrative Sports — 3 operation(s) for recaps.

Narrative Sports Recaps API is one of 6 APIs that Narrative Sports publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Recaps. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 5 operations across 3 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.narrative-sports.com.

5 operations 3 paths 9 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.narrative-sports.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Narrative Sports Recaps API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 5

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

Recaps 5
POST
/v1/recaps
Create Recap
body → 200422
GET
/v1/recaps
List Recaps
2 params → 200422
GET
/v1/recaps/batch
Batch Recaps
5 params → 200422
GET
/v1/recaps/{recap_id}
Get Recap
1 param → 200422
DELETE
/v1/recaps/{recap_id}
Delete Recap
1 param → 204422

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PublicRecapResponse (18 properties), CreatePublicRecapRequest (10 properties), RecapOptions (7 properties), ValidationError (3 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
CreatePublicRecapRequest
object
10 properties 2 required
ValidationError
object
3 properties 3 required
ListPublicRecapsResponse
object
3 properties 2 required
CreatePublicRecapResponse
object
3 properties 1 required
FightCeremonyConfig
object
3 properties 1 required
BatchPublicRecapsResponse
object
2 properties 1 required
RecapOptions
object
7 properties
PublicRecapResponse
object
18 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

usenarrative-recaps-api-openapi.yml Raw ↑

Other APIs Narrative Sports publishes across the network.

Narrative Sports Health API
Narrative Sports Highlight Packages API
Narrative Sports Highlights API
Narrative Sports Projects API
Narrative Sports Tasks API