get:
  tags:
    - All Resources
    - Charts
    - Shazam
  summary: 'Get Shazam Charts'
  operationId: shazam.charts
  description: |
    Resource route for getting a list of `ShazamCharts`.
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/chart_id.yaml'
    - $ref: '../parameters/city_id_array.yaml'
    - $ref: '../parameters/country_code_array.yaml'
    - $ref: '../parameters/limit.yaml'
    - $ref: '../parameters/offset.yaml'
    - $ref: '../parameters/shazam_chart_sort_by.yaml'
    - $ref: '../parameters/sort_order.yaml'
  responses:
    200:
      $ref: '../responses/ShazamChartsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'