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
Example response
{
"success": true
}