Skip to content

Goal

A goal: the ball has fully crossed the goal line between the posts and under the crossbar, and the match restarts with a kickoff.

Category: Match event

Properties

Property Type Description Values
confidence_event float32 Event [0,1]. Model confidence for this event class.

Accuracy

Engine output scored against ground truth on held-out evaluation games, metric event_f1@125f (per-event match within ±5.0s), measured 2026-06-25; per-match confidence is the separate confidence_event property.

Warning

This concept has not been re-measured at release quality. The numbers below are a transfer or proxy measurement and are indicative only.

Ground-truth source Recall Precision F1 GT events
World Cup Broadcast (indicative) 0.73 0.78 0.75 86
Senior broadcast pool (indicative) 0.90 0.77 0.83 59
Non-broadcast youth pool 0.44 0.59 0.51 307
Senior tactical-camera pool 0.60 0.66 0.63 83

Rows marked indicative are a transfer or proxy measurement, not release-grade for that slice.

Querying

Request body for Query Intervals.

{
  "filters": [
    {
      "type": "event_property",
      "event_type": "goal",
      "properties": []
    }
  ]
}

properties constrains the metadata fields listed above. See Event Property Filter.

Response

Shape of this event type in the Events endpoint response.

{
  "start": 125.5,
  "end": 135.5,
  "label": "goal",
  "event_type": "goal"
}