This is a follow-up to an original post:


JSON api for 5e SRD?
https://app.roll20.net/forum/post/3987263/json-api-for-5e-srd

This post is interesting in that I'd like to query, mix and match.  Per the post, several things work:

https://roll20.net/compendium/compendium/globalsearch/dnd5e?terms=misty
https://app.roll20.net/compendium/dnd5e/Fireball.json

It appears that you can follow this format:
https://roll20.net/compendium/dnd5e/{category}:{pagename}.json

(though may need to clarify "category" and "pagename", as above Fireball.json has no category (spells?), though it IS case-insensitive (fireball.json). )


Now, the original post implies that an empty term would give you everything so you could sort and monkey with it however you like:

https://roll20.net/compendium/compendium/globalsearch/dnd5e?terms=

However, when I click that URL I do not get any response at all.

Is there another way to retrieve the information?

Thanks!