volleyball-data Other

Run on Machina Coming soon

Dutch volleyball data (Eredivisie, Topdivisie, Superdivisie, and the full Dutch pyramid) via the Nevobo API. Standings, schedules, results, clubs, tournaments, and news. Zero config, no API keys.

Commands

Command Description
get_competitions List all available competitions and leagues
get_standings League table (rank, team, matches, points)
get_schedule Upcoming matches (teams, venue, date)
get_results Match results (score, set-by-set scores)
get_clubs List volleyball clubs (name, city, province)
get_club_schedule Club's upcoming matches across all teams
get_club_results Club's results across all teams
get_poules Browse Nevobo poules (for lower divisions discovery)
get_tournaments Tournament calendar
get_news Federation news

Example Prompts

  • What are the current Dutch volleyball standings?
  • Show me recent Eredivisie volleyball results
  • What matches does LSV have coming up?
  • Show me the Topdivisie standings
  • What divisions are available in Dutch volleyball?

Quick Start

# CLI
sports-skills volleyball-data get_competitions
# Python
from sports_skills import volleyball_data
volleyball_data.get_competitions()