Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Integration Guides

Seasonal Statistics (Player & Team)

This guide helps you access WNBA seasonal statistics for players and teams, and career statistics for players. It also includes instructions for using the Daily Change Log endpoint to monitor post-game stat revisions.

Introduction to Seasonal Statistics

If you've explored integrating live game updates into your application, you may be familiar with the Game Summary endpoint, which provides game statistics in real-time. This guide focuses on accessing seasonal statistics — an aggregation of game statistics across a season — for both players and teams.



Prerequisite - Accessing Available Seasons

To avoid confusion and ensure you're accessing available data, refer to our Seasons feed. This resource lists all the seasons for which we have data.

For example: To ensure data availability for future seasons, such as a schedule in advance of when a season begins, first check the Seasons feed to verify that data for that specific season is already provided.

Starting with this feed can prevent unnecessary errors and streamline your data retrieval process.



How to Access Seasonal Statistics

You can access seasonal statistics using the Seasonal Statistics feed. This endpoint provides complete team and player seasonal statistics for a given season.

🕑

Data Availability

Our seasonal statistics date back to the year 2015, although availability can vary by player and team.

Accessing the Seasonal Statistics Feed:

  1. Get a team ID: You can access a list of all active teams in the WNBA API database with the Teams endpoint.
  2. Call the Seasonal Statistics feed: Using the team ID, you can retrieve seasonal statistics for that team — covering preseason (PRE), regular season (REG), or postseason (PST), or Commissioners Cup (CC) — by querying the Seasonal Statistics feed.

The call will retrieve seasonal statistics for the team, its opponents, and its individual players.

Recommended Pull Frequency:

  • Seasonal stats are updated on a five-minute timer after a game is moved to closed
  • To receive the fastest updates, call the feed five to ten minutes after a game is moved to closed.
  • Otherwise, utilize this feed on an as needed basis.
  • The TTL/Cache is 120 seconds.

👍

Tip

Use the Daily Change Log endpoint to capture stat revisions after a game has ended. See the Daily Change Log section in this guide for more details.

Example - Retrieving Seasonal Stats for the Dallas Wings and Jacy Sheldon

This example shows a response from using the team ID 5f0b5caf-708b-4300-92f2-53b51d83ec06 to access the 2024 regular season stats for the Dallas Wings and Jacy Sheldon.

Here are the team seasonal stats to start:

{
  "id": "5f0b5caf-708b-4300-92f2-53b51d83ec06",
  "name": "Wings",
  "market": "Dallas",
  "sr_id": "sr:team:3450",
  "reference": "1611661321",
  "season": {
    "id": "db004e22-7ed4-4316-8302-79454224f49d",
    "year": 2024,
    "type": "REG"
  },
  "own_record": {
    "total": {
      "games_played": 40,
      "minutes": 8075,
      "field_goals_made": 1266,
      "field_goals_att": 2841,
      "field_goals_pct": 0.446,
      "two_points_made": 1016,
      "two_points_att": 2074,
      "two_points_pct": 0.49,
      "three_points_made": 250,
      "three_points_att": 767,
      "three_points_pct": 0.326,
      "blocked_att": 182,
      "free_throws_made": 586,
      "free_throws_att": 746,
      "free_throws_pct": 0.786,
      "offensive_rebounds": 419,
      "defensive_rebounds": 971,
      "rebounds": 1390,
      "assists": 817,
      "turnovers": 593,
      "assists_turnover_ratio": 1.38,
      "steals": 285,
      "blocks": 158,
      "personal_fouls": 739,
      "tech_fouls": 25,
      "points": 3368,
      "fast_break_pts": 436,
      "flagrant_fouls": 7,
      "points_off_turnovers": 587,
      "second_chance_pts": 551,
      "ejections": 1,
      "foulouts": 3,
      "efficiency": 3690,
      "points_in_paint": 1634,
      "team_offensive_rebounds": 228,
      "team_defensive_rebounds": 100,
      "team_rebounds": 328,
      "team_turnovers": 33,
      "total_rebounds": 1718,
      "total_turnovers": 626,
      "true_shooting_att": 3169.24,
      "true_shooting_pct": 0.531,
      "field_goals_at_rim_made": 521,
      "field_goals_at_rim_att": 789,
      "field_goals_at_rim_pct": 0.66,
      "field_goals_at_midrange_made": 203,
      "field_goals_at_midrange_att": 574,
      "field_goals_at_midrange_pct": 0.354,
      "points_in_paint_made": 817,
      "points_in_paint_att": 1511,
      "points_in_paint_pct": 0.541,
      "effective_fg_pct": 0.49,
      "bench_points": 587,
      "fouls_drawn": 699,
      "offensive_fouls": 80,
      "team_tech_fouls": 6,
      "defensive_assists": 0,
      "fast_break_att": 318,
      "fast_break_made": 178,
      "fast_break_pct": 0.56,
      "technical_other": 0,
      "coach_ejections": 0,
      "points_against": 3685,
      "second_chance_att": 415,
      "second_chance_made": 218,
      "second_chance_pct": 0.525,
      "coach_tech_fouls": 1,
      "team_fouls": 7,
      "total_fouls": 746,
      "possessions": 3376.24,
      "opponent_possessions": 3380,
      "offensive_rating": 99.76,
      "defensive_rating": 109.02,
      "net_rating": -9.26
    },
    "average": {
      "fast_break_pts": 10.9,
      "points_off_turnovers": 14.68,
      "second_chance_pts": 13.78,
      "minutes": 201.9,
      "points": 84.2,
      "off_rebounds": 10.48,
      "def_rebounds": 24.28,
      "rebounds": 34.75,
      "assists": 20.4,
      "steals": 7.13,
      "blocks": 3.95,
      "turnovers": 14.83,
      "personal_fouls": 18.48,
      "flagrant_fouls": 0.18,
      "blocked_att": 4.55,
      "field_goals_made": 31.65,
      "field_goals_att": 71.03,
      "three_points_made": 6.25,
      "three_points_att": 19.18,
      "free_throws_made": 14.65,
      "free_throws_att": 18.65,
      "two_points_made": 25.4,
      "two_points_att": 51.85,
      "points_in_paint": 40.85,
      "efficiency": 92.25,
      "true_shooting_att": 79.23,
      "points_in_paint_att": 37.78,
      "points_in_paint_made": 20.43,
      "bench_points": 14.68,
      "fouls_drawn": 17.48,
      "offensive_fouls": 2,
      "fast_break_att": 7.95,
      "fast_break_made": 4.45,
      "second_chance_att": 10.38,
      "second_chance_made": 5.45
    }
  },
  "opponents": {
    "total": {
      "games_played": 40,
      "minutes": 8075,
      "field_goals_made": 1339,
      "field_goals_att": 2819,
      "field_goals_pct": 0.475,
      "two_points_made": 997,
      "two_points_att": 1882,
      "two_points_pct": 0.53,
      "three_points_made": 342,
      "three_points_att": 937,
      "three_points_pct": 0.365,
      "blocked_att": 158,
      "free_throws_made": 665,
      "free_throws_att": 825,
      "free_throws_pct": 0.806,
      "offensive_rebounds": 351,
      "defensive_rebounds": 970,
      "rebounds": 1321,
      "assists": 925,
      "turnovers": 511,
      "assists_turnover_ratio": 1.81,
      "steals": 320,
      "blocks": 182,
      "personal_fouls": 699,
      "tech_fouls": 21,
      "points": 3685,
      "fast_break_pts": 512,
      "flagrant_fouls": 1,
      "points_off_turnovers": 677,
      "second_chance_pts": 431,
      "ejections": 0,
      "foulouts": 1,
      "efficiency": 4282,
      "points_in_paint": 1628,
      "team_offensive_rebounds": 219,
      "team_defensive_rebounds": 118,
      "team_rebounds": 337,
      "team_turnovers": 38,
      "total_rebounds": 1658,
      "total_turnovers": 549,
      "true_shooting_att": 3182,
      "true_shooting_pct": 0.579,
      "field_goals_at_rim_made": 516,
      "field_goals_at_rim_att": 743,
      "field_goals_at_rim_pct": 0.694,
      "field_goals_at_midrange_made": 188,
      "field_goals_at_midrange_att": 472,
      "field_goals_at_midrange_pct": 0.398,
      "points_in_paint_made": 814,
      "points_in_paint_att": 1424,
      "points_in_paint_pct": 0.572,
      "effective_fg_pct": 0.536,
      "bench_points": 808,
      "fouls_drawn": 739,
      "offensive_fouls": 47,
      "team_tech_fouls": 11,
      "defensive_assists": 0,
      "fast_break_att": 354,
      "fast_break_made": 215,
      "fast_break_pct": 0.607,
      "technical_other": 0,
      "coach_ejections": 0,
      "points_against": 3368,
      "second_chance_att": 347,
      "second_chance_made": 170,
      "second_chance_pct": 0.49,
      "coach_tech_fouls": 4,
      "team_fouls": 15,
      "total_fouls": 714,
      "possessions": 3380,
      "opponent_possessions": 3376.24,
      "offensive_rating": 109.02,
      "defensive_rating": 99.76,
      "net_rating": 9.26
    },
    "average": {
      "fast_break_pts": 12.8,
      "points_off_turnovers": 16.93,
      "second_chance_pts": 10.78,
      "minutes": 201.9,
      "points": 92.1,
      "off_rebounds": 8.78,
      "def_rebounds": 24.25,
      "rebounds": 33.03,
      "assists": 23.1,
      "steals": 8,
      "blocks": 4.55,
      "turnovers": 12.78,
      "personal_fouls": 17.48,
      "flagrant_fouls": 0.03,
      "blocked_att": 3.95,
      "field_goals_made": 33.48,
      "field_goals_att": 70.48,
      "three_points_made": 8.55,
      "three_points_att": 23.43,
      "free_throws_made": 16.63,
      "free_throws_att": 20.63,
      "two_points_made": 24.93,
      "two_points_att": 47.05,
      "points_in_paint": 40.7,
      "efficiency": 107.05,
      "true_shooting_att": 79.55,
      "points_in_paint_att": 35.6,
      "points_in_paint_made": 20.35,
      "bench_points": 20.2,
      "fouls_drawn": 18.48,
      "offensive_fouls": 1.18,
      "fast_break_att": 8.85,
      "fast_break_made": 5.38,
      "second_chance_att": 8.68,
      "second_chance_made": 4.25
    }
  }
}

This code sample provides comprehensive team statistics for the Dallas Wings during the 2024 WNBA regular season. It includes a wide range of metrics such as field goals made and attempted, three-point and free-throw percentages, rebounds, assists, turnovers, and more. The data enables deep analysis of team performance, showcasing metrics like shooting efficiency (44.6% FG%), offensive output (84.2 points per game), and defensive challenges (92.1 points allowed per game).

You could visualize this data in your application to highlight key WNBA team statistics. This example focuses on the Dallas Wings’ 2024 regular season performance, showcasing totals like points scored (3,368), rebounds (1,390), assists (817), and shooting percentages (44.6% FG, 32.6% 3P, and 78.6% FT). It also includes defensive stats such as opponent points (3,685), opponent field goal percentage (47.5%), and steals (285). Presenting the data this way allows users to quickly evaluate team strengths and weaknesses across both offensive and defensive metrics.


Team Seasonal Stats Use Case: By integrating team seasonal statistics, your application could feature updates on key WNBA metrics such as points scored, shooting percentages, rebounds, and defensive stats. This would enable fans, coaches, and analysts to track team performance throughout the season, strategize for future games, and make predictions based on comprehensive, real-time statistics like field goal percentages, turnovers, and opponent scoring.

Further analysis of the data reveals seasonal statistics for Jacy Sheldon

{
  "players": [
    {
      "id": "0c6ce2db-d4e6-49cc-8490-78a6842026f2",
      "full_name": "Jacy Sheldon",
      "first_name": "Jacy",
      "last_name": "Sheldon",
      "position": "G",
      "primary_position": "NA",
      "jersey_number": "4",
      "sr_id": "sr:player:2268339",
      "reference": "1642292",
      "total": {
        "games_played": 40,
        "games_started": 26,
        "minutes": 931,
        "field_goals_made": 81,
        "field_goals_att": 210,
        "field_goals_pct": 0.386,
        "two_points_made": 51,
        "two_points_att": 113,
        "two_points_pct": 0.451,
        "three_points_made": 30,
        "three_points_att": 97,
        "three_points_pct": 0.309,
        "blocked_att": 17,
        "free_throws_made": 25,
        "free_throws_att": 27,
        "free_throws_pct": 0.926,
        "offensive_rebounds": 27,
        "defensive_rebounds": 55,
        "rebounds": 82,
        "assists": 99,
        "turnovers": 63,
        "assists_turnover_ratio": 1.57,
        "steals": 23,
        "blocks": 12,
        "personal_fouls": 101,
        "tech_fouls": 0,
        "points": 217,
        "flagrant_fouls": 0,
        "ejections": 0,
        "foulouts": 0,
        "tech_fouls_non_unsportsmanlike": 0,
        "true_shooting_att": 221.88,
        "true_shooting_pct": 0.489,
        "efficiency": 239,
        "field_goals_at_rim_made": 24,
        "field_goals_at_rim_att": 38,
        "field_goals_at_rim_pct": 0.632,
        "field_goals_at_midrange_made": 11,
        "field_goals_at_midrange_att": 30,
        "field_goals_at_midrange_pct": 0.367,
        "usage_pct": 13.14,
        "points_off_turnovers": 39,
        "points_in_paint": 82,
        "points_in_paint_made": 41,
        "points_in_paint_att": 85,
        "points_in_paint_pct": 0.482,
        "effective_fg_pct": 0.457,
        "double_doubles": 0,
        "triple_doubles": 0,
        "fouls_drawn": 32,
        "offensive_fouls": 3,
        "fast_break_pts": 29,
        "fast_break_att": 28,
        "fast_break_made": 12,
        "fast_break_pct": 0.429,
        "coach_ejections": 0,
        "second_chance_pct": 0.308,
        "second_chance_pts": 9,
        "second_chance_att": 13,
        "second_chance_made": 4,
        "minus": 2152,
        "plus": 1919,
        "coach_tech_fouls": 0
      },
      "average": {
        "minutes": 23.3,
        "points": 5.4,
        "off_rebounds": 0.68,
        "def_rebounds": 1.38,
        "rebounds": 2.05,
        "assists": 2.5,
        "steals": 0.58,
        "blocks": 0.3,
        "turnovers": 1.58,
        "personal_fouls": 2.53,
        "flagrant_fouls": 0,
        "blocked_att": 0.43,
        "field_goals_made": 2.03,
        "field_goals_att": 5.25,
        "three_points_made": 0.75,
        "three_points_att": 2.43,
        "free_throws_made": 0.63,
        "free_throws_att": 0.68,
        "two_points_made": 1.28,
        "two_points_att": 2.83,
        "efficiency": 5.98,
        "true_shooting_att": 5.55,
        "points_off_turnovers": 0.98,
        "points_in_paint_made": 1.03,
        "points_in_paint_att": 2.13,
        "points_in_paint": 2.05,
        "fouls_drawn": 0.8,
        "offensive_fouls": 0.08,
        "fast_break_pts": 0.73,
        "fast_break_att": 0.7,
        "fast_break_made": 0.3,
        "second_chance_pts": 0.23,
        "second_chance_att": 0.33,
        "second_chance_made": 0.1
      }
    }
  ]
}

This data sample provides comprehensive statistics on Greg Brown III's performance over six games. It includes key metrics such as field goals made (5 out of 11 attempts), rebounds (9 total), blocks (4), and points scored (15). Additionally, it highlights his shooting percentages, including a 45.5% field goal percentage, 50% two-point percentage, and 33.3% from beyond the arc. The data also covers advanced metrics like usage rate (20.41%) and efficiency (17), providing an in-depth look at his contributions on both offense and defense, including fast break points, points in the paint, and second-chance points.

Player Seasonal Stats Use Case: You can use this data to enhance a basketball-focused fantasy sports app by offering users real-time updates and detailed statistical insights on players like Greg Brown III. With key performance metrics such as field goal percentage, points, rebounds, and blocks, users can track players' contributions to their fantasy teams. This data enables users to make informed decisions about lineup changes, player acquisitions, and overall strategy, providing a competitive edge through comprehensive player stats and trends.



Accessing Player Career and Seasonal Statistics

You can also access both seasonal and career statistics for players via the Player Profile feed. This feed delivers player seasonal statistics for each season they have played, along with biographical details and draft information.

Note: For players who began their careers before the establishment of the API, some early career stats may not be available.

Accessing the Player Profile Feed:

  1. Get a Player ID: You can find player IDs using various endpoints, such as:
    • Seasonal Statistics: Useful if you're already retrieving seasonal data and want comprehensive career statistics.
    • Team Profile: Use this feed if you have a team ID and need player IDs. For a detailed guide on which feeds provide player data, check the WNBA API Map.
  2. Use the Player Profile Feed: Once you have a player ID, use it to access both seasonal and career statistics, providing a comprehensive overview of the player’s performance throughout their career.

Recommended Pull Frequency:

  • The Player Profile feed is updated on a five minute timer after a game is moved to closed
  • To receive the fastest updates, call the feed five to ten minutes after a game is moved to closed.
  • Otherwise, utilize this feed on an as needed basis.
  • The TTL/Cache is 120 seconds.

Example:

{
  "id": "0c6ce2db-d4e6-49cc-8490-78a6842026f2",
  "status": "ACT",
  "full_name": "Jacy Sheldon",
  "first_name": "Jacy",
  "last_name": "Sheldon",
  "abbr_name": "J.Sheldon",
  "height": 70,
  "weight": 140,
  "position": "G",
  "primary_position": "NA",
  "jersey_number": "4",
  "experience": "1",
  "college": "Ohio State",
  "high_school": "Dublin Coffman (OH)",
  "birth_place": "Dublin, OH, USA",
  "birthdate": "2000-08-23",
  "updated": "2025-02-15T18:10:11Z",
  "sr_id": "sr:player:2268339",
  "rookie_year": 2024,
  "reference": "1642292",
  "league": {
    "id": "59c24590-0adb-4b3d-80a8-10450f83f4a1",
    "name": "WNBA",
    "alias": "WNBA"
  },
  "team": {
    "id": "a015b02d-845c-40c1-8ef4-844984f47e4d",
    "name": "Sun",
    "market": "Connecticut",
    "alias": "CON",
    "sr_id": "sr:team:35547",
    "reference": "1611661323"
  },
  "draft": {
    "team_id": "5f0b5caf-708b-4300-92f2-53b51d83ec06",
    "year": 2024,
    "round": "1",
    "pick": "5"
  },
  "seasons": [
    {
      "id": "9d0ca0e6-2e0d-4ef9-abc7-ff12d23334cc",
      "year": 2025,
      "type": "PRE",
      "teams": [
        {
          "id": "a015b02d-845c-40c1-8ef4-844984f47e4d",
          "name": "Sun",
          "market": "Connecticut",
          "alias": "CON",
          "sr_id": "sr:team:35547",
          "reference": "1611661323",
          "total": {
            "games_played": 1,
            "games_started": 0,
            "minutes": 23,
            "field_goals_made": 2,
            "field_goals_att": 7,
            "field_goals_pct": 0.286,
            "two_points_made": 1,
            "two_points_att": 2,
            "two_points_pct": 0.5,
            "three_points_made": 1,
            "three_points_att": 5,
            "three_points_pct": 0.2,
            "blocked_att": 0,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "free_throws_pct": 0,
            "offensive_rebounds": 1,
            "defensive_rebounds": 0,
            "rebounds": 1,
            "assists": 1,
            "turnovers": 1,
            "assists_turnover_ratio": 1,
            "steals": 1,
            "blocks": 0,
            "personal_fouls": 1,
            "tech_fouls": 0,
            "points": 5,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 7,
            "true_shooting_pct": 0.357,
            "efficiency": 2,
            "field_goals_at_rim_made": 1,
            "field_goals_at_rim_att": 1,
            "field_goals_at_rim_pct": 1,
            "field_goals_at_midrange_made": 0,
            "field_goals_at_midrange_att": 0,
            "field_goals_at_midrange_pct": 0,
            "usage_pct": 15.53,
            "points_off_turnovers": 2,
            "points_in_paint": 2,
            "points_in_paint_made": 1,
            "points_in_paint_att": 2,
            "points_in_paint_pct": 0.5,
            "effective_fg_pct": 0.357,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 1,
            "offensive_fouls": 0,
            "fast_break_pts": 2,
            "fast_break_att": 2,
            "fast_break_made": 1,
            "fast_break_pct": 0.5,
            "coach_ejections": 0,
            "second_chance_pct": 0,
            "second_chance_pts": 0,
            "second_chance_att": 1,
            "second_chance_made": 0,
            "minus": 45,
            "plus": 30,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 23,
            "points": 5,
            "off_rebounds": 1,
            "def_rebounds": 0,
            "rebounds": 1,
            "assists": 1,
            "steals": 1,
            "blocks": 0,
            "turnovers": 1,
            "personal_fouls": 1,
            "flagrant_fouls": 0,
            "blocked_att": 0,
            "field_goals_made": 2,
            "field_goals_att": 7,
            "three_points_made": 1,
            "three_points_att": 5,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "two_points_made": 1,
            "two_points_att": 2,
            "efficiency": 2,
            "true_shooting_att": 7,
            "points_off_turnovers": 2,
            "points_in_paint_made": 1,
            "points_in_paint_att": 2,
            "points_in_paint": 2,
            "fouls_drawn": 1,
            "offensive_fouls": 0,
            "fast_break_pts": 2,
            "fast_break_att": 2,
            "fast_break_made": 1,
            "second_chance_pts": 0,
            "second_chance_att": 1,
            "second_chance_made": 0
          }
        }
      ]
    },
    {
      "id": "db004e22-7ed4-4316-8302-79454224f49d",
      "year": 2024,
      "type": "REG",
      "teams": [
        {
          "id": "5f0b5caf-708b-4300-92f2-53b51d83ec06",
          "name": "Wings",
          "market": "Dallas",
          "alias": "DAL",
          "sr_id": "sr:team:3450",
          "reference": "1611661321",
          "total": {
            "games_played": 40,
            "games_started": 26,
            "minutes": 931,
            "field_goals_made": 81,
            "field_goals_att": 210,
            "field_goals_pct": 0.386,
            "two_points_made": 51,
            "two_points_att": 113,
            "two_points_pct": 0.451,
            "three_points_made": 30,
            "three_points_att": 97,
            "three_points_pct": 0.309,
            "blocked_att": 17,
            "free_throws_made": 25,
            "free_throws_att": 27,
            "free_throws_pct": 0.926,
            "offensive_rebounds": 27,
            "defensive_rebounds": 55,
            "rebounds": 82,
            "assists": 99,
            "turnovers": 63,
            "assists_turnover_ratio": 1.57,
            "steals": 23,
            "blocks": 12,
            "personal_fouls": 101,
            "tech_fouls": 0,
            "points": 217,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 221.88,
            "true_shooting_pct": 0.489,
            "efficiency": 239,
            "field_goals_at_rim_made": 24,
            "field_goals_at_rim_att": 38,
            "field_goals_at_rim_pct": 0.632,
            "field_goals_at_midrange_made": 11,
            "field_goals_at_midrange_att": 30,
            "field_goals_at_midrange_pct": 0.367,
            "usage_pct": 13.14,
            "points_off_turnovers": 39,
            "points_in_paint": 82,
            "points_in_paint_made": 41,
            "points_in_paint_att": 85,
            "points_in_paint_pct": 0.482,
            "effective_fg_pct": 0.457,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 32,
            "offensive_fouls": 3,
            "fast_break_pts": 29,
            "fast_break_att": 28,
            "fast_break_made": 12,
            "fast_break_pct": 0.429,
            "coach_ejections": 0,
            "second_chance_pct": 0.308,
            "second_chance_pts": 9,
            "second_chance_att": 13,
            "second_chance_made": 4,
            "minus": 2152,
            "plus": 1919,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 23.3,
            "points": 5.4,
            "off_rebounds": 0.68,
            "def_rebounds": 1.38,
            "rebounds": 2.05,
            "assists": 2.5,
            "steals": 0.58,
            "blocks": 0.3,
            "turnovers": 1.58,
            "personal_fouls": 2.53,
            "flagrant_fouls": 0,
            "blocked_att": 0.43,
            "field_goals_made": 2.03,
            "field_goals_att": 5.25,
            "three_points_made": 0.75,
            "three_points_att": 2.43,
            "free_throws_made": 0.63,
            "free_throws_att": 0.68,
            "two_points_made": 1.28,
            "two_points_att": 2.83,
            "efficiency": 5.98,
            "true_shooting_att": 5.55,
            "points_off_turnovers": 0.98,
            "points_in_paint_made": 1.03,
            "points_in_paint_att": 2.13,
            "points_in_paint": 2.05,
            "fouls_drawn": 0.8,
            "offensive_fouls": 0.08,
            "fast_break_pts": 0.73,
            "fast_break_att": 0.7,
            "fast_break_made": 0.3,
            "second_chance_pts": 0.23,
            "second_chance_att": 0.33,
            "second_chance_made": 0.1
          }
        }
      ]
    },
    {
      "id": "6d989f83-e285-4fee-932a-98377c818b8a",
      "year": 2024,
      "type": "PRE",
      "teams": [
        {
          "id": "5f0b5caf-708b-4300-92f2-53b51d83ec06",
          "name": "Wings",
          "market": "Dallas",
          "alias": "DAL",
          "sr_id": "sr:team:3450",
          "reference": "1611661321",
          "total": {
            "games_played": 1,
            "games_started": 0,
            "minutes": 13,
            "field_goals_made": 2,
            "field_goals_att": 2,
            "field_goals_pct": 1,
            "two_points_made": 0,
            "two_points_att": 0,
            "two_points_pct": 0,
            "three_points_made": 2,
            "three_points_att": 2,
            "three_points_pct": 1,
            "blocked_att": 0,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "free_throws_pct": 0,
            "offensive_rebounds": 0,
            "defensive_rebounds": 1,
            "rebounds": 1,
            "assists": 2,
            "turnovers": 3,
            "assists_turnover_ratio": 0.67,
            "steals": 0,
            "blocks": 0,
            "personal_fouls": 3,
            "tech_fouls": 0,
            "points": 6,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 2,
            "true_shooting_pct": 1.5,
            "efficiency": 6,
            "field_goals_at_rim_made": 0,
            "field_goals_at_rim_att": 0,
            "field_goals_at_rim_pct": 0,
            "field_goals_at_midrange_made": 0,
            "field_goals_at_midrange_att": 0,
            "field_goals_at_midrange_pct": 0,
            "usage_pct": 17.09,
            "points_off_turnovers": 3,
            "points_in_paint": 0,
            "points_in_paint_made": 0,
            "points_in_paint_att": 0,
            "points_in_paint_pct": 0,
            "effective_fg_pct": 1.5,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 0,
            "offensive_fouls": 0,
            "fast_break_pts": 0,
            "fast_break_att": 0,
            "fast_break_made": 0,
            "fast_break_pct": 0,
            "coach_ejections": 0,
            "second_chance_pct": 0,
            "second_chance_pts": 0,
            "second_chance_att": 0,
            "second_chance_made": 0,
            "minus": 27,
            "plus": 30,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 13,
            "points": 6,
            "off_rebounds": 0,
            "def_rebounds": 1,
            "rebounds": 1,
            "assists": 2,
            "steals": 0,
            "blocks": 0,
            "turnovers": 3,
            "personal_fouls": 3,
            "flagrant_fouls": 0,
            "blocked_att": 0,
            "field_goals_made": 2,
            "field_goals_att": 2,
            "three_points_made": 2,
            "three_points_att": 2,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "two_points_made": 0,
            "two_points_att": 0,
            "efficiency": 6,
            "true_shooting_att": 2,
            "points_off_turnovers": 3,
            "points_in_paint_made": 0,
            "points_in_paint_att": 0,
            "points_in_paint": 0,
            "fouls_drawn": 0,
            "offensive_fouls": 0,
            "fast_break_pts": 0,
            "fast_break_att": 0,
            "fast_break_made": 0,
            "second_chance_pts": 0,
            "second_chance_att": 0,
            "second_chance_made": 0
          }
        }
      ]
    }
  ]
}

The Player Profile data for Jacy Sheldon offers a comprehensive view of her performance across multiple seasons, capturing detailed statistics such as field goal percentage, assists, rebounds, and defensive contributions. For example, the 2024 regular season includes metrics like her 38.6% field goal shooting, 217 total points, and 99 assists over 40 games. The profile also breaks down her shooting by zone—at the rim, midrange, and three-point line—and includes advanced stats like usage percentage, efficiency rating, and points in the paint. This level of detail enables a full assessment of Sheldon’s development, impact, and role on the court over time.

You can display this data in tables representing a player's statistics by season, showing key stats like field goal percentage, and three-point average.

You can also create player profiles like the following to present a snapshot of seasonal statistics.

Use Case:

While building a fantasy basketball application, you can use such detailed statistics to enhance player analytics features, helping users make informed decisions when drafting players. For example, the application could include a "Player Performance Tracker" that visualizes a player's stats over various seasons, enabling users to spot trends in performance or assess the impact of injuries and team changes on a player's output. This would be a valuable tool for fantasy league participants aiming to optimize their draft strategies based on thorough statistical insights.



Monitoring Seasonal Statistics with the Daily Change Log

The Daily Change Log is useful for monitoring adjustments to WNBA seasonal statistics. For instance, if a game statistic that affects seasonal totals is corrected, the log will record this update in its results node.

Steps:

  1. Identify Change Type: Spot any game IDs within the results node to signify changes in game-related data or statistics.
  2. Retrieve Detailed Data: Use the identified game IDs to pull additional details from relevant feeds such as Game Summary, Play-by-Play, or Game Boxscore, is recommended for its direct impact on seasonal statistics and splits.
  3. Access Seasonal Statistics or Splits Feeds: Use the team ID from the detailed data to retrieve information from the seasonal statistics feed or one of the available split feeds.
  4. Verify Changes: Compare the newly retrieved data with previously stored records to confirm changes in statistics. Use the player ID to access the Player Profile feed for deeper analysis of player-specific updates.

⏱️

Update Frequency

TTL / Cache: 300 seconds

Data Updates:

  • Entries populate live for changes to teams, players, game statistics, schedules, and standings.
  • Start time of the log is 05:00:00 UTC; end time is 04:59:59 UTC