---
title: "Lookup Timeline"
method: GET
path: "/lookuptimeline.php"
tags: ["V1 API Lookup"]
---

# Lookup Timeline

`GET /lookuptimeline.php`

Get information about the timeline of a specific event by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- TimelineResponse — Contains timeline data for the specified event ID.
  - `timeline` TimelineSchema[] — List of timeline events associated with the specified event.
    - `idTimeline` string — Unique identifier for the timeline event.
    - `idEvent` string — Unique identifier for the event associated with the timeline.
    - `strTimeline` string — Description of the timeline event.
    - `strTimelineDetail` string — Detailed description of the timeline event.
    - `strHome` string — Indicates if the event is related to the home team.
    - `strEvent` string — Name of the event associated with the timeline.
    - `idAPIfootball` string — Unique identifier for the event in the APIfootball database.
    - `idPlayer` string — Unique identifier for the player associated with the timeline event.
    - `strPlayer` string — Name of the player associated with the timeline event.
    - `strCountry` string, nullable — Country where the event took place.
    - `idAssist` string, nullable — Unique identifier for the player who assisted in the timeline event.
    - `strAssist` string — Name of the player who assisted in the timeline event.
    - `intTime` string — Time of the timeline event in minutes.
    - `idTeam` string — Unique identifier for the team associated with the timeline event.
    - `strTeam` string — Name of the team associated with the timeline event.
    - `strComment` string — Comment or additional information about the timeline event.
    - `dateEvent` string, date — Date of the event associated with the timeline.
    - `strSeason` string — Season during which the event took place.

---

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