I got an idea for the pmmp forums, PMMP Trophies. This is just like github trophies, but for the pmmp forums. But I need help figuring out the api for this forums. I've found this used when you click an avatar, https://forums.pmmp.io/members/primus.22/?card=1&_xfResponseType=json. But it doesn't return json data =/
I was 22nd user to register, Erik was the 11674th. That digit after the name represents the incremental id and is most definitely used in the database as the primary key.
That's most likely correct. I've found this path https://forums.pmmp.io/api/, but it requires a token. I'm figuring out how to generate one. I'll just generate the user data from the link I've posted above
After a little bit of cleaning using javascript HTML: $data["templateHtml"].replaceAll("\n","").replaceAll("\t","").replaceAll("",""); Returns: Which is a good amount of data
This is called web scraping. There are many open-source softwares capable of extracting meaningful data from such inputs. Here is one: https://www.crummy.com/software/BeautifulSoup/bs4/doc/