Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm playlists evolution

Get the evolution of playlists for a specific artist, track, or album.

Synopsis

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

cm playlists evolution [flags]

Examples

  cm playlists evolution --type=artist --id=5408

Options

      --type string    The content asset type for a specific asset id. Allowed values: 'artist', 'track', 'album'
      --id string      Chartmetric id for the specific asset (e.g. artist_id, track_id, album_id).
      --since string   Start date in ISO date format YYYY-MM-DD (default: 180 days ago)
      --until string   End date in ISO date format YYYY-MM-DD (defaults to today, maximum is 365 days from the since date)
  -h, --help           help for evolution

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