---
title: "Lookup Event Stats"
method: GET
path: "/lookupeventstats.php"
tags: ["V1 API Lookup"]
---

# Lookup Event Stats

`GET /lookupeventstats.php`

Get statistics for a specific event by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- EventStatsResponse — Contains event statistics data for the specified event ID.
  - `eventstats` EventStatSchema[] — List of statistics associated with the specified event.
    - `idStatistic` string — Unique identifier for the event statistic.
    - `idEvent` string — Unique identifier for the event associated with the statistic.
    - `idApiFootball` string — Unique identifier for the event in the APIfootball database.
    - `strEvent` string — Name of the event associated with the statistic.
    - `strStat` string — Name of the statistic.
    - `intHome` string — Number of shots on goal by the home team.
    - `intAway` string — Number of shots on goal by the away team.

---

[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)
