Skip to main content
GET
Get club details by slug

Authorizations

Authorization
string
header
required

Customer API key obtained from the admin portal (e.g. 1club_sk_live_...)

Path Parameters

slug
string
required

Club slug

Query Parameters

locale
string

Locale for amenity translations

Response

Club details

A club with its address, contact info, amenities, sports, aggregated images, and average rating.

id
integer
name
string
slug
string | null
address
string | null
city
string | null
state
string | null
country
string | null
postalCode
string | null
phone
string | null
email
string | null
website
string | null
logo
string | null
images
string[]

All images aggregated from the club and its active areas.

amenities
string[]

Raw amenity IDs stored on the club.

amenitiesResolved
object[]

Amenities resolved to display objects (id, name, locale-aware).

sports
string[]
rating
object | null

Average and total of public reviews. Omitted when there are no public reviews.

socialProfiles
object

Map of social network keys (e.g. 'instagram') to profile URLs.