NWSL Logo

NWSL Data

API Console

Test endpoints and explore the NWSL Data API.

Request

Natural language query for NWSL analytics

curl
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?"
  }
Free API calls: 0/25

Response

Response Body
Execute a request to see the response here...

API Documentation

POST/query

Natural language query for NWSL analytics

Parameters:

• query: Natural language query

• sql: Alternative key for compatibility

POST/sql

Direct SQL queries to the NWSL database

Parameters:

• sql: SELECT or WITH SQL query

• Max length: 50,000 characters

GET/health

Check API health and service status