Skip to content

Commit c3320fe

Browse files
committed
doc/api.md
1 parent 3e078a1 commit c3320fe

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

doc/api.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,15 @@ https://kenkoooo.com/atcoder/atcoder-api/v3/ac_ranking?from=0&to=10
3636
https://kenkoooo.com/atcoder/atcoder-api/v3/user/ac_rank?user=kenkoooo
3737
```
3838

39-
Deprecated ~~https://kenkoooo.com/atcoder/resources/ac.json~~ This old API will be removed soon. You can see more detail about the plan ([#989](https://github.com/kenkoooo/AtCoderProblems/issues/989)).
40-
4139
### Rated Point Sum
4240

4341
#### Example
4442

45-
4643
```
4744
https://kenkoooo.com/atcoder/atcoder-api/v3/rated_point_sum_ranking?from=0&to=10
4845
https://kenkoooo.com/atcoder/atcoder-api/v3/user/rated_point_sum_rank?user=kenkoooo
4946
```
5047

51-
Deprecated ~~https://kenkoooo.com/atcoder/resources/sums.json~~ This old API will be removed soon. You can see more detail about the plan ([#1031](https://github.com/kenkoooo/AtCoderProblems/issues/1031)).
52-
5348
### Longest Streak (JST) Count
5449

5550
#### Example
@@ -59,8 +54,6 @@ https://kenkoooo.com/atcoder/atcoder-api/v3/streak_ranking?from=0&to=10
5954
https://kenkoooo.com/atcoder/atcoder-api/v3/user/streak_rank?user=kenkoooo
6055
```
6156

62-
Deprecated ~~https://kenkoooo.com/atcoder/resources/streaks.json~~ This old API will be removed soon. You can see more detail about the plan ([#981](https://github.com/kenkoooo/AtCoderProblems/issues/981)).
63-
6457
### Language List
6558

6659
#### Example
@@ -78,8 +71,6 @@ https://kenkoooo.com/atcoder/atcoder-api/v3/language_ranking?from=0&to=10&langua
7871
https://kenkoooo.com/atcoder/atcoder-api/v3/user/language_rank?user=kenkoooo
7972
```
8073

81-
Deprecated ~~https://kenkoooo.com/atcoder/resources/lang.json~~ This old API will be removed soon. You can see more detail about the plan ([#1002](https://github.com/kenkoooo/AtCoderProblems/issues/1002)).
82-
8374
## Submission API
8475

8576
### User Submissions
@@ -99,16 +90,6 @@ https://kenkoooo.com/atcoder/atcoder-api/v3/user/submissions?user={user_id}&from
9990
https://kenkoooo.com/atcoder/atcoder-api/v3/user/submissions?user=chokudai&from_second=1560046356
10091
```
10192

102-
### [Deprecated] ~~User Submissions~~
103-
104-
This API is deprecated. Please use `/v3/user/submissions` instead. You can see more detail about the deprecation plan ([#961](https://github.com/kenkoooo/AtCoderProblems/issues/961)).
105-
106-
#### Interface
107-
108-
```
109-
https://kenkoooo.com/atcoder/atcoder-api/results?user={user_id}
110-
```
111-
11293
### Submissions at the time
11394

11495
#### Interface
@@ -123,8 +104,13 @@ https://kenkoooo.com/atcoder/atcoder-api/v3/from/{unix_time_second}
123104

124105
## Deprecated
125106

126-
- `/v2/user_info`
127-
- `/atcoder/atcoder-api/info/*`
107+
- `/atcoder-api/v2/user_info`
108+
- `/atcoder-api/info/*`
109+
- `/atcoder-api/results`
110+
- `/resources/ac.json`
111+
- `/resources/lang.json`
112+
- `/resources/streaks.json`
113+
- `/resources/sums.json`
128114

129115
## Datasets
130116

0 commit comments

Comments
 (0)