This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/content/api.md
2021-08-31 17:46:50 -04:00

2.7 KiB

title menu
Projects
main
weight
30

API Reference

{{< rawhtml >}}

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

            All The Things,Gaullin,https://www.last.fm/music/Gaullin/_/All+The+Things,true
            
Response Breakdown:

            Song Name,Artist Name,LastFM Song Page Link,Now Playing
            
  • Song Name String
  • Artist Name String
  • Song String/URL
  • Song Name Bool

Nothing here yet...

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