Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm radio markets

Lookup the total number of times an asset (artist, album, or track) was played over the radio (aka total airplays) across all broadcast markets.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Radio-GetRadioBroadcastMarketData

cm radio markets [flags]

Examples

  cm radio markets --type=artist --id=236 --since=2024-06-09
  cm radio markets --type=track --id=50621806 --since=2024-06-09

Options

      --type string    The content asset type for a specific asset id. Allowed values: 'artist', 'track', 'album'
      --id string      Chartmetric id for the specific asset (e.g. artist_id, track_id, album_id).
      --since string   Start date in ISO date format YYYY-MM-DD.
  -h, --help           help for markets

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