get:
  tags:
    - All Resources
    - Shazam
    - Charts
  summary: 'Get Shazam Cities'
  operationId: shazam_track_positions.cities
  description: |
    Resource route for getting a list of `ShazamCities`.
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/city_id_array.yaml'
    - $ref: '../parameters/city_name.yaml'
    - $ref: '../parameters/country_code_array_without_ww.yaml'
    - $ref: '../parameters/limit.yaml'
    - $ref: '../parameters/offset.yaml'
    - $ref: '../parameters/shazam_city_sort_by.yaml'
    - $ref: '../parameters/sort_order.yaml'
  responses:
    200:
      $ref: '../responses/ShazamCitiesResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'