Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm curators fan-metrics

Lookup a list of curators based on various params.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Curator-GetCuratorStat

cm curators fan-metrics [flags]

Examples

  cm curators fan-metrics --id=324010 --platform=spotify --source=spotify
  cm curators fan-metrics --id=324010 --platform=applemusic --source=spotify

Options

      --id string             Chartmetric curator id
      --platform string       Streaming platform. Note 'applemusic' and 'itunes' return the same data. Allowed values: 'spotify', 'applemusic', 'itunes', 'deezer'
      --source string         Filter by data source for fans. Allowed values: 'spotify', 'facebook', 'twitter', 'youtube_channel', 'instagram', 'tiktok
      --field string          Filter by a specific statistic from the source. See API documentation for available values.
      --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'
      --interpolated string   If true, returns interpolated data (aka approximated data) for missing data. Allowed values: 'true', 'false' (default: 'false')
  -h, --help                  help for fan-metrics

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