Login Get API Key

Real-Time volleyball
Data at Your Fingertips

Live scores, standings, player stats, play-by-play and more. 50+ leagues worldwide. JSON API built for developers.

# Today's matches curl "https://live-volleyball-api.com/api/v1/matches?api_key=YOUR_KEY" # Specific date + language curl "https://live-volleyball-api.com/api/v1/matches?api_key=YOUR_KEY&date=2026-06-29&lang=en"
const res = await fetch( 'https://live-volleyball-api.com/api/v1/matches' + '?api_key=YOUR_KEY&date=2026-06-29&lang=en' ); const data = await res.json(); console.log(data.matches);
<?php $url = 'https://live-volleyball-api.com/api/v1/matches' . '?api_key=YOUR_KEY&date=2026-06-29&lang=en'; $data = json_decode(file_get_contents($url), true); print_r($data['matches']);
import requests data = requests.get( 'https://live-volleyball-api.com/api/v1/matches', params={'api_key': 'YOUR_KEY', 'date': '2026-06-29', 'lang': 'en'} ).json() print(data['matches'])
{ "success": true, "credits_remaining": 4999, "data": { "date": "2026-09-01", "matches": [ { "id": "ae31818d-1eed-4f9f-abf7-84646dfe3aac", "status": { "status": "live", "display": "Live" }, "home": { "name": "Turkey (W)", "sets": 1 }, "away": { "name": "Azerbaijan (W)", "sets": 0 }, "current_set_points": { "home": 11, "away": 10 } } ] }, "timestamp": "2026-09-01 16:22:01" }
50+
Leagues Covered
0+
Active Developers
99.9%
Uptime SLA
<120ms
Avg. Latency

Everything you need to build great volleyball apps

Comprehensive data coverage with a simple, consistent REST API.

Live Scores

Real-time score updates with half-by-half breakdown, match clock and live play-by-play events.

League Standings

League tables, group standings and cup/knockout bracket progress updated continuously.

Player Data

Full roster data, player profiles, career statistics, season averages and per-game breakdowns.

Advanced Stats

xG (expected goals), pass accuracy, tackles won, duel success rate and advanced analytics for every player.

Fixtures & Results

Complete schedules, historical results and head-to-head records for any team and season.

50+ Leagues

FIVB Volleyball Nations League, CEV Champions League, Italian SuperLega, Turkish Sultanlar Ligi, World Championship and many more domestic and international competitions worldwide.

Live Commentary Widget

An embeddable live-commentary widget for in-progress matches, served entirely from your own domain via the csb_url field.

Credit System

Pay only for what you use. Credits never expire. Simple per-request pricing starting at $0.001.

99.9% Uptime SLA

Enterprise-grade infrastructure with redundant data sources and automatic failover.

Historical Match Archive

Full match data โ€” results, lineups and stats where available โ€” going back to the 1950s, not just live or current-season data.

Flexible Billing

Choose pay-as-you-go credits that never expire, or a monthly subscription that unlocks unified access to Football, Basketball and Tennis data under one account.

Simple, predictable endpoints

REST API with consistent JSON responses and clear error codes.

Method Endpoint Credits / Call
GET /api/v1/matches 🪙 1 credit
GET /api/v1/league 🪙 1 credit
GET /api/v1/league_standings 🪙 1 credit
GET /api/v1/league_fixtures 🪙 1 credit
GET /api/v1/lineups 🪙 1 credit
GET /api/v1/h2h 🪙 1 credit
GET /api/v1/live_match_details 🪙 1 credit
GET /csb 🪙 0 credits
GET /api/v1/player 🪙 1 credit
GET /api/v1/team_squad 🪙 1 credit
GET /api/v1/team_search 🪙 1 credit
GET /api/v1/player_search 🪙 1 credit
View Full Documentation →

Up and running in 5 minutes

1

Create Account

Sign up free and get 100 credits instantly โ€” no credit card required.

2

Get Your API Key

Copy your unique API key from the dashboard.

3

Make Your First Call

Add the key to your request header and start fetching data.

4

Scale Up

Buy more credits as you grow. Simple pay-as-you-go pricing.

Start building for free

100 free credits on sign up. No credit card needed.