Skip to main content

A collection of Venue entities with general info and location.

GET 

/hockey/v2/venues

A Venue entity can be associated with locations such as a Team's home venue or an Event venue.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Venue collection

Response Attributes and Relations

  • name (string)

  • city (City)

  • state (State)

  • latitude (float)

  • longitude (float)

  • capacity (int)

  • postalCode (string)

  • uuid (uuid)

Loading...