How to get JSON that has all the data of a UI search

Getting https://musicbrainz.org/release/dac4b0ba-7e76-4759-8b10-8435428bc540 on a browser displays a lot of data.
Doing a curl of Guitar Greatest Hits returns quite a small amount of data.
Is there a single curl that would return all of the data that the browser displays? If not, what is the sequence of curl’s that will retrieve the equivalent data?

See inc parameter in the doc:
https://wiki.musicbrainz.org/MusicBrainz_API

4 Likes