Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save enothereska/d87f914aa653fd75282035e73ae1cb80 to your computer and use it in GitHub Desktop.
Save enothereska/d87f914aa653fd75282035e73ae1cb80 to your computer and use it in GitHub Desktop.
Get the top-5 charts for genre 'punk'
# Get all the top-5 charts across all instances
$ http://localhost:7070/kafka-music/charts/genre/punk
[
  {
    "artist":"Wheres The Pope?",
    "album":"PSI",
    "name":"Fear Of God",
    "plays":2493
  },
  {
    "artist":"Subhumans",
    "album":"Live In A Dive",
    "name":"All Gone Dead",
    "plays":2492
  },
  {
    "artist":"Dead Kennedys",
    "album":"Fresh Fruit For Rotting Vegetables",
    "name":"Chemical Warfare",
    "plays":2484
  },
  {
    "artist":"Anti-Nowhere League",
    "album":"We Are the League",
    "name":"Animal",
    "plays":2483
  },
  {
    "artist":"Jello Biafra And The Guantanamo School Of Medicine",
    "album":"The Audacity Of Hype",
    "name":"Three Strikes",
    "plays":2478
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment