Insights
GET {{baseUrlInsights}}/nfl?types=expert_picks&index=50
Provides textual insights for the NFL, including player highs, milestones, leaderboards, predictions, player and team betting trends, and more.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| types | string | (Optional) Insight types (expert_picks, game_notes, highs, leaderboards, lineup_changes, milestones, predictions, player_betting_trends, scoring, team_betting_trends) | |
| index | number | (Optional) Number to start the list of results from. Example: index=50 | |
| pageSize | number | (Optional) Number to limit the number of results. Minimum value is 1, maximum value is 50. Example: pageSize=10 | |
| custom | null | (Optional) Filters to display a subset of the results payload. | |
| Example: custom=content,event | |||
| typeIds | null | (Optional) Insight type ids | |
| sources | null | (Optional) Source keys (advanced_insights, mocap, research) | |
| sourceIds | null | (Optional) Source ids | |
| categories | null | (Optional) Source keys (media, betting) | |
| categoryIds | null | (Optional) Source ids | |
| lifecycles | null | (Optional) Source keys (pre_game, in_game, post_game) | |
| lifecycleIds | null | (Optional) Source ids | |
| playerIds | null | (Optional) Player ids | |
| playerSrIds | null | (Optional) Player sr ids | |
| playerUsIds | null | (Optional) Player us ids | |
| teamIds | null | (Optional) Team ids | |
| teamSrIds | null | (Optional) Comma delimited list of team sr id | |
| teamUsIds | null | (Optional) Comma delimited list of team us ids | |
| gameIds | null | (Optional) Comma delimited list of game ids | |
| gameSrIds | null | (Optional) Comma delimited list of game sr ids | |
| gameUsIds | null | (Optional) Comma delimited list of game us ids | |
| packagesIds | null | (Optional) Comma delimited list of package ids | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string |