V5 1xBet API
V5 is SportsAPI Pro’s dedicated odds + live scores layer covering 58 sports. Every event ships with up to 1,200+ betting markets, real-time period scores, match timer, live statistics (possession, shots, cards, corners, attacks), team logos, venue, weather, and win probability.Key Features
- 58 sports — football, tennis, basketball, ice hockey, baseball, volleyball, rugby, handball, boxing, table tennis, American football, futsal, cricket, esports, UFC, golf, darts, snooker, motorsport, and 39 more
- Prematch events with quick-access odds: 1X2, Double Chance, Totals, Handicap, BTTS, Draw No Bet
- Full event detail with 1,000+ markets across periods and sub-games
- Live events with scores, period scores, match timer, and live stats
- Team logos via CDN URLs included on every event
- Win probability and weather conditions on full event detail
- Multi-sport — the same endpoints work for every sport via
?sport={id}
Base URL
Authentication
Every endpoint except/health requires your API key in the x-api-key header.
Quick Start
How V5 Compares
| Feature | V5 | V4 | V3 | V2 |
|---|---|---|---|---|
| Sports | 58 | 17 | 34 | 30+ |
| Markets per event | 1,200+ | Multi-bookie | n/a | n/a |
| Live stats | Yes | No | No | Yes |
| Win probability | Yes | No | No | Yes |
| Weather | Yes | No | No | No |
| Team logos | Yes | No | No | Yes |
Common Workflows
- Top odds widget —
/api/v1/{sport}/top?count=10→ renderodds.1x2per event. - Live scoreboard —
/api/v1/{sport}/live→ poll every 5s forscore,timerMinutes,currentPeriodName. - Event detail page —
/api/v1/event/{id}→ render 1,000+ markets grouped bymarketCategories. - League browser —
/api/v1/sports/{sportId}/leagues→/api/v1/leagues/{leagueId}/events. - Live league with stats —
/api/v1/live/leagues/{leagueId}→ renderstatsarray. - Live event with full markets —
/api/v1/live/event/{eventId}→ all live markets, live scores, timer, stats, and video in one call.
Related Pages
- Sports — sport IDs and slugs
- Top Events — prematch listings
- Event Detail — full markets, weather, win probability
- Live — live scores and stats
- Live Event Detail — full live event with markets, scores, stats, video
- Shorthand Routes — sport slug routes
- Data Models — object reference, caching, errors