Nice list. I looked at a few now. But since these are public/free APIs, I would be careful using them into production work, mainly for stability/scale reasons. Good for research/Prototype etc, IMO.
To help with the real time, could maybe add a layer of hot caching or the user could submit a batch job. if one fails, it's not blowing up the request.
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.
The Cover Art Archive[1] is a joint project between the Internet Archive and MusicBrainz, whose goal is to make cover art images available to everyone on the Internet in an organised and convenient way.
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).
Nice list! I’ve used one of the art APIs listed, the Rijksmuseum one, to built a website which will show you a random object from their massive collection on each button click:
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.
[+] [-] zerop|4 years ago|reply
[+] [-] Stevvo|4 years ago|reply
[+] [-] DrJones1098|4 years ago|reply
[+] [-] HWR_14|4 years ago|reply
Many of the ones I saw are "free up to N requests, then $". That is, things that have a free tier.
Which is still valuable, but is very different if you want to be able to scale. Scaling by writing a larger check is a nice safe path forward.
[+] [-] asim|4 years ago|reply
[+] [-] nullify88|4 years ago|reply
Thank you for the suggestions :)
[+] [-] easrng|4 years ago|reply
By default the images it returns are small but you can get the full res ones easily. Here's some example code (not mine): https://github.com/bendodson/itunes-artwork-finder/blob/mast...
[+] [-] brdbkr|4 years ago|reply
[1] https://coverartarchive.org/
[+] [-] nonameiguess|4 years ago|reply
[+] [-] tfsh|4 years ago|reply
1: https://www.last.fm/api/show/album.getInfo - looks like it provides three image resolutions - small, medium and large.
[+] [-] OJFord|4 years ago|reply
(Or there's a bunch of others in the submission under 'music'.)
[+] [-] r3trohack3r|4 years ago|reply
[+] [-] scns|4 years ago|reply
[0] https://discogs.com
[+] [-] areoform|4 years ago|reply
[+] [-] stefanvdw1|4 years ago|reply
https://randomrijks.com
[+] [-] LeonB|4 years ago|reply
(Nice work though :))
[+] [-] egfx|4 years ago|reply
[+] [-] jjice|4 years ago|reply
[+] [-] dariusj18|4 years ago|reply
[+] [-] butz|4 years ago|reply
[+] [-] willis936|4 years ago|reply
https://youtu.be/BxV14h0kFs0
[+] [-] hibern8|4 years ago|reply
This was in the list. How is this useful at all?
[+] [-] detaro|4 years ago|reply
[+] [-] funshed|4 years ago|reply
[+] [-] HWR_14|4 years ago|reply