Test endpoints and explore the NWSL Data API.
Natural language query for NWSL analytics
curl -X POST https://api.nwsldata.com/query \
-H "Content-Type: application/json" \
-d '{'
"query": "Who are the top 5 goal scorers in NWSL 2024?"
}
Execute a request to see the response here...
/query
Natural language query for NWSL analytics
Parameters:
• query: Natural language query
• sql: Alternative key for compatibility
/sql
Direct SQL queries to the NWSL database
Parameters:
• sql: SELECT or WITH SQL query
• Max length: 50,000 characters
/health
Check API health and service status