- Intro
- Community Libraries
- Permissions Values
- Reference
- Webhooks
- Chat
- List Items
- Users
- Teams
- Members
- Channels
- Webhooks
- Guilded Meta
- Tournaments
- Websocket
Get User Owned Steam Apps
GET
/sociallink/steam/recent/{userId}
users
Request
Path Params
userId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.guilded.gg/api/sociallink/steam/recent/'
Responses
🟢200OK
application/json
Body
games
array [object {4}]
required
appId
integer
required
Example:
6880
appName
string
required
Example:
Just Cause
foreverPlaytime
integer
deprecated
0
)gameImageUrl
string <uri>
required
Example:
http://media.steampowered.com/steamcommunity/public/images/apps/6880/aeaef41cac61d12ef93cf5eddc86859b1f0c73fa.jpg
Example
{
"games": [
{
"appId": 6880,
"appName": "Just Cause",
"foreverPlaytime": 0,
"gameImageUrl": "http://media.steampowered.com/steamcommunity/public/images/apps/6880/aeaef41cac61d12ef93cf5eddc86859b1f0c73fa.jpg"
}
]
}
🟠400userId must be provided
This is thrown when an invalid user ID is provided or none at all.
Modified at 2024-06-10 14:16:22