Links

Leagues

REQUIREMENT
You'll need a license key to use the Crypt2 Esports API. You can get one by emailing us at [email protected]

API ENDPOINT

https://api.crypt2esports.com/feed/leagues

PARAMETERS

NOTE
You can pass in multiple of the same parameters in each GET request. The returned games array is sorted by games with a start date nearest to furthest.

key (required)

Your Crypt2 Esports API license key.

sport

The sport you want to receive games for. We support the following:
  • football
  • basketball
  • baseball
  • mma
  • boxing
  • hockey
  • soccer
  • tennis
  • golf
  • motorsports
  • esports

isLive

Flag to filter for odds for live games (supports values true, yes, t, 1)

Example Response

{
"leagues": [
"Blockchain Priemership",
"NFT Championship",
"DeFi World Series",
"Olivia National Cup",
"Blockchain National League",
"Fantasy Super League",
"Italy - Serie A",
"Germany - Bundesliga",
"UEFA - Champions League"
]
}