I've looked at MusicBrainz, Deezer, Discogs, and Spotify API and none of them provide a direct relationship between an album/track and the musicians who played it. Usually, for example, you can get that Queen created the album "Made in Heaven", but you can't get the members (Mercury, May, etc) of Queen who played/composed it at that time. It seems something provided by Wikipedia, but not always easy to scrape since the pages don't always have the same template. Any ideas how to solve this issue? Thanks!
Are there any API that allow to retrieve the musicians involved in a certain album/track?
111 Views Asked by Chris At
0
There are 0 best solutions below
Related Questions in API
- Google Sheets API - Append Request not working
- Is there really no product for docs that has these?
- How to show suggested content in response using Azure Cognitive Search?
- error message when closing current position in binance futures, using ccxt library
- How to filter API data in React Native
- I have fetched an API with JS, but the output looks really bad and I don't know how to fix it
- Session is not storing in react and Asp Dot Core Web API
- Apex charts not rendering series value, showing cannot map values of NULL
- Configure IIS to accept API calls only from API Manager, Deny from direct calls
- Problems with API return using the Axios library in NextJS
- How to query by Iteration in pyral?
- Is there a way to have a user enter a url query and have a single function filter a database?
- Cant get value in Vue from data
- Read stories/posts using instagram API
- Need To Make Minor Change To REST API Response
Related Questions in SPOTIFY
- Album Images Not Showing Up When Called From Spotify API Android Studio
- How to eliminate use of external browser when querying Spotify API
- Python - Remove elevents from JSON containing a certain value
- Spotify Auth access token givin error code 400
- "illegal scope" error when trying to get all user playlists from another user in spotifyR
- Spotify Web API returning 'Insufficient client scope.' despite full client scopes
- why can't I retrieve the track of my Spotify playlist even i have given correct full xpath
- passport-spotify accessToken undefined in session
- How to add spotify kind of buttons on the appbar in flutter?
- Implementing Spotify Web Api OAuth2.0 authentication and autherization using Spring boot 3 and Spring Security 6
- Is it possible to link my button with the button of spotify embed player in react js?
- Can I pull an album's worth of audio features from Spotify in Python?
- Use WKWebView to open URL and handle button tap using Spotify API
- Strange issue when recursively concatenating to string
- Android Java Spotify Mode Remote to search a song
Related Questions in DEEZER
- How to solve CORS issue making Deezer API call
- Deezer API - Objects are not valid as a React child (found: [object Promise])
- Download Music From the URL using Python
- Deezer API authentication error : I can't make it work
- Deezer API and ThreeJS don't work together
- Why my Flutter Web App can't call the Deezer API when deployed on GitHub Pages
- Create native client for Deezer on linux
- Deezer API failing to decode?
- Deezer grad Date
- Deezer API fail request
- How to do OAuth dance with Deezer API on iOS?
- Are there any API that allow to retrieve the musicians involved in a certain album/track?
- python encode string to html unicode for deezer api
- Deezer API Simple Request
- Can I add to Deezer collaborative playlist without the access token?
Related Questions in MUSICBRAINZ
- How to run plugins on Picard as a developer
- Are there any API that allow to retrieve the musicians involved in a certain album/track?
- Search query with & in title gives wrong results
- Can't find track from artist and title name
- How to get a custom MP3 tag via Python?
- How to make a browse request to the musicBrainz api with the offset and limit arguments
- How to specify query parameter in Lucene search syntax?
- How get values from MusicBrainz simplexml_load_file() in php?
- How to get track metadata from acoustID with Python
- Fetching album art from the Cover Art Archive (archive.org) API leads to CORS errors due to redirects
- Problem executing a query in PostgreSQL (Musicbrainz database)
- Musicbrainz SQL query to get tracks for release_group
- musicbrainzngs: grab ID from artist search
- Retrieving MusicBrainz fingerprint with python
- PostgreSQL Query Optimization musicbrainz
Related Questions in DISCOGS-API
- Cogs in discord.py
- Discogs API limitation in retrieving more than 7 releases per label in a specific year
- Search filtering results via Discogs API in Python
- Discogs API question: By using a Release ID, can I check if that Release has Other Versions available?
- Are there any API that allow to retrieve the musicians involved in a certain album/track?
- Trouble with API responses
- Code using discogs_client only works with breakpoints or in shell, otherwise KeyError
- discogs post https://api.discogs.com/marketplace/listings? returned a response status of 422 null
- Discogs API PHP, Cover image. Curl?
- Rate limit the number of request made from react client to API
- in Ajax, how to write "headers" for multiple condition?
- Python Selenium Unable to find field element to send _keys
- Discogs, Using DiscordClient to access the API
- Discogs API : Can't get anything else than "401 You must authenticate to access this resource."
- Wrangling a Complex List in R
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?