Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm artists neighbors

Get the neighbors for this artist.

Synopsis

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

cm artists neighbors [flags]

Examples

  cm artists neighbors --id=3380
  cm artists neighbors --id=3380 --stars=4,5 --platforms=amazon,apple_music,spotify --grouped=true

Options

      --id string       Chartmetric artist id
      --metric string   Metric to return (default: 'cm_artist_rank'). Allowed values: 'cm_artist_rank', 'sp_popularity', 'sp_followers', 'sp_monthly_listeners', 'ins_followers', ...
      --limit string    Maximum number of results to be returned
      --type string     Set to 'genre' to apply genre clustering.
  -h, --help            help for neighbors

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