hey there my fellow robloxians.
I’ve run into a site called Blade by @IntegerUnderflow,
This site shows a graph of previous place data such as Likes and Visits.
My question is what API does he use? I have asked the man himself but I didn’t get any reply yet.
Roblox API endpoints offer some insight as to the number of sales a product has gotten.
To answer your question as to where he received the number of likes and visits, it comes from this endpoint. He gets the revenue information from this endpoint. The website however doesn’t include developer products as they aren’t listed publicly on the endpoints AFAIK.
Can confirm Qxest is bang on here (except for active players which I scrape because the API playing value doesnt include anything except the universe root place).
Historical data is grabbed by blade at the time and stored on a database run by blade, hence how I have that data.