espn_core_call
Retrieve ESPN core sports data—athlete stats, odds, plays, and more—by specifying operation and path parameters. Access canonical API endpoints for comprehensive info.
Instructions
Gateway to the ESPN core data model (sports.core.api.espn.com). The deepest,
most canonical surface: athletes + statistics + career logs, per-event odds /
win-probabilities / plays / situation / broadcasts / predictor / power-index,
per-competitor line-scores + statistics, season teams/coaches/draft/futures,
venues, leaders, rankings, franchises and coaches. NOTE the path uses
leagues/{league} (plural). Supply operation + path_params (sport, league,
plus eventId/competitionId/athleteId/year as needed). Most responses use ESPN's
$ref-linked envelope ({count, items:[{$ref}]}); follow the refs for detail.
Browse every operation in the espn://core/operations resource.
Returns: (JSON object)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives. | |
| path_params | No | Values for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs. | |
| query_params | No | Query-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys. |