Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm artists rank

Get the Chartmetric artist rank for a specific artist.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Artist-GetArtistRank

cm artists rank [flags]

Examples

  cm artists rank --id=3380

Options

      --id string       Chartmetric artist id
      --metric string   Metric to return. Allowed values: 'cm_artist_rank', 'sp_popularity', 'sp_followers', 'sp_monthly_listeners', 'ins_followers', ... (default: 'cm_artist_rank')
      --code2 string    Filter by artist's country code in ISO Alpha-2 format.
      --genre string    Filter by a Chartmetric genre id.
  -h, --help            help for rank

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 artists - Lookup information related to artists
Auto generated by spf13/cobra on 28-Aug-2024