---
title: "Lookup Venue by ID"
method: GET
path: "/lookup/venue/{idVenue}"
tags: ["V2 API Lookup"]
---

# Lookup Venue by ID

`GET /lookup/venue/{idVenue}`

Lookup for any sports Venue using the unique ID.

## Path parameters

- `idVenue` integer, required

## Response `200`

Venue details for the given ID

- Venue
  - `idVenue` string
  - `strVenue` string
  - `strVenueAlternate` string
  - `strSport` string
  - `strDescriptionEN` string
  - `intCapacity` string
  - `strCountry` string
  - `strLocation` string
  - `strThumb` string, uri, nullable

---

[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/versions/e5759aa68b83/schema)
