Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/v1/get-achievement-of-the-week.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ if (response is NetworkResponse.Success) {
"TrueRatio": 11,
"Type": null,
"Author": "StingX2",
"DateCreated": "2021-10-16 23:53:32",
"DateModified": "2021-10-17 19:26:09"
"DateCreated": "2021-10-16",
"DateModified": "2021-10-17"
},
"Console": {
"ID": 3,
Expand Down
5 changes: 2 additions & 3 deletions docs/v1/get-game-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Most of this data can be found on the game page, for example, [Sonic the Hedgeho

| Name | Required? | Description |
| :--- | :-------- | :---------------------------------------------------------------- |
| `z` | Yes | Your username. |
| `y` | Yes | Your web API key. |
| `i` | Yes | The target game ID. |
| `f` | | Defaults to 3. Set to 5 to see Unofficial / demoted achievements. |
Expand Down Expand Up @@ -87,9 +86,9 @@ if (response is NetworkResponse.Success) {
"Publisher": "",
"Developer": "",
"Genre": "",
"Released": "1992-06-02 00:00:00",
"Released": "1992-06-02",
"ReleasedAtGranularity": "day",
"IsFinal": 0,
"IsFinal": false, // this field is deprecated, and will always return false
"RichPresencePatch": "cce60593880d25c97797446ed33eaffb",
"GuideURL": null,
"Updated": "2023-12-27T13:51:14.000000Z",
Expand Down
1 change: 0 additions & 1 deletion docs/v1/get-game-info-and-user-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ A call to this endpoint will retrieve extended metadata about a game, in additio

| Name | Required? | Description |
| :--- | :-------- | :----------------------------------------------------------------- |
| `z` | Yes | Your username. |
| `y` | Yes | Your web API key. |
| `u` | Yes | The target username. |
| `g` | Yes | The target game ID. |
Expand Down
3 changes: 2 additions & 1 deletion docs/v1/get-user-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ if (response is NetworkResponse.Success) {
"Publisher": "Falcon",
"Developer": "Falcon",
"Genre": "2D Platforming, Arcade",
"Released": "1981",
"Released": "1981-01-01",
"ReleasedAtGranularity": "year",
"IsFinal": 0
},
"UserPic": "/UserPic/xelnia.png",
Expand Down