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

# Lookup Venue

`GET /lookupvenue.php`

Get information about a specific venue by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- VenuesResponse — Contains a list of venues matching the search criteria.
  - `venues` VenueSchema[] — A list of venues that match the search criteria.
    - `idVenue` string — Unique identifier for the venue.
    - `idDupe` string, nullable — Duplicate identifier for the venue, if applicable.
    - `strVenue` string — Name of the venue.
    - `strVenueAlternate` string — Alternate name for the venue.
    - `strVenueSponsor` string — Sponsor name for the venue, if applicable.
    - `strSport` string — Type of sport associated with the venue.
    - `strDescriptionEN` string — English description of the venue.
    - `strArchitect` string — Architect of the venue.
    - `intCapacity` string — Seating capacity of the venue.
    - `strCost` string — Cost of building the venue, if applicable.
    - `strCountry` string — Country where the venue is located.
    - `strLocation` string — Location of the venue.
    - `strTimezone` string — Timezone of the venue.
    - `intFormedYear` string — Year the venue was formed or established.
    - `strFanart1` string, url — URL to the first fanart image of the venue.
    - `strFanart2` string, url — URL to the second fanart image of the venue.
    - `strFanart3` string, url — URL to the third fanart image of the venue.
    - `strFanart4` string, url — URL to the fourth fanart image of the venue.
    - `strThumb` string, url — URL to the thumbnail image of the venue.
    - `strLogo` string, url — URL to the logo image of the venue.
    - `strMap` string — Location map of the venue.
    - `strWebsite` string — Official website of the venue.
    - `strFacebook` string — Facebook page of the venue.
    - `strInstagram` string — Instagram page of the venue.
    - `strTwitter` string — Twitter handle of the venue.
    - `strYoutube` string — YouTube channel of the venue.
    - `strLocked` string — Indicates if the venue data is locked or not.

---

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