Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm albums stats

Get Spotify popularity statistics (aka follower counts) for a specific album.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Album-GetCurrentPopularityByAlbum

cm albums stats [flags]

Examples

  cm albums stats --id=6382276

Options

      --id string       Chartmetric 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)
      --latest string   If true, returns the latest data point available regardless of date. Allowed values: 'true', 'false'
  -h, --help            help for stats

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

  • cm albums - Lookup information related to albums
Auto generated by spf13/cobra on 28-Aug-2024