Closed Wayneoween closed 5 years ago
There is a (until recently undocumented) feature on the dnddeutsch API that has all the data we could want.
A sample query looks like this: https://www.dnddeutsch.de/tools/json.php?q=goblin&o=monster
We don't have to use colly to scrape dndbeyond, we can just make 1 API Call and then on "enter" go to the dndbeyond monster statblock!
colly
Closed by 0.6 release!
There is a (until recently undocumented) feature on the dnddeutsch API that has all the data we could want.
A sample query looks like this: https://www.dnddeutsch.de/tools/json.php?q=goblin&o=monster
We don't have to use
colly
to scrape dndbeyond, we can just make 1 API Call and then on "enter" go to the dndbeyond monster statblock!