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

# Lookup Event Results by ID

`GET /lookup/event_results/{idEvent}`

Lookup for any sports event player results using the unique ID.

## Path parameters

- `idEvent` integer, required

## Response `200`

Event results details for the given event ID

- EventResults
  - `lookup` object[]
    - `idResult` string
    - `idPlayer` string
    - `strPlayer` string
    - `idTeam` string
    - `idEvent` string
    - `strEvent` string
    - `strResult` string, nullable
    - `intPosition` string
    - `intPoints` string
    - `strDetail` string
    - `dateEvent` string, date
    - `strSeason` string
    - `strCountry` string
    - `strSport` string

---

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