Get Event Result
Returns the official score/state for an event result. Available automatically as soon as the game finishes — no developer action required.
This endpoint is score-only and does not return market-level resolutions.
For market outcomes (won/lost/refund with market_id and selection_id), use /v1/settlements.
Response states:
status: "ended"— Official score finalised. Market-level details are available in/v1/settlements.status: "not_ended"— Match is currently in progress. Use/v1/scoresor/v1/events/{eventId}for real-time updates.status: "disrupted"(Cancelled, Postponed, etc.) — Match interrupted. Results successfully archived.
Official match scores are permanently archived in our database and remain available via this endpoint indefinitely.
Authorizations
Your FieldFunded API Key
Path Parameters
Unique event identifier. Use GET /v1/events to discover active IDs.
Response
Event result. Check status field:
ended— Event finalised (market-level outcomes available via/v1/settlements)not_ended— Game still in progress or not startedcancelled/abandoned/retired/walkover/postponed/suspended/interrupted/delayed— Professional non-final states
ended, not_ended, postponed, delayed, cancelled, abandoned, retired, suspended, interrupted, walkover Home/away goals or points. A value of 0 is a valid score (for example, 0-0) and is returned as numeric zero.
