Steam API operations
GET/quest/api/fetch/steam
Steam API operations
Request
Query Parameters
operation string
Possible values: [profile
, ownedGames
, wishlist
, playerAchievements
]
Operation to perform
appId string
Steam App ID
Responses
- 200
- default
Steam data
- application/json
- Schema
- Example (from schema)
Schema
message string
data object
{
"message": "string",
"data": {}
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...