PlayCaller's soccer coverage is two endpoints — games and standings — across the EPL and MLS.

The endpoints

  • GET /v1/soccer/games?league=epl|mls — live scores and scheduled games, filterable by league, date, and game state
  • GET /v1/soccer/standings?league=epl|mls — league table; omit the league param to get both at once

Both are included in the free 14-day Developer Sandbox — real production data, ESPN-sourced, refreshed on the same cadence as the rest of the platform's live-score coverage.

Scope, honestly stated

This is scores and standings, not a player-level intelligence layer — there's no soccer confidence model, no projections, no injury-signal feed scoped to soccer specifically (the injury/news endpoints currently cover NFL, MLB, and NBA only). If you need a quick, free way to pull EPL or MLS games and tables into a project, this covers that case cleanly; it's not positioned as a soccer analytics platform.

Ready to build? Start a free 14-day Developer Sandbox — no credit card, API key in under a minute.