---
title: "returns the table"
method: GET
path: "/getbltable/{leagueShortcut}/{leagueSeason}"
tags: ["Matchdata"]
---

# returns the table

`GET /getbltable/{leagueShortcut}/{leagueSeason}`

## Path parameters

- `leagueShortcut` string, required
- `leagueSeason` integer, required

## Response `200`

OK

- BlTableTeam[]
  - `teamInfoId` integer
  - `teamName` string, nullable
  - `shortName` string, nullable
  - `teamIconUrl` string, nullable
  - `points` integer
  - `opponentGoals` integer
  - `goals` integer
  - `matches` integer
  - `won` integer
  - `lost` integer
  - `draw` integer
  - `goalDiff` integer

---

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