Skip to main content

Sports API

The Sports API provides access to sporting events organized by league or sport, plus player reference data.

Endpoints

Players

Use /v1/sports/players?filters.id=781 to retrieve a specific player directly, or filters.teamId to list players on a team. This public endpoint is supported and is not deprecated; there is no standalone v2 players lookup endpoint. See Players Endpoint for filters, pagination, response fields, and examples for player props and combos.

Get League Events

Retrieve events for a specific league:

Path Parameters

Query Parameters

Get Sport Events

Retrieve events for all leagues under a sport:

Path Parameters

Query Parameters

Teams

For fetching team information, use the Sports (Legacy) API.