StatsHub Docs
APIEndpoint referenceBasketball

/basketball/search

Upcoming fixtures, teams and players matching a term.

GET
/api/basketball/search

Upcoming fixtures, teams and players matching a term.

Each name is matched twice — once literally and once with both sides folded to unaccented lowercase — so "Doncic" finds "Dončić" and "Dončić" still finds itself. The three result sets sit at the top level, not under data.

Query Parameters

q?string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/basketball/search"
{  "fixtures": [    "string"  ],  "players": [    "string"  ],  "teams": [    "string"  ]}