Skip to content
Discussion options

You must be logged in to vote

Officially there's no way to get the reviews for a release, but out of curiosity I tried to call /releases/{release_id}/reviews api and it actually worked!
And based on the response there's a /reviews/{id}/replies endpoint where you can fetch the replies to specific review.

GET https://api.discogs.com/releases/1873013/reviews

{
    "pagination": {
        "page": 1,
        "pages": 4,
        "per_page": 25,
        "items": 86,
        "urls": {
            "last": "https://api.discogs.com/releases/1873013/reviews?page=4&per_page=25",
            "next": "https://api.discogs.com/releases/1873013/reviews?page=2&per_page=25"
        }
    },
    "results": [
        {
            "id": 56…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@AnssiAhola
Comment options

@romainhild
Comment options

@romainhild
Comment options

@JOJ0
Comment options

JOJ0 Sep 6, 2025
Maintainer

@romainhild
Comment options

Answer selected by romainhild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants