File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,18 @@ Hitting the endpoint with your username returns the following statistics in the
30
30
```
31
31
{
32
32
"status": "success",
33
- "message": "retrieved"
34
- "totalSolved": 360
35
- "easySolved": 146
36
- "totalEasy": 458
37
- "mediumSolved": 196
38
- "totalMedium": 904
39
- "hardSolved": 21
40
- "totalHard": 368
41
- "acceptanceRate": 50.9
42
- "ranking": 47657
43
- "contributionPoints": 2534
33
+ "message": "retrieved",
34
+ "totalSolved": 360,
35
+ "totalQuestions": 1735,
36
+ "easySolved": 146,
37
+ "totalEasy": 458,
38
+ "mediumSolved": 196,
39
+ "totalMedium": 904,
40
+ "hardSolved": 21,
41
+ "totalHard": 368,
42
+ "acceptanceRate": 50.92,
43
+ "ranking": 47657,
44
+ "contributionPoints": 2534,
44
45
"reputation": 1
45
46
}
46
47
```
You can’t perform that action at this time.
0 commit comments