Is there any free unlimited album artwork search API service? [closed]

大城市里の小女人 提交于 2019-12-03 03:49:36

问题


Google's custom search API has a limitation up to 100 queries per day. That is far less than what I expected. I want to add that artwork-search function to my app. Thanks a lot.


回答1:


How about Discogs, or Amazon or seeing what Cover Fetcher does?




回答2:


Musicbrainz and the Internet Archive offer the Cover Art Archive but you do need to request using the album's MBID.




回答3:


Last.FM provides an API for getting art but you can't actually use it in publicly distributed applications. They said that the recording companies own the art and they aren't licensed to distribute it. Huh? Why the API then? I don't get it.




回答4:


Last FM's album.getInfo API call offers images in four different sizes and can be searched using names or musicbrainz IDs. Output can be XML/JSON/JSONP.




回答5:


Last.fm isn't completely free and unlimited "Last.fm reserves the right to share in revenue generated from your use of Last.fm Data in future on terms to be negotiated in good faith between Last.fm and You."

Discovered the FreeCover website API a few minutes ago searching for the same thing: http://www.freecovers.net/api/

For the record, ROVi seems loaded (they source Apple): http://developer.rovicorp.com/

...but same as every good service on the internet: if you want good (meaning reliable) service, you'll have to pay eventually ;)




回答6:


Other than the Cover Art Archive the only other approachably "free" and unlimited resource is Wikipedia: http://www.onemusicapi.com/blog/2014/09/10/querying-wikipedia-album-artwork/

You can use DBpedia to search for the album, then use the Wikimedia APIs to actually download the image.



来源:https://stackoverflow.com/questions/7543574/is-there-any-free-unlimited-album-artwork-search-api-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!