You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v1/get-achievements-earned-between.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,12 @@ A user's unlocks by a date range can be found manually via the user history:
20
20
21
21
### Query Parameters
22
22
23
+
You must query the user by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID.
Copy file name to clipboardExpand all lines: docs/v1/get-achievements-earned-on-day.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ A user's unlocks by date can be found via the user history:
20
20
21
21
### Query Parameters
22
22
23
-
| Name | Required? | Description |
24
-
| :--- | :-------- | :------------------------- |
25
-
|`y`| Yes | Your web API key. |
26
-
|`u`| Yes | The target username. |
27
-
|`d`| Yes | Date in YYYY-MM-DD format. |
23
+
You must query the user by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID.
Copy file name to clipboardExpand all lines: docs/v1/get-game-info-and-user-progress.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,12 @@ A call to this endpoint will retrieve extended metadata about a game, in additio
14
14
15
15
### Query Parameters
16
16
17
+
You must query the user by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID.
0 commit comments