InPlay

Snapshot API endpoints for InPlay (live) events.

Use these endpoints to retrieve a current snapshot of live events, markets, fixtures, and scores.

For general usage guidelines, request limitations, and time filtering behaviour, see the Snapshot API overview.


GetEvents

Retrieve a full snapshot of all active InPlay events, including fixtures, markets, and scores.

post
Body
userNamestring · min: 1Required
passwordstring · min: 1Required
packageIdinteger · int32 · min: 1 · max: 2147483647Required
sportsinteger · int32[] · nullableOptional
locationsinteger · int32[] · nullableOptional
leaguesinteger · int32[] · nullableOptional
tournamentsinteger · int32[] · nullableOptional
fixturesinteger · int32[] · nullableOptional
marketsinteger · int32[] · nullableOptional
fromDateinteger · int64 · nullableOptional
toDateinteger · int64 · nullableOptional
timestampinteger · int64 · nullableOptional
Responses
chevron-right
200

Success

No content

post
/InPlay/GetEvents
200

Success

No content

chevron-rightExample of 'Inplay/GetEvents' (JSON)hashtag

GetFixtures

Retrieve a snapshot of InPlay fixture data only (without markets or scores).

post
Body
userNamestring · min: 1Required
passwordstring · min: 1Required
packageIdinteger · int32 · min: 1 · max: 2147483647Required
sportsinteger · int32[] · nullableOptional
locationsinteger · int32[] · nullableOptional
leaguesinteger · int32[] · nullableOptional
tournamentsinteger · int32[] · nullableOptional
fixturesinteger · int32[] · nullableOptional
marketsinteger · int32[] · nullableOptional
fromDateinteger · int64 · nullableOptional
toDateinteger · int64 · nullableOptional
timestampinteger · int64 · nullableOptional
Responses
chevron-right
200

Success

No content

post
/InPlay/GetFixtures
200

Success

No content

chevron-rightExample of 'Inplay/GetFixtures' (JSON)hashtag

GetFixtureMarkets

Retrieve a snapshot of markets for InPlay fixtures.

post
Body
userNamestring · min: 1Required
passwordstring · min: 1Required
packageIdinteger · int32 · min: 1 · max: 2147483647Required
sportsinteger · int32[] · nullableOptional
locationsinteger · int32[] · nullableOptional
leaguesinteger · int32[] · nullableOptional
tournamentsinteger · int32[] · nullableOptional
fixturesinteger · int32[] · nullableOptional
marketsinteger · int32[] · nullableOptional
fromDateinteger · int64 · nullableOptional
toDateinteger · int64 · nullableOptional
timestampinteger · int64 · nullableOptional
Responses
chevron-right
200

Success

No content

post
/InPlay/GetFixtureMarkets
200

Success

No content

chevron-rightExample of 'Inplay/GetFixtureMarkets' (JSON)hashtag

GetScores

Retrieve a snapshot of live scores for InPlay fixtures.

post
Body
userNamestring · min: 1Required
passwordstring · min: 1Required
packageIdinteger · int32 · min: 1 · max: 2147483647Required
sportsinteger · int32[] · nullableOptional
locationsinteger · int32[] · nullableOptional
leaguesinteger · int32[] · nullableOptional
tournamentsinteger · int32[] · nullableOptional
fixturesinteger · int32[] · nullableOptional
marketsinteger · int32[] · nullableOptional
fromDateinteger · int64 · nullableOptional
toDateinteger · int64 · nullableOptional
timestampinteger · int64 · nullableOptional
Responses
chevron-right
200

Success

No content

post
/InPlay/GetScores
200

Success

No content

chevron-rightExample of '/Inplay/GetScores'hashtag

Last updated

Was this helpful?