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

# Event results

`GET /eventresults.php`

Get results of events based on search criteria.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- EventResultsResponse — Contains results data for the specified event ID.
  - `results` EventResultSchema[] — List of results associated with the event.
    - `idResult` string — Unique identifier for the result.
    - `idPlayer` string — Unique identifier for the player associated with the result.
    - `strPlayer` string — Name of the player associated with the result.
    - `idTeam` string — Unique identifier for the team associated with the result.
    - `idEvent` string — Unique identifier for the event associated with the result.
    - `strEvent` string — Name of the event associated with the result.
    - `strResult` string, nullable — Result of the event.
    - `intPosition` string — Position of the player in the event.
    - `intPoints` string — Points scored by the player in the event.
    - `strDetail` string — Additional details about the result.
    - `dateEvent` string, date — Date of the event.
    - `strSeason` string — Season during which the event took place.
    - `strCountry` string — Country where the event took place.
    - `strSport` string — Type of sport associated with the event.

---

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