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
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" | |
| } | |
| ] |