Skip to main content
GET
Event Result — Official final score and match status

Authorizations

X-API-Key
string
header
required

Your FieldFunded API Key

Path Parameters

eventId
string
required

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 started
  • cancelled / abandoned / retired / walkover / postponed / suspended / interrupted / delayed — Professional non-final states
id
string
status
enum<string>
Available options:
ended,
not_ended,
postponed,
delayed,
cancelled,
abandoned,
retired,
suspended,
interrupted,
walkover
score
object

Home/away goals or points. A value of 0 is a valid score (for example, 0-0) and is returned as numeric zero.

ended_at
string<date-time> | null