Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm playlists similar

Get other playlists that are similar to a specific playlist.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Recommendation-GetSimilarPlaylists

cm playlists similar [flags]

Examples

  cm playlists similar --id=179228 --platform=spotify

Options

      --id string           Chartmetric playlist id
      --platform string     Streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer'
      --storefront string   Apple Music Storefront (required when platform=applemusic). Allowed values: 'US', 'CA', ...
      --indie string        Filter by whether the playlist was curated by major labels or not (only applies when platform=spotify). Allowed values: 'true', 'false'
      --limit string        Maximum number of results to be returned
      --offset string       Offset of entries to be returned
  -h, --help                help for similar

Options inherited from parent commands

  -d, --debug                  Display debug output in the console (default: false)
  -r, --refresh_token string   Chartmetric API Refresh Token to use (overrides config file token; does not save)
  -V, --verbose                Show additional details only when displaying debug info (default: false)

SEE ALSO

Auto generated by spf13/cobra on 28-Aug-2024