NFL API — NFL v3 Scores. 45 operations. Lead operation: Team Profiles - All. Self-contained Naftiko capability covering one Sportsdataio business surface.
naftiko: 1.0.0-alpha2
info:
label: NFL API — NFL v3 Scores
description: 'NFL API — NFL v3 Scores. 45 operations. Lead operation: Team Profiles - All. Self-contained Naftiko capability
covering one Sportsdataio business surface.'
tags:
- Sportsdataio
- NFL v3 Scores
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
SPORTSDATAIO_API_KEY: SPORTSDATAIO_API_KEY
capability:
consumes:
- type: http
namespace: nfl-nfl-v3-scores
baseUri: https://api.sportsdata.io
description: NFL API — NFL v3 Scores business capability. Self-contained, no shared references.
resources:
- name: v3-nfl-scores-format-AllTeams
path: /v3/nfl/scores/{format}/AllTeams
operations:
- name: nflv3scoresteamprofilesall
method: GET
description: Team Profiles - All
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-AreAnyGamesInProgress
path: /v3/nfl/scores/{format}/AreAnyGamesInProgress
operations:
- name: nflv3scoresaregamesinprogress
method: GET
description: Are Games In Progress
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-Byes-season
path: /v3/nfl/scores/{format}/Byes/{season}
operations:
- name: nflv3scoresbyeweeks
method: GET
description: Bye Weeks
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: v3-nfl-scores-format-CurrentSeason
path: /v3/nfl/scores/{format}/CurrentSeason
operations:
- name: nflv3scoresseasoncurrent
method: GET
description: Season - Current
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-CurrentWeek
path: /v3/nfl/scores/{format}/CurrentWeek
operations:
- name: nflv3scoresweekcurrent
method: GET
description: Week - Current
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-DepthCharts
path: /v3/nfl/scores/{format}/DepthCharts
operations:
- name: nflv3scoresdepthchartsbyactive
method: GET
description: Depth Charts - by Active
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-DepthChartsAll
path: /v3/nfl/scores/{format}/DepthChartsAll
operations:
- name: nflv3scoresdepthchartsall
method: GET
description: Depth Charts - All
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-DepthChartsByWeek-season-week
path: /v3/nfl/scores/{format}/DepthChartsByWeek/{season}/{week}
operations:
- name: nflv3scoresdepthchartsbyweek
method: GET
description: Depth Charts - by Week
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: 'Year of the season and the season type. If no season type is provided, then the default is regular
season. <br>Examples: <code>2015REG</code>, <code>20'
required: true
- name: week
in: path
type: string
description: 'Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason
1 to 4. Example: <code>1</code>'
required: true
- name: v3-nfl-scores-format-FreeAgents
path: /v3/nfl/scores/{format}/FreeAgents
operations:
- name: nflv3scoresplayerdetailsbyfreeagents
method: GET
description: Player Details - by Free Agents
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-LastCompletedSeason
path: /v3/nfl/scores/{format}/LastCompletedSeason
operations:
- name: nflv3scoresseasonlastcompleted
method: GET
description: Season - Last Completed
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-LastCompletedWeek
path: /v3/nfl/scores/{format}/LastCompletedWeek
operations:
- name: nflv3scoresweeklastcompleted
method: GET
description: Week - Last Completed
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-News
path: /v3/nfl/scores/{format}/News
operations:
- name: nflv3scoresnews
method: GET
description: News
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-NewsByDate-date
path: /v3/nfl/scores/{format}/NewsByDate/{date}
operations:
- name: nflv3scoresnewsbydate
method: GET
description: News - by Date
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: date
in: path
type: string
description: The date of the news.
required: true
- name: v3-nfl-scores-format-NewsByPlayerID-playerid
path: /v3/nfl/scores/{format}/NewsByPlayerID/{playerid}
operations:
- name: nflv3scoresnewsbyplayer
method: GET
description: News - by Player
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: playerid
in: path
type: string
description: Each NFL player has a unique ID assigned by FantasyData. Player IDs can be determined by pulling player
related data. Example:<code>14257</code>.
required: true
- name: v3-nfl-scores-format-NewsByTeam-team
path: /v3/nfl/scores/{format}/NewsByTeam/{team}
operations:
- name: nflv3scoresnewsbyteam
method: GET
description: News - by Team
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: team
in: path
type: string
description: 'Abbreviation of the team. Example: <code>WAS</code>.'
required: true
- name: v3-nfl-scores-format-Players
path: /v3/nfl/scores/{format}/Players
operations:
- name: nflv3scoresplayerdetailsall
method: GET
description: Player Details - All
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-Players-team
path: /v3/nfl/scores/{format}/Players/{team}
operations:
- name: nflv3scoresplayerdetailsbyteam
method: GET
description: Player Details - by Team
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: team
in: path
type: string
description: 'Abbreviation of the team. Example: <code>WAS</code>.'
required: true
- name: v3-nfl-scores-format-PlayersBasic-team
path: /v3/nfl/scores/{format}/PlayersBasic/{team}
operations:
- name: nflv3scoresplayerprofilesbyteam
method: GET
description: Player Profiles - by Team
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: team
in: path
type: string
description: 'Abbreviation of the team. Example: <code>WAS</code>.'
required: true
- name: v3-nfl-scores-format-PlayersByAvailable
path: /v3/nfl/scores/{format}/PlayersByAvailable
operations:
- name: nflv3scoresplayerprofilesall
method: GET
description: Player Profiles - All
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-PlayersByFreeAgents
path: /v3/nfl/scores/{format}/PlayersByFreeAgents
operations:
- name: nflv3scoresplayerprofilesbyfreeagent
method: GET
description: Player Profiles - by Free Agent
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-PlayersByRookieDraftYear-season
path: /v3/nfl/scores/{format}/PlayersByRookieDraftYear/{season}
operations:
- name: nflv3scoresplayerprofilesbyrookiedraftyear
method: GET
description: Player Profiles - by Rookie Draft Year
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: 'Year of the season.<br>Examples: <code>2018</code>, <code>2019</code>, etc.'
required: true
- name: v3-nfl-scores-format-Referees
path: /v3/nfl/scores/{format}/Referees
operations:
- name: nflv3scoresreferees
method: GET
description: Referees
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-Rookies-season
path: /v3/nfl/scores/{format}/Rookies/{season}
operations:
- name: nflv3scoresplayerdetailsbyrookiedraftyear
method: GET
description: Player Details - by Rookie Draft Year
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: 'Year of the season.<br>Examples: <code>2018</code>, <code>2019</code>, etc.'
required: true
- name: v3-nfl-scores-format-Schedules-season
path: /v3/nfl/scores/{format}/Schedules/{season}
operations:
- name: nflv3scoresschedules
method: GET
description: Schedules
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: 'Year of the season (with optional season type).<br>Examples: <code>2018</code>, <code>2018PRE</code>,
<code>2018POST</code>, <code>2018STAR</code>, <code>2019</'
required: true
- name: v3-nfl-scores-format-SchedulesBasic-season
path: /v3/nfl/scores/{format}/SchedulesBasic/{season}
operations:
- name: nflv3scoresschedulesbasic
method: GET
description: Schedules (Basic)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: 'Year of the season (with optional season type).<br>Examples: <code>2018</code>, <code>2018PRE</code>,
<code>2018POST</code>, <code>2018STAR</code>, <code>2019</'
required: true
- name: v3-nfl-scores-format-Scores-season
path: /v3/nfl/scores/{format}/Scores/{season}
operations:
- name: nflv3scoresgamesbyseasonlivefinal
method: GET
description: Games - by Season [Live & Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: 'Year of the season (with optional season type).<br>Examples: <code>2018</code>, <code>2018PRE</code>,
<code>2018POST</code>, <code>2018STAR</code>, <code>2019</'
required: true
- name: v3-nfl-scores-format-ScoresBasic-season-week
path: /v3/nfl/scores/{format}/ScoresBasic/{season}/{week}
operations:
- name: nflv3scoresgamesbasicbyweeklivefinal
method: GET
description: Games (Basic) - by Week [Live & Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: week
in: path
type: string
description: 'Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason
1 to 4.'
required: true
- name: v3-nfl-scores-format-ScoresBasicFinal-season-week
path: /v3/nfl/scores/{format}/ScoresBasicFinal/{season}/{week}
operations:
- name: nflv3scoresgamesbasicbyweekfinal
method: GET
description: Games (Basic) - by Week [Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: week
in: path
type: string
description: 'Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason
1 to 4.'
required: true
- name: v3-nfl-scores-format-ScoresByDate-date
path: /v3/nfl/scores/{format}/ScoresByDate/{date}
operations:
- name: nflv3scoresgamesbydatelivefinal
method: GET
description: Games - by Date [Live & Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: date
in: path
type: string
description: 'The date of the games.<br>Examples: <code>2021-SEP-12</code>, <code>2021-NOV-28</code>.'
required: true
- name: v3-nfl-scores-format-ScoresByDateFinal-date
path: /v3/nfl/scores/{format}/ScoresByDateFinal/{date}
operations:
- name: nflv3scoresgamesbydatefinal
method: GET
description: Games - by Date [Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: date
in: path
type: string
description: 'The date of the games.<br>Examples: <code>2021-SEP-12</code>, <code>2021-NOV-28</code>.'
required: true
- name: v3-nfl-scores-format-ScoresByWeek-season-week
path: /v3/nfl/scores/{format}/ScoresByWeek/{season}/{week}
operations:
- name: nflv3scoresgamesbyweeklivefinal
method: GET
description: Games - by Week [Live & Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: week
in: path
type: string
description: 'Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason
1 to 4.'
required: true
- name: v3-nfl-scores-format-ScoresByWeekFinal-season-week
path: /v3/nfl/scores/{format}/ScoresByWeekFinal/{season}/{week}
operations:
- name: nflv3scoresgamesbyweekfinal
method: GET
description: Games - by Week [Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: week
in: path
type: string
description: 'Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason
1 to 4.'
required: true
- name: v3-nfl-scores-format-SimulatedScores-numberofplays
path: /v3/nfl/scores/{format}/SimulatedScores/{numberofplays}
operations:
- name: nflv3scoresscoresbyweeksimulation
method: GET
description: Scores by Week Simulation
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: numberofplays
in: path
type: string
description: The number of plays to progress in this NFL live game simulation. Example entries are <code>0</code>,
<code>1</code>, <code>2</code>, <code>3</code>, <code>150<
required: true
- name: v3-nfl-scores-format-Stadiums
path: /v3/nfl/scores/{format}/Stadiums
operations:
- name: nflv3scoresstadiums
method: GET
description: Stadiums
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-Standings-season
path: /v3/nfl/scores/{format}/Standings/{season}
operations:
- name: nflv3scoresstandings
method: GET
description: Standings
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: v3-nfl-scores-format-TeamGameStats-season-week
path: /v3/nfl/scores/{format}/TeamGameStats/{season}/{week}
operations:
- name: nflv3scoresteamgamestatslivefinal
method: GET
description: Team Game Stats [Live & Final]
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: week
in: path
type: string
description: 'Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason
1 to 4.'
required: true
- name: v3-nfl-scores-format-TeamGameStatsBySeason-season-teamid-numberofgames
path: /v3/nfl/scores/{format}/TeamGameStatsBySeason/{season}/{teamid}/{numberofgames}
operations:
- name: nflv3scoresplayergamelogsbyseason
method: GET
description: Player Game Logs - by Season
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Season to get games from. Example <code>2019POST</code>, <code>2020</code>
required: true
- name: teamid
in: path
type: string
description: Unique ID of team. Example <code> 8 </code>
required: true
- name: numberofgames
in: path
type: string
description: How many games to return. Example <code>all</code>, <code>10</code>, <code>25</code>
required: true
- name: v3-nfl-scores-format-TeamSeasonStats-season
path: /v3/nfl/scores/{format}/TeamSeasonStats/{season}
operations:
- name: nflv3scoresteamseasonstats
method: GET
description: Team Season Stats
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: v3-nfl-scores-format-Teams
path: /v3/nfl/scores/{format}/Teams
operations:
- name: nflv3scoresteamprofilesbyactive
method: GET
description: Team Profiles - by Active
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-Teams-season
path: /v3/nfl/scores/{format}/Teams/{season}
operations:
- name: nflv3scoresteamprofilesbyseason
method: GET
description: Team Profiles - by Season
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: season
in: path
type: string
description: Year of the season and the season type. If no season type is provided, then the default is regular
season.
required: true
- name: v3-nfl-scores-format-TeamsBasic
path: /v3/nfl/scores/{format}/TeamsBasic
operations:
- name: nflv3scoresteamprofilesbasicall
method: GET
description: Team Profiles (Basic) - All
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: v3-nfl-scores-format-Timeframes-type
path: /v3/nfl/scores/{format}/Timeframes/{type}
operations:
- name: nflv3scorestimeframes
method: GET
description: Timeframes
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
required: true
- name: type
in: path
type: string
description: The type of timeframes to return. Valid entries are <code>current</code> or <code>upcoming</code>
or <code>completed</code> or <code>recent</code> or <code>all
required: true
- name: v3-nfl-scores-format-TransactionsByDate-date
path: /v3/nfl/scores/{format}/TransactionsByDate/{date}
operations:
- name: nflv3scorestransactionsbydate
method: GET
description: Transactions - by Date
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are <cod
# --- truncated at 32 KB (71 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sportsdataio/refs/heads/main/capabilities/nfl-nfl-v3-scores.yaml