WYNBOOKPARTNER RESULTS
Checking service RESULTS API
Optional · Fancy only · never stored
LIVE DATA

Live matches and Bookmaker results are public. A key unlocks Fancy markets.

PARTNER OPERATIONS / LIVE FEED

One clear view of every result.

Watch the live board, open a match, and verify settlement declarations without guessing which feed is current.

LIVE NOWmatches in play
RESULTSsettled matches
LAST SYNCwaiting for feed
RESULT VERIFICATION

Select a match

Choose a match to verify Bookmaker, Mini Bookmaker, and Fancy results in one place.

INTEGRATION GUIDE

Partner API

Four endpoints cover the complete results workflow. Public data needs no key; Fancy access uses a results-scoped key.

BASE URLhttps://partners.wynbook.com
01
PUBLIC · MATCH INDEX

Scheduled & Live Matches

Browse the current Wynbook event index.

GET/api/partner/v1/matches
02
PUBLIC · LIVE ONLY

Live Matches

Return only events currently in play.

GET/api/partner/v1/matches/live
03
PUBLIC · FANCY WITH KEY

Match Result Detail

Verify Bookmaker and all available Fancy markets for 1 event.

GET/api/partner/v1/matches/{eventId}
04
PUBLIC · FANCY WITH KEY

Result Revisions

Read the append-only settlement history.

GET/api/partner/v1/results
API Contract & Operational NotesOpen Reference

Authentication

No key is needed for matches or Bookmaker/Mini Bookmaker results. Send a results-scoped key only to add Fancy data. Keep it server-side in production.

Fancy status

open accepts tickets, suspended remains visible without ticket acceptance, and completed carries resultValue.

Corrections

Result records are append-only. Upsert by resultId only when a higher revision arrives. retracted withdraws the previous declaration.

Efficient polling

Send If-None-Match with the prior ETag. An unchanged representation returns 304 Not Modified.

Errors

Validation and service errors use application/problem+json. A rate-limited request returns 429 with Retry-After.

History

Use ?includeHistory=true on /results for all revisions. Opaque cursors are bound to the original filters.