v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Lookup

Lookup Event Stats

Get statistics for a specific event by its unique identifier.

get/lookupeventstats.php

Query parameters

idinteger required

Unique identifier for the event.

Response

Successful Response

Example response

{
  "eventstats": [
    {
      "idStatistic": "17",
      "idEvent": "1032723",
      "idApiFootball": "592172",
      "strEvent": "Aston Villa vs Liverpool",
      "strStat": "Shots on Goal",
      "intHome": "11",
      "intAway": "8"
    }
  ]
}