cURL
curl --request GET \ --url https://app.d-sports.org/api/leagues
Returns all leagues with team counts. Optionally filter by country.
Case-insensitive country filter.
{ success, data: { leagues } }
Was this page helpful?