Create API to get funding information from getmonero forum
Created by: onodera-punpun
I'm working on a self-hosted web wallet for monero. I'd like to display the projects that have been funded or required funding with some information like the amount required, the current amount funded, the amount of donations.
At the moment I'm using a web-scraper to obtain this information, which is kind of hacky. An API to easily get this information in JSON or something would be really great :).