Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm playlists journey

Get the journey information for a specific playlist.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Playlist-GetPlaylistJourneyProgress

cm playlists journey [flags]

Examples

  cm playlists journey --platform=deezer --id=1189520191
  cm playlists journey --platform=spotify --id=1189520191 --sortColumn=followers

Options

      --platform string        Streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer'.
      --id string              Chartmetric id for the specific asset (e.g. artist_id, track_id, album_id).
      --sortColumn string      The column to sort by. Allowed values: 'overlap', 'followers' (default: 'overlap')
      --sortOrderDesc string   True to sort results in descending order, false otherwise. Allowed values: 'true', 'false' (default: 'true')
      --limit string           Maximum number of results to be returned
      --offset string          Each response has a max limit of results. Use this to paginate through the results.
  -h, --help                   help for journey

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