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

# Lookup Table

`GET /lookuptable.php`

Get information about a specific table by its unique identifier.

## Query parameters

- `l` integer, required
- `s` string

## Response `200`

Successful Response

- TableResponse — Response containing table information.
  - `tables` TableSchema[] — List of tables matching the provided league ID and season.
    - `idStanding` string — Unique identifier for the table standing.
    - `intRank` string — Rank of the team in the table.
    - `idTeam` string — Unique identifier for the team.
    - `strTeam` string — Name of the team.
    - `strBadge` string, url — URL to the badge image of the team.
    - `idLeague` string — Unique identifier for the league.
    - `strLeague` string — Name of the league.
    - `strSeason` string — Season of the table.

---

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