🎮

Free CS2 Esports API

Counter-Strike 2 esports data with live scores, team stats, tournament brackets, and ML-powered match predictions. All via a simple REST API.

180
Tournaments
403
Teams
2870
Matches
2868
ML Predictions

Quick API Examples

All endpoints return JSON. Authenticate with your API key in the header.

GET /api/tournaments/
# List all tournaments
curl -H "Authorization: Api-Key YOUR_KEY" \
  https://csgo.bzzoiro.com/api/tournaments/
GET /api/matches/
# Get upcoming matches
curl -H "Authorization: Api-Key YOUR_KEY" \
  https://csgo.bzzoiro.com/api/matches/
GET /api/live/
# Live match scores
curl -H "Authorization: Api-Key YOUR_KEY" \
  https://csgo.bzzoiro.com/api/live/
GET /api/predictions/
# ML match predictions
curl -H "Authorization: Api-Key YOUR_KEY" \
  https://csgo.bzzoiro.com/api/predictions/

What You Get

  • Live Scores — Real-time match updates with map-by-map scores and round counts
  • Team Data — Rosters, match history, and performance stats
  • Tournament Brackets — Full tournament structures with match schedules
  • ML Predictions — CatBoost-powered match outcome predictions
  • Match Results — Historical data with map picks, bans, and detailed scores
Cross-platform API key: The same API key works across all BSD platforms — sports.bzzoiro.com, tennis.bzzoiro.com, and csgo.bzzoiro.com. Register once, access everything.

Ready to get started?

Free API key, no credit card required, no rate limits.