v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Lookup

Lookup Event Timeline by ID

Lookup for any sports event timeline using the unique ID.

get/lookup/event_timeline/{idEvent}

Path parameters

idEventinteger required

The ID of the event to lookup timeline for.

Response

Match timeline details for the given event ID

Example response

{
  "lookup": [
    {
      "idTimeline": "1145059",
      "idEvent": "1937584",
      "strTimeline": "Goal",
      "strTimelineDetail": "Normal Goal",
      "strHome": "Yes",
      "strEvent": "Malmo FF vs Kalmar FF",
      "idAPIfootball": "1164160",
      "idPlayer": "34226729",
      "strPlayer": "Hugo Bolin",
      "strAssist": "Busanello",
      "intTime": "4",
      "idTeam": "134166",
      "strTeam": "Malmo FF",
      "dateEvent": "2024-05-24",
      "strSeason": "2024"
    }
  ]
}