Sports & Fitness — entry 026 of 34
Sportmonks Cricket
Sportmonks' Cricket API is a token-authenticated JSON REST service covering 140+ leagues from 30+ countries, with match schedules, live scores, ball-by-ball events, player and team statistics, standings, and fantasy-relevant data. New accounts land on a genuine free plan (a handful of leagues, e.g. the CSA T20 Challenge and Big Bash League, no card required); paid Major/World/Enterprise plans scale purely by league count and hourly request volume rather than gating features. A live probe of the real API host confirmed it requires the account token (401 without one) and returns no CORS header for browser-origin requests.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.