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": "success",
"message": "retrieved",
"totalSolved": 360,
"totalQuestions": 1735,
"easySolved": 146,
"totalEasy": 458,
"mediumSolved": 196,
"totalMedium": 904,
"hardSolved": 21,
"totalHard": 368,
"acceptanceRate": 50.92,
"ranking": 47657,
"contributionPoints": 2534,
"reputation": 1
}