Live game
Score, goals, quarter, clock and winner—over REST and WebSockets.
PLL + WLL DATA, LIVE
One production API for lacrosse schedules, live scoring, play-by-play, box scores, season statistics, transactions and verified market data.

Score, goals, quarter, clock and winner—over REST and WebSockets.
Play-by-play, box scores, season leaders, standings and transactions.
Verified fixture links, provider-native markets and price history.
SCORING, FULLY MODELLED
Official score, goal totals and one- and two-point splits stay distinct across live state, play-by-play, box scores and season statistics.
THE WHOLE STAT SHEET
Build a live centre today, then grow into player pages, leaderboards, analytical tools and market dashboards without changing providers.
PLAY-BY-PLAY / Q3
2-POINT GOAL
Rob Pannell · assist Jeff Teat
FACEOFF WON
Trevor Baptiste
CAUSED TURNOVER
Grahame Hossack
PLAYER BOX SCORE
ROB PANNELLATTACK · CORNELL
VERIFIED MARKET CONTEXT
CONSISTENT UNDER LOAD
Schedules, live state, statistics and markets arrive through the same versioned model. Stable IDs, timestamps, freshness and completeness metadata travel with every response.
FIRST REQUEST
Standard HTTPS JSON. Stable canonical IDs. Consistent envelopes.
curl "https://lacrosse-api.com/v1/fixtures?status=in_progress" \
-H "Authorization: Bearer lax_live_YOUR_KEY"
{
"data": [{
"status": "in_progress",
"sides": [
{ "team": { "abbreviation": "ARC" },
"score": 11, "goals": 10 },
{ "team": { "abbreviation": "ATL" },
"score": 9, "goals": 9 }
]
}],
"meta": { "freshness_seconds": 1 }
}