---
title: "Lookup Event Statistics by ID"
method: GET
path: "/lookup/event_stats/{idEvent}"
tags: ["V2 API Lookup"]
---

# Lookup Event Statistics by ID

`GET /lookup/event_stats/{idEvent}`

Lookup for any sports event statistics using the unique ID.

## Path parameters

- `idEvent` integer, required

## Response `200`

Match statistics details for the given event ID

- EventStatistics
  - `lookup` object[]
    - `idStatistic` string
    - `idEvent` string
    - `idApiFootball` string
    - `strEvent` string
    - `strStat` string
    - `intHome` string
    - `intAway` string

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
