-
Hi, great work on the client. How could I retrieve the average rating? For instance, this page shows the rating: https://www.discogs.com/master/1837544-Netsky-Second-Nature I'm also interested in how to fetch the number of users who have a master or release in their collection, does the API make this data available? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Have a look at the api docs: https://www.discogs.com/developers If you find the funcionality you are looking for, tell us which one! We might be already supporting it, if not we can make a feature request from this question 😀 |
Beta Was this translation helpful? Give feedback.
-
Looking at the Release object, I don't believe we capture the community info available. A dir() shows;
Looking at release # 1026691 (The Mix-Up by Beastie Boys), the JSON has the following fields in community (I deleted most of the contributors to keep the JSON sample small):
I think there is value in adding a feature request to implement the community fields, especially the have / want / rating. --Paul |
Beta Was this translation helpful? Give feedback.
-
I don't think so (if I'm doing it right). It looks like .data only returns the Discogs ID & API URL for a given release:
|
Beta Was this translation helpful? Give feedback.
-
#105 is merged and released by now. |
Beta Was this translation helpful? Give feedback.
#105 is merged and released by now.