Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm curators list

Lookup a list of curators based on various params.

Synopsis

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

cm curators list [flags]

Examples

  cm curators list --platform=spotify
  cm curators list --platform=youtube --editorial=false --popularIndie=false

Options

      --platform string         Filter by streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer', 'itunes', 'youtube', 'amazon'
      --limit string            Maximum number of results to be returned
      --offset string           Offset of entries to be returned
      --sortColumn string       Sort results by a specific metric (see API documentation for full list)
      --sortOrderDesc string    Sort results in descending order
      --indie string            If true, returns curators that are not major label, official editorial, brand, and popular indie curators. Allowed values: 'true', 'false'
      --editorial string        If true, returns only official platform curators. Applies only to Spotify, Apple Music, Amazon, and YouTube. Allowed values: 'true', 'false'
      --majorLabel string       If true, returns only major label curators. Applies only to Spotify and YouTube. Allowed values: 'true', 'false'
      --popularIndie string     If true, returns only curators that are not official editorial, brand, and major label curators. Applies only to Spotify and YouTube. Allowed values: 'true', 'false'
      --audiobook string        If true, returns only audiobook curators. Applies only to Spotify and YouTube. Allowed values: 'true', 'false'
      --withSocialUrls string   If true, returns only curators with linked social URLs. Applies only to Spotify. The actual social URLs are not included in the response. Allowed values: 'true', 'false' (default: 'false')
      --code2 string            Filter by curator's country code in ISO Alpha-2 format. Applies only to Apple Music and YouTube.
  -h, --help                    help for list

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