get_events
Retrieve sports events by applying filters such as league, participant, status, date range, and bookmaker. Supports pagination for efficient data access.
Instructions
Get events for a sport with filtering by league, participant, status, date range, bookmaker availability, and pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport slug (e.g., 'football', 'basketball') | |
| league | No | League slug (e.g., 'england-premier-league') | |
| participantId | No | Filter by participant/team ID (matches home or away) | |
| status | No | Comma-separated event statuses: pending, live, settled | |
| from | No | Start date/time in RFC3339 format (e.g., '2025-10-28T10:00:00Z') | |
| to | No | End date/time in RFC3339 format (e.g., '2025-10-28T23:59:59Z') | |
| bookmaker | No | Only return events with odds from this bookmaker (e.g., 'Bet365') | |
| limit | No | Maximum number of events to return | |
| skip | No | Number of events to skip for pagination |