Asking for a subset of data returned from API request

Example Query:
https://musicbrainz.org/ws/2/recording/?query=isrc:GBARL1801496&fmt=json

Is there any way to select the exact data that returns in a query, All I want is geographical data related to the artists (or just the artist id as the next best thing).

The example query currently returns is around ~34kb which is just way to much.

1 Like

No, there is no other way than extracting the geographical data you want from the recording results.

I even looked into the isrc API endpoint in case it could be helpful here but it seems to be bugged.

Edit: The bug for the isrc endpoint is tracked under MBS-10185.