Skip to main content

Overview

The Volleyball V2 (Enhanced) API provides 115 endpoints covering live matches, tournament standings, team rosters, player statistics, and betting odds for volleyball leagues worldwide.

Base URL

https://v2.volleyball.sportsapipro.com

Authentication

Include your API key in the x-api-key header:
curl -H "x-api-key: YOUR_API_KEY" \
  https://v2.volleyball.sportsapipro.com/api/live

Volleyball-Specific Notes

Scoring System

  • Best of 3 or 5 sets depending on tournament rules
  • Sets are played to 25 points (must win by 2)
  • Deciding set (3rd or 5th) is played to 15 points
  • Score fields: period1 through period5 represent set scores

Positions

PositionAbbreviation
SetterS
Outside HitterOH
Middle BlockerMB
OppositeOPP
LiberoL

Key Statistics

  • Kills — successful attacking hits
  • Blocks — points scored at the net
  • Aces — direct points from serves
  • Digs — successful defensive passes
  • Serve % — serve success rate

Rotation

  • 6 players on court, rotate clockwise after winning serve

Test IDs for Development

EntityNameID
TournamentPlusLiga (Poland)831
Season2025/2681027
TeamPGE Skra Bełchatów25955
TeamNorwid Częstochowa297614
MatchNorwid vs Skra14994315

Endpoint Groups

GroupEndpointsDescription
Live & Schedule14Live games, schedules, search
Match26Match details, stats, odds
Tournament27Leagues, seasons, standings
Team15Rosters, form, transfers
Player18Stats, career, media
Manager / Referee / Venue15Coaches, officials, arenas

Example Requests

curl -X GET "https://v2.volleyball.sportsapipro.com/api/live" \
  -H "x-api-key: YOUR_API_KEY"

UI Design Ideas

  • Score display: Show set scores (e.g., 3-1) with individual set points (25-22, 23-25, 25-19, 25-21)
  • Match format: Most pro leagues use best of 5 sets; 5th set to 15 points
  • Key stats to visualize: Attack efficiency (kills vs errors), serve aces vs errors, blocks per set
  • Rotation: Show current rotation position for live matches

Sport Comparison — Volleyball vs Football vs Basketball vs Baseball

FeatureVolleyballFootballBasketballBaseball
Scoring3 or 5 sets (25pts / 15pt tiebreak)2 halves4 quarters9 innings
Score fieldsperiod1-period5 (set scores)period1-period2period1-period4period1-period9
Win conditionBest of 3 or 5 setsMost goalsMost pointsMost runs
Key statsKills, blocks, aces, digs, serve %Possession, shotsFG%, reboundsBA, ERA
PositionsSetter, Outside, Middle, Opposite, LiberoGK, D, M, FG, F, CP, C, IF, OF
Transfers