Skip to content

Commit f23bdd1

Browse files
authored
Update README.md
1 parent 77e005d commit f23bdd1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ All endpoints are relative to the base path `/api/v1`.
7979
| GET | `/biggestJumpInRating` | Get the contest that resulted in the user's biggest rating increase. |
8080
| DELETE | `/evictUserData` | (Requires API Key) Evicts a user's contest data from the cache and DB. |
8181

82+
### 🌏 GlobalContests Endpoints
83+
84+
**Base Path**: `/api/v1/globalContestInfo`
85+
86+
| Method | Endpoint | Description |
87+
|--------|--------|-------------|
88+
| GET | `/fetchContests` | Get a paginated list of all global contests from the local database. Supports `?page=`, `&size=`, and `&sort=`. |
89+
| GET | `/globalRanking` | Get a paginated list of global user rankings (PENDING) |
90+
8291
### ❓ Questions Endpoints
8392

8493
**Base Path**: `/api/v1/questions`

0 commit comments

Comments
 (0)