Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm tracks playlist-snapshot

Get a playlist snapshot for a specific track.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Track-GetTrackPlaylistsSnapshot

cm tracks playlist-snapshot [flags]

Examples

  cm tracks playlist-snapshot --id=22290726 --platform=spotify --date=2024-06-09

Options

      --id string         Chartmetric track id
      --platform string   Streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer', 'amazon', 'youtube'
      --date string       Snapshot date in ISO date format YYYY-MM-DD
      --limit string      Maximum number of results to be returned
      --offset string     Offset of entries to be returned
  -h, --help              help for playlist-snapshot

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