--- title: "API" menu: main: weight: 25 --- # API Docs {{< rawhtml >}}

URI: https://api.hack13.dev/lastfm/?username=your-lastfm-username
Example Response:

            "PUNCHING BAG","blackwinterwells","https://www.last.fm/music/blackwinterwells/_/PUNCHING+BAG",true
            
Response Breakdown:

            "Song Name","Artist Name","LastFM Song Page Link",Now Playing
            
  • Song Name String
  • Artist Name String
  • Song LastFM Page Link String/URL
  • Now Playing Bool
API Source Code: GitHub Gist

Nothing here yet...

Nothing here yet...
{{< /rawhtml >}}