Skip to main content
GET
Event Details — Full market depth (1,000+ markets per event)

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.

Query Parameters

odds_format
enum<string>
default:decimal

Odds format for all values in response. Default: decimal

Available options:
decimal,
american,
fractional

Response

Deep, comprehensive details for the specified event, including all available betting markets.

id
string
Example:

"87654321"

sport
object
league
object
home_team
string
away_team
string

PNG team logo URL. Most major teams have logos; returns a default placeholder when unavailable.

PNG team logo URL. Most major teams have logos; returns a default placeholder when unavailable.

status
enum<string>

Event status. delayed = past start time but not live (auto-detected). postponed/suspended trigger the 48-hour settlement timer. cancelled includes walkovers and abandoned games.

Available options:
live,
prematch,
ended,
delayed,
postponed,
cancelled,
suspended,
retired
start_time
string<date-time> | null

Scheduled start time in ISO 8601. May be null if the event date is unknown.

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.

clock
string | null

Current match time (e.g. "67:10 2nd half"). Returns null for sports without a running clock (tennis, darts, CS2, etc.).

odds
object | null

Main market odds (1X2 summary). May be absent or null for events without main market odds.

odds_format
enum<string>

Odds format used in this response. Only present when odds are included.

Available options:
decimal,
american,
fractional
period
string

Current game period (e.g. '1st Half', '2nd Period', 'Set 3'). Empty string when not applicable.

markets_count
integer

Total number of available markets

is_delayed
boolean

True when the event is past its scheduled start_time but not yet live. Only present for delayed events.

delay_minutes
integer

Minutes since scheduled start_time. Only present when is_delayed is true.

updated_at
string<date-time>

ISO 8601 timestamp of when this event data was last polled/updated.

scoreboard
object

Detailed period-by-period scores

markets
object[]
sport_data
object

Sport-specific live data