API Overview
Explore all modules and models in vlrdevapi
This section documents the main modules of vlrdevapi
.
Modules
Search
search(), search_players(), search_teams(), search_events(), search_series()
Matches
upcoming(), live(), completed()
Events
list_events(), info(), matches(), standings(), match_summary()
Players
profile(), matches(), agent_stats()
Teams
info(), roster(), upcoming_matches(), completed_matches(), placements(), transactions(), previous_players()
Series
info(), matches() with per-map stats
Status
status.check_status()
Conventions
- All functions are synchronous and use sensible defaults
- Returns are Pydantic models with clear field descriptions
- Network failures typically return empty lists or None instead of raising
Import
import vlrdevapi as vlr