Fetches and updates all teams for each league based on current season. Downloads team logos.
▶ Run NowFetches fixtures/games for today's date with complete game data including quarter-by-quarter scores
▶ Run NowFetches fixtures for a specific date. Automatically includes events, team stats, and player stats for live/finished games
Bulk updates fixtures for the next 7 days. Includes events, team stats, and player stats for all live/finished games
▶ Run NowFetches live game data including scores, events, team statistics, and player statistics
▶ Run NowFetches and updates standings for all leagues including conference/division records and streaks
▶ Run NowFetches and updates player rosters for all teams including stats and experience
▶ Run NowFetches betting odds for today's upcoming and live fixtures from multiple bookmakers
▶ Run NowAdd these to your server's crontab for automatic updates
| Schedule | Jobs | Command |
|---|---|---|
| Once (Initial Setup) | updateLeagues updateBookmakers | # Run once during initial setup |
| Once per Season | updateTeams | # Run when new season starts |
| 0 6 * * * | updateFixtures | curl -s https://nfl.api-score.top/cron/updateFixtures |
| 0 */2 * * * | updateFixturesByDate | curl -s https://nfl.api-score.top/cron/updateFixturesByDate |
| 0 1 * * 1 | updateFixturesNext7Days | curl -s https://nfl.api-score.top/cron/updateFixturesNext7Days |
| */1 * * * * | updateLiveScores | curl -s https://nfl.api-score.top/cron/updateLiveScores |
| 0 3 * * * | updateStandings updateInjuries | curl -s https://nfl.api-score.top/cron/updateStandings && curl -s https://nfl.api-score.top/cron/updateInjuries |
| */10 * * * * | updateOdds | curl -s https://nfl.api-score.top/cron/updateOdds |
| 0 0 * * 0 | updatePlayers | curl -s https://nfl.api-score.top/cron/updatePlayers |