Check it out here!
Invoke URL: https://leetcode-stats-api.herokuapp.com/{YOUR_USERNAME}
Hitting the endpoint with your username returns the following statistics in the json response:
{
"status": "",
"totalSolved": 360
"easySolved": 146
"totalEasy": 458
"mediumSolved": 196
"totalMedium": 904
"hardSolved": 21
"totalHard": 368
"acceptanceRate": 50.9
"ranking": 47657
"contributionPoints": 2534
"reputation": 1
}