nfl-data US Sports
Run on Machina
Coming soon
NFL data via ESPN public endpoints plus an nflverse backend for schedules, weekly rosters, play-by-play, and normalized player/team stat tables. Zero config, no API keys.
Commands
| Command | Description |
|---|---|
get_scoreboard |
Live/recent NFL scores |
get_standings |
Standings by conference and division |
get_teams |
All 32 NFL teams |
get_team_roster |
Full roster for a team |
get_team_schedule |
Schedule for a specific team |
get_game_summary |
Detailed box score and scoring plays |
get_leaders |
NFL statistical leaders |
get_news |
NFL news articles |
get_play_by_play |
Full play-by-play for a game |
get_win_probability |
Win probability chart data |
get_schedule |
Season schedule by week |
get_injuries |
Injury reports across all teams |
get_transactions |
Recent transactions |
get_futures |
Futures/odds markets |
get_depth_chart |
Depth chart for a team |
get_team_stats |
Team statistical profile |
get_player_stats |
Player statistical profile |
get_nflverse_schedule |
nflverse-backed schedules/results table |
get_nflverse_weekly_rosters |
nflverse-backed weekly rosters |
get_nflverse_player_stats |
nflverse-backed normalized player stat rows |
get_nflverse_team_stats |
nflverse-backed normalized team stat rows |
get_nflverse_play_by_play |
nflverse-backed play-by-play rows |
Example Prompts
- What are today's NFL scores?
- Show me the AFC standings
- Who's on the Chiefs roster?
- How did the Super Bowl go?
- Who's injured on the Chiefs?
Quick Start
# CLI
sports-skills nfl-data get_scoreboard
# Python
from sports_skills import nfl_data
nfl_data.get_scoreboard()