NFL
Search NFL Strike Word
Search for specific phrases in NFL game transcripts
GET
Search NFL Strike Word
This endpoint requires an API key. See Quickstart for details.
Query Parameters
Your API key for authentication
Phrase(s) of interest. Multiple phrases can be provided as a comma-separated list (e.g., “tie, ties, tied”). Maximum 3 phrases.
Filter by home team(s). Supports comma-separated multiple teams (e.g., “DEN,KC”). Maximum 8 teams.
Filter by away team(s). Supports comma-separated multiple teams (e.g., “LAC,LV”). Maximum 8 teams.
Filter by NFL week number. Week numbers greater than 17 either come from the last week of the season since 2021 or the playoffs.
If true, filters for matchups of home teams AND away teams passed in. If false (default), filters for any game with the home teams OR away teams parameterized.
Filter games from this date onwards (format: YYYY-MM-DD).
Filter games until this date (format: YYYY-MM-DD).
Filter by game type. Valid values:
REG (Regular Season), WC (Wild Card), DIV (Divisional), CON (Conference Championship), SB (Super Bowl)Filter by day of week. Valid values:
Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, SundayIf true, returns context snippets around matched phrases. Default: false. Returns the first
num_transcripts amount from the sample.Number of transcripts to return context from when
with_context=true. Default: 5. Maximum: 10.Number of words before and after the matched phrase to include in context snippets. Default: 5. Maximum: 20.
Response
Total number of games checked for the phrase.
Number of games containing at least one of the phrases.
Probability of the phrase occurring (0-1). Calculated as games_with_phrase / total_games_checked.
Array of context snippets when
with_context=true. Each item contains:game_id: Game identifierhome_team: Home team abbreviationaway_team: Away team abbreviationgame_day: Date of the game (YYYY-MM-DD)game_type: Type of game (REG, WC, DIV, CON, SB)week: NFL week numbermatched_phrase: The phrase that was matchedtext: Words surrounding the matched phrase
Tips
Search NFL Strike Word