Sillvva did a great job on improving this script while I was away. I have updated my repo with his version. ----- There is also a version for the 5e Shaped sheet in my repository now. A few days ago I started working on a script to import DNDBeyond characters into Roll20. At the moment it is still in an early phase, and it needs testing with different characters and suchlike. It is my first Roll20 script so if you find any errors or have any suggestions/tips, let me know. NOTICE: Commands are changed since the last update, read the description below, or on Github . BeyondImporter 5eOGL BeyondImporter Shaped How it works Go to the character page on DNDBeyond and put '/json' after the url, eg: <a href="https://www.dndbeyond.com/profile/Atheos/characters/1307201/json" rel="nofollow">https://www.dndbeyond.com/profile/Atheos/characters/1307201/json</a> Copy the entire content of that page, and go to Roll20. In the Roll20 chat type the command `!beyond import` and paste the copied contents after that, eg: !beyond import {"character":{"id":1307201,"name":"Qroohk","player":"Atheos","age":null,"hair":null,"eyes":null,"skin":null,"height":null,"weight":null,"size":"Medium","alignment":"Lawful Good" .......... Your character will be imported now! Commands !beyond help - Shows the help menu. !beyond config - Shows the config menu. !beyond import [CHARACTER JSON] - Imports a character from the DNDBeyond json. -- If there are enough people wanting this for the shaped sheet, I'm willing to work on that.