What data does the Melbet API provide?
PulseScore provides pre-match odds, live in-play odds, and finished-match results from Melbet's melbet.com sportsbook across 25 sports. Each event includes normalized market data with canonical market types, selections, and decimal odds, plus the raw market names as Melbet displays them.
What sports are covered?
The 25 sports Melbet publishes pre-match markets for: Soccer, Tennis, Basketball, Baseball, American Football, Australian Rules, Badminton, Beach Volleyball, Boxing, Cricket, Esports, Field Hockey, Formula 1, Futsal, Golf, Handball, Ice Hockey, Lacrosse, MMA, Motorsports, Rugby League, Rugby Union, Snooker, Table Tennis, and Volleyball. Every sport exposes /leagues, /leagues/:league/events, /events (paginated), and /events/:eventId.
Does it include esports markets?
Yes. /api/melbet/esports/events covers Counter-Strike 2, Dota 2, League of Legends, and other titles with match winner, map handicap, and totals markets in the same canonical structure as every sport. Esports is also available live over REST and WebSocket.
Does it include match results?
Yes. /api/melbet/results returns finished events with their final score, most recent first. Filter by sport, league, or team (exact name, case-insensitive), look up a single result with /results/events/:eventId, or discover covered sports with /results/sports. Results are retained for 30 days after the match ends and include the score breakdown per period where available.
How are the markets structured?
All markets use a canonical format: each market has a type (e.g., MATCH_RESULT, OVER_UNDER, ASIAN_HANDICAP), period (FULL_TIME, FIRST_HALF), and selections with decimal odds and handicap lines where applicable. The same structure is shared across all sports and all bookmakers on PulseScore — write your integration once.
Is there a free tier?
Yes. The BASIC plan is free and includes 500 API requests per month. Upgrade to PRO, MAX, or ULTRA for unlimited requests.
Does the Melbet API support live in-play data?
Yes. Live in-play events are available via REST (/api/melbet/live-events, /live-events/sports, /live-events/events/:eventId) and via WebSocket at wss://api.pulsescore.net/api/melbet/ws/live. The WebSocket pushes every in-play event for the subscribed sport roughly every second, including live scores and the match clock where available. PRO, MAX, and ULTRA plans only.