Skip to main content

A collection of City entities.

GET 

/basketball/v2/cities

A City entity can be associated with locations such as a Venue or a Player birth place.

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

City collection

Response Attributes and Relations

  • name (string)

  • uuid (uuid)

Loading...