NWSL Data
Events
1,514,592
Passes
1,058,338
Shots
35,038
Players
904
Seasons
6
Matches
1,334
SQL Explorer
Direct database access (read-only). Only SELECT and WITH statements are allowed.
Execute Query
Example Queries
SELECT player_name, goals FROM player_stats ORDER BY goals DESC LIMIT 10
SELECT team, AVG(attendance) as avg_attendance FROM matches GROUP BY team
SELECT * FROM matches WHERE match_date >= '2024-01-01' LIMIT 20