How can I get "just" the actual official discography of a given Artist? E.g. Radiohead is listing 231 albums?

Hello,

I am starting to use your API but I am really confused on how to do simple queries.

All I am looking for is the official list of albums / EPs / Compilations by a given band: Radiohead would give me the same results as wikipedia, with for example 9 albums, and not 231 like I am getting.

I tried several queries, this is the one I currently have (504 results!):

https://musicbrainz.org/ws/2/release-group?query=arid:a74b1b7f-71a5-4011-9441-d0b5e4122711&primary-type=album|ep&limit=100&offset=0&fmt=json

Any help would be appreciated.

https://musicbrainz.org/ws/2/release-group?query=arid:a74b1b7f-71a5-4011-9441-d0b5e4122711 %20AND%20status:official &limit=100&offset=0&fmt=json

5 Likes

That’s exactly what I needed. Thanks a lot!

2 Likes