apisports_volleyball_games
Get volleyball games by date, league, team, or season, with set-by-set scores and final match outcome.
Instructions
Volleyball games (Italian SuperLega, Polish PlusLiga, CEV and others) by date or league.
Returns: {response:[{id, date, status, league, teams, scores:{home, away}, periods:{first, second, third, fourth, fifth}}]} — SHAPE FROM VENDOR DOCS. scores is SETS WON (best of 5), not points; the per-set point totals are in periods. Reading scores as points is the usual mistake.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A day's games {"date": ""}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| team | No | Team id. | |
| league | No | League id. | |
| season | No | Season — a SPAN string for this sport, e.g. '2023-2024'. |