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-09-01 19:53:55 -04:00

3.1 KiB

title menu
API
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,https://lastfm.freetls.fastly.net/i/u/300x300/da1eaf8adf9ad97a7b86fb76e6e1a876.jpg,true
            
Response Breakdown:

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

Nothing here yet...

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