cURL
curl --request GET \ --url https://app.d-sports.org/api/leagues
Returns all leagues with colors, metadata, and team counts. Optionally filter by country.
Case-insensitive country filter.
{ leagues: [{ id, slug, name, fullName, country, logo, logoFormat, colors, source, _count }] }
Was this page helpful?