Live data from Hacker News

A collection of free/public APIs you can use to build stuff

github.com

1–10 of 30 posts

Re: A collection of free/public APIs you can use to build stuff

#6
Anyone know of a API to fetch high quality music artist and album art? I've been meaning to make something which sniffs whats playing on my Chromecast and display it on a screen but I've had difficulty finding a good source of art.

Thank you for the suggestions :)

Re: A collection of free/public APIs you can use to build stuff

#7

Anyone know of a API to fetch high quality music artist and album art? I've been meaning to make something which sniffs whats playing on my Chromecast and display it on a screen but I've had difficulty finding a good source of art. Thank you for the suggestions :)

Spotify? Or is that not high quality enough? https://developer.spotify.com/documentation/web-api/referenc...

(Or there's a bunch of others in the submission under 'music'.)

Re: A collection of free/public APIs you can use to build stuff

#8

Anyone know of a API to fetch high quality music artist and album art? I've been meaning to make something which sniffs whats playing on my Chromecast and display it on a screen but I've had difficulty finding a good source of art. Thank you for the suggestions :)

I won't speak to the quality, but that's what libmusicbrainz is for: https://github.com/metabrainz/libmusicbrainz

Re: A collection of free/public APIs you can use to build stuff

#9

Anyone know of a API to fetch high quality music artist and album art? I've been meaning to make something which sniffs whats playing on my Chromecast and display it on a screen but I've had difficulty finding a good source of art. Thank you for the suggestions :)

Someone else mentioned Spotify, you could try looking into Last.fm[1] (which queries from a number of different sources - spotify, youtube, soundcloud and user contributed artwork).

1: https://www.last.fm/api/show/album.getInfo - looks like it provides three image resolutions - small, medium and large.

Re: A collection of free/public APIs you can use to build stuff

#10
Obligatory link to the Tom Scott video on free APIs. There's a lot of common knowledge there, but his discussion on free APIs seems relevant. I've been burned by having hobbyist projects break from free APIs getting turned off.

https://youtu.be/BxV14h0kFs0

Post reply on HN