Skip to main content
GET
Get play-by-play for an event

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

eventID
string
required

Canonical V2 event ID from the event_id field returned by event endpoints

Query Parameters

limit
integer
default:50

Number of plays to return. The most recent plays are selected, then returned in ascending sequence order. Values above 500 are capped.

Required range: x <= 500
before_sequence
integer

Pagination cursor — returns plays with sequence lower than this value. Use the lowest sequence from the previous page to walk backwards through long games.

Response

Play-by-play timeline

event_id
string
sport_id
integer
sport
string
Example:

"mlb"

plays
object[]

Plays in ascending sequence order. Always an array, never null.