v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
NFL

Get play-by-play data for a game

Retrieve play-by-play data with pagination support

get/nfl/competitions/{competitionId}/games/{gameId}/plays

Path parameters

competitionIdstring required

Competition ID

gameIdstring required

Game ID

Query parameters

limitinteger

Number of plays to return

offsetinteger

Number of plays to skip

latestboolean

Get only the latest plays

Response

Play-by-play data retrieved successfully

successboolean

Example response

{
  "success": true
}