NFL Player Split Stats API Documentation
You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.
This endpoint updates every 60 seconds.
Description
This endpoint returns NFL player split stats and custom rankings.
API Endpoint
https://api.sportsblaze.com/nfl/v1/splits/players/{season}/{split}.json
Splits
regular_seasonregular_season_awayregular_season_homeregular_season_last_1regular_season_last_5regular_season_last_10regular_season_winsregular_season_lossesregular_season_away_winsregular_season_away_lossesregular_season_home_winsregular_season_home_lossesregular_season_last_1_awayregular_season_last_5_awayregular_season_last_1_homeregular_season_last_5_homeregular_season_vs_{team}{month}{day}playoffsplayoffs_last_1
Parameters
key (required)
Your SportsBlaze API key.
id
The player id (e.g. 074c3143-f296-57ef-ad39-e06aec4c4013). Separate multiple ids with a comma (e.g. 074c3143-f296-57ef-ad39-e06aec4c4013,3552bee9-7d67-5cd7-8b6d-8abf31f47eaa).
stats
Rank players by stat(s) (e.g. total_passing_yards, average_rushing_yards, or total_receptions). Combine multiple stats by separating them with a comma (e.g. total_passing_yards,total_receptions_yards,total_rushing_yards).
Format: total/average_{stat}
min/max_played
Min/max games played (e.g. min_played=5 or max_played=10).
min/max_{stat}
Min/max stat value (e.g. min_total_passing_yards, max_average_rushing_attempts, or min_total_passing_interceptions).
Format: min/max_total/average_{stat}
sort
Sort ranked players in ascending order (e.g. sort=asc).
Example URLs
2024 player split stats, Thursday games:
https://api.sportsblaze.com/nfl/v1/splits/players/2024/thursday.json?key=your_key
2024 player split stats, regular season vs Arizona Cardinals, minimum 2 games played:
https://api.sportsblaze.com/nfl/v1/splits/players/2024/regular_season_vs_arizona_cardinals.json?key=your_key&min_played=2
2024 player split stats, regular season last 10 games, ranked by total passing yards, minimum 100 total passing attempts:
https://api.sportsblaze.com/nfl/v1/splits/players/2024/regular_season_last_10.json?key=your_key&stats=total_passing_yards&min_total_passing_attempts=100
2024 player split stats, regular season home games, minimum 5 games played, minimum 10 total receptions, ranked by total rushing yards & total receiving yards:
https://api.sportsblaze.com/nfl/v1/splits/players/2024/regular_season_home.json?key=your_key&min_played=5&min_total_receptions=10&stats=total_rushing_yards,total_receptions_yards
2024 player split stats, December games, minimum 3 games played, ranked by average passing interceptions in ascending order, minimum 100 total passing attempts, minimum 1 total passing interception:
https://api.sportsblaze.com/nfl/v1/splits/players/2024/december.json?key=your_key&min_played=2&stats=average_passing_interceptions&sort=asc&min_total_passing_attempts=100&min_total_passing_interceptions=1
Example Response
{
"league": {
"id": "nfl",
"name": "NFL",
"sport": "Football"
},
"season": {
"year": 2024,
"split": "Regular Season Home"
},
"ranking": {
"stats": [
"average_rushing_yards",
"average_receptions_yards"
],
"min_played": 5,
"min_total_receptions": 10,
"results": 196
},
"players": [
{
"rank": {
"sequence": 1,
"total": 137.75
},
"id": "820fefde-2406-58a5-bf0e-c52dea2858e2",
"name": "Derrick Henry",
"played": 8,
"stats": {
"total": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sack_yards": 0,
"defensive_sacks": 0,
"defensive_safeties": 0,
"defensive_special_teams_blocks": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_blocked": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"field_goals_attempts": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_yards": 0,
"fumbles": 2,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"receptions": 13,
"receptions_long": 92,
"receptions_longest_touchdown": 5,
"receptions_pass_target": 14,
"receptions_touchdowns": 1,
"receptions_yards": 131,
"receptions_yards_after_catch": 143,
"rushing_attempts": 168,
"rushing_long": 280,
"rushing_longest_touchdown": 148,
"rushing_touchdowns": 9,
"rushing_yards": 971,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
},
"average": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sack_yards": 0,
"defensive_sacks": 0,
"defensive_safeties": 0,
"defensive_special_teams_blocks": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_blocked": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_yards": 0,
"fumbles": 0.25,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"passing_attempts": 0,
"passing_completion_pct": 0,
"passing_completions": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"receptions": 1.625,
"receptions_average": 10.076923076923077,
"receptions_long": 11.5,
"receptions_longest_touchdown": 0.625,
"receptions_pass_target": 1.75,
"receptions_touchdowns": 0.125,
"receptions_yards": 16.375,
"receptions_yards_after_catch": 17.875,
"rushing_attempts": 21,
"rushing_average": 5.779761904761905,
"rushing_long": 35,
"rushing_longest_touchdown": 18.5,
"rushing_touchdowns": 1.125,
"rushing_yards": 121.375,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
"games": [
"d22bef54-adf9-5bd9-a16f-162469798acc",
"c4b2209a-3579-5c14-9fef-f60172d3d112",
"fc0f7c43-bf4e-50f2-beac-b4466622c709",
"1ea41091-9bc9-57b6-919e-f7317218107b",
"50ce6610-e7cb-597b-9f23-1aaf01d9c5c8",
"e6db0db9-395e-59bc-a0ef-42c18d07b4a8",
"367d5fcc-0fea-50bb-bc07-8fab4c14a0a4",
"65946f01-1753-544f-bda3-7e0fc3ada495"
]
}
],
"updated": "2025-05-08T19:04:05Z"
}