I'm working on a DND helper tool that makes use of Roll20's open compendium through the following external calls: For example: <a href="https://app.roll20.net/compendium/dnd5e/cat.json" rel="nofollow">https://app.roll20.net/compendium/dnd5e/cat.json</a> <a href="https://app.roll20.net/compendium/dnd5e/eldritch_blast.json" rel="nofollow">https://app.roll20.net/compendium/dnd5e/eldritch_blast.json</a> Here's a quick screenshot from the work in progress tool If I purchased a compendium expansion, like Volo's Guide - What would an 'external' API call to fetch Volo's Guide .JSON data, look like? I believe there would be an authentication code of some kind to show proof of purchase in order to access the data.