v1

latestOpenAPI 3.0.32026-07-144334213.8 KB
V2 API Lookup

Lookup Event Statistics by ID

Lookup for any sports event statistics using the unique ID.

get/lookup/event_stats/{idEvent}

Path parameters

idEventinteger required

The ID of the event to lookup statistics for.

Response

Match statistics details for the given event ID

Example response

{
  "lookup": [
    {
      "idStatistic": "261675",
      "idEvent": "1937584",
      "idApiFootball": "1164160",
      "strEvent": "Malmo FF vs Kalmar FF",
      "strStat": "Shots on Goal",
      "intHome": "10",
      "intAway": "1"
    }
  ]
}