Upcoming matches/events for one game, with game-specific filters.
When to use:
- "What's on this week?"
- Calendar UI; team next matches
Prefer over: live_matches for not-yet-started fixtures.
Do not use when: only in-progress matches needed → live_matches.
Filter support (unsupported params are ignored with meta.warnings — do not assume filtering worked):
- lol: hours, team (slug), league (slug)
- cs2: team, from, to (ISO); hours not applied upstream
- cod: team, tournamentId
- dota2: limit/cursor primarily; team may be client-filtered where data allows
- ufc: hours / from / to applied client-side after bout expansion (API has no hours); event shells labeled by event name; bouts use fighters[] corners
Parallel-safe: yes. Upstream cost: 1–2.
Example: { "game": "lol", "hours": 72, "team": "t1", "limit": 20 }
ConnectorNo auth