Volleyball Odds API
FIVB, CEV Champions League, Serie A, Superliga. Set-by-set breakdowns and standings.
What You Get With Volleyball API
Core data points available through the Volleyball API.
live scores
Real-time live scores data for volleyball competitions worldwide.
sets
Real-time sets data for volleyball competitions worldwide.
odds
Real-time odds data for volleyball competitions worldwide.
Volleyball API Endpoints
8 endpoints covering every aspect of volleyball data.
/games Games by date, league, team /games/sets Set-by-set point scoring Volleyball API Coverage
Comprehensive volleyball data across leagues and competitions worldwide.
| League | Schedule | Historical data | Standings | Odds |
|---|---|---|---|---|
| Africa | ||||
| African Championship | - | |||
| African Championship Women | - | |||
| African Club Championship | - | |||
| African Club Championship Women | - | |||
| Argentina | ||||
| Copa ACLAV | - | |||
| Copa Master | - | - | ||
| Liga Women | ||||
| LVA | ||||
| Asia | ||||
| Asian Championship | - | |||
| Asian Championship U18 | - | |||
| Asian Championship U19 Women | - | |||
| Asian Championship U20 | - | - | ||
| Asian Championship U23 | - | |||
| Asian Championship U23 Women | - | |||
| Asian Championship Women | - | |||
| Asian Club Championship | - | |||
| Asian Club Championship Women | - | |||
| Asian Cup | - | |||
| Asian Cup Women | - | |||
| Asian Games | - | |||
| Asian Games Women | - | |||
| Southeast Asian Games | - | |||
| Southeast Asian Games Women | - | |||
| Australia | ||||
| AVL | - | |||
| AVL Women | - | |||
| V-League | - | |||
| Austria | ||||
| 2. Bundesliga | - | |||
| 2. Bundesliga Women | - | |||
| Austria Cup | - | - | ||
| Austria Cup Women | - | - | ||
| AVL | ||||
| AVL Women | ||||
| Azerbaijan | ||||
| Super League Women | - | |||
| Belarus | ||||
| Championship Women | - | |||
| Division A | ||||
| Belgium | ||||
| Belgian Cup | - | - | ||
| Belgian Cup Women | - | - | ||
| EuroMillions League | - | |||
| Liga A Women | - | |||
| Super Cup | - | - | ||
| Super Cup Women | - | - | ||
| Bosnia-And-Herzegovina | ||||
| Premijer liga | ||||
| Brazil | ||||
| SuperLiga | ||||
| Superliga Women | ||||
Volleyball API Use Cases
See how developers use volleyball data in production.
Betting Apps
Build volleyball betting features with real-time odds from 30+ bookmakers worldwide.
Analytics
Power volleyball prediction models with years of historical match and player data.
Media
Display live volleyball scores, stats, and odds on your website or app in real-time.
Volleyball API Code Example
Integrate volleyball data in minutes with a simple REST call.
curl -X GET "https://v3.volleyball.sportsdataapi.com/games" \
-H "x-apisports-key: YOUR_API_KEY" import requests
url = "https://v3.volleyball.sportsdataapi.com/games"
headers = {"x-apisports-key": "YOUR_API_KEY"}
response = requests.get(url, headers=headers)
data = response.json()
print(data) {
"get": "games",
"results": 1,
"response": [{
"id": 6230,
"date": "2024-10-18T19:00:00+00:00",
"status": { "long": "Game Finished", "short": "FT" },
"league": { "id": 18, "name": "CEV Champions League" },
"teams": {
"home": { "id": 88, "name": "Trentino Volley" },
"away": { "id": 89, "name": "Zenit Kazan" }
},
"scores": {
"home": 3,
"away": 1
},
"sets": [
{ "home": 25, "away": 22 },
{ "home": 23, "away": 25 },
{ "home": 25, "away": 19 },
{ "home": 25, "away": 21 }
]
}]
}
Start free. Scale when ready.
Get 100 free volleyball API requests per day. No credit card required.
Upgrade to PRO for full real-time data, live odds, and unlimited historical access.
Volleyball API FAQ
Common questions about the Volleyball API.
What volleyball leagues does the API cover?
FIVB events, CEV Champions League, Serie A, Superliga, PlusLiga, and 40+ domestic leagues across 50+ countries covering both indoor and beach volleyball.
Does the API include set-by-set scores?
Yes. Every match includes full set-by-set point scoring breakdowns with detailed statistics for each set.
Can I get historical volleyball data?
Yes. Full match history and season archives going back multiple seasons are available on PRO plans and above.
Is there a free plan for volleyball data?
Yes. The free plan includes 100 requests per day with access to games, standings, and basic statistics for major volleyball leagues.