Skip to content

Instantly share code, notes, and snippets.

@lorishui
Last active November 19, 2025 10:12
Show Gist options
  • Select an option

  • Save lorishui/a4b5e56be7e448894c4ca5a512c0a0fb to your computer and use it in GitHub Desktop.

Select an option

Save lorishui/a4b5e56be7e448894c4ca5a512c0a0fb to your computer and use it in GitHub Desktop.
Sample NBA player stats in JSON and CSV formats.

Sample NBA player stats in JSON and CSV formats. Useful for table testing or API response examples.

Preview JSON as a table: NBA Players CSV Version

[
{
"player": "LeBron James",
"team": "Lakers",
"ppg": 25.1,
"apg": 7.9,
"rpg": 7.3,
"updated": "2025-01-20"
},
{
"player": "Stephen Curry",
"team": "Warriors",
"ppg": 28.7,
"apg": 5.1,
"rpg": 4.4,
"updated": "2025-01-20"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment