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-artists <artist_id> [flags]

Examples

  cm artists related-artists 1054

Options

      --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-artists

Options inherited from parent commands

  -d, --debug   Display debug output in the console (default: false)

SEE ALSO

  • cm artists - Lookup information related to artists
Auto generated by spf13/cobra on 17-Jul-2024