Get insights for tracks on Beatport Charts.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Charts-GetBeatportChart
cm charts beatport [flags]
cm charts beatport --genre=house --latest=true
cm charts beatport --genre=drum-and-bass --date=2024-06-14
--date string Charting date in ISO date format YYYY-MM-DD. Required unless 'latest' flag is true.
--genre string The chart genre. Allowed values: 'house', 'tech-house', 'minimal-deep-tech', 'dj-tools', ... (default "All Genres")
--offset string Each response has a max limit of results. Use this to paginate through the results.
--latest string If true, returns the latest data point available regardless of date. Allowed values: 'true', 'false' (default "true")
-h, --help help for beatport
-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)