Chartmetric CLI

A command line tool for accessing the Chartmetric API.

Get the related artists for a specific artist.

Synopsis

Get similar artists (fans also listen to). For example, if many of artist A’s fans also frequently listen to artist B, and C, then B and C are related artists.

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

cm artists related [flags]

Examples

  cm artists related --id=1054

Options

      --id string            Chartmetric artist id
      --limit string         Maximum number of results to be returned (default "10")
      --fromDaysAgo string   Number of days ago from the desired start of date range.
      --toDaysAgo string     Number of days ago from the desired end of date range.
  -h, --help                 help for related

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