v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Lookup

Lookup Timeline

Get information about the timeline of a specific event by its unique identifier.

get/lookuptimeline.php

Query parameters

idinteger required

Unique identifier for the event.

Response

Successful Response

Example response

{
  "timeline": [
    {
      "idTimeline": "871243",
      "idEvent": "1032718",
      "strTimeline": "Card",
      "strTimelineDetail": "Yellow Card",
      "strHome": "No",
      "strEvent": "Sheffield United vs Leeds",
      "idAPIfootball": "592167",
      "idPlayer": "34147877",
      "strPlayer": "Kalvin Phillips",
      "strCountry": null,
      "idAssist": "34149736",
      "strAssist": "",
      "intTime": "6",
      "idTeam": "133635",
      "strTeam": "Leeds",
      "strComment": "",
      "dateEvent": "2020-09-27",
      "strSeason": "2020-2021"
    }
  ]
}