This is a follow-up to an original post: JSON api for 5e SRD? <a href="https://app.roll20.net/forum/post/3987263/json-api-for-5e-srd" rel="nofollow">https://app.roll20.net/forum/post/3987263/json-api-for-5e-srd</a> This post is interesting in that I'd like to query, mix and match.&nbsp; Per the post, several things work: <a href="https://roll20.net/compendium/compendium/globalsearch/dnd5e?terms=misty" rel="nofollow">https://roll20.net/compendium/compendium/globalsearch/dnd5e?terms=misty</a> <a href="https://app.roll20.net/compendium/dnd5e/Fireball.json" rel="nofollow">https://app.roll20.net/compendium/dnd5e/Fireball.json</a> It appears that you can follow this format: <a href="https://roll20.net/compendium/dnd5e/{category}:{pagename}.json" rel="nofollow">https://roll20.net/compendium/dnd5e/{category}:{pagename}.json</a> (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: <a href="https://roll20.net/compendium/compendium/globalsearch/dnd5e?terms=" rel="nofollow">https://roll20.net/compendium/compendium/globalsearch/dnd5e?terms=</a> However, when I click that URL I do not get any response at all. Is there another way to retrieve the information? Thanks!