-
Notifications
You must be signed in to change notification settings - Fork 27
Get Package Details
Revadike edited this page Jul 10, 2021
·
4 revisions
No known rate limit
Authenticated:
TODOMethod:
GETHost:
store.steampowered.comPath:
/api/packagedetails/Query Parameters:
Name Type Required Description packageidsstring TODOTODO
Name Type Description 469object TODO469.successboolean TODO469.dataobject TODO469.data.namestring TODO469.data.page_contentstring TODO469.data.page_imagestring TODO469.data.small_logostring TODO469.data.apps[]array TODO469.data.apps[].idnumber TODO469.data.apps[].namestring TODO469.data.priceobject TODO469.data.price.currencystring TODO469.data.price.initialnumber TODO469.data.price.finalnumber TODO469.data.price.discount_percentnumber TODO469.data.price.individualnumber TODO469.data.platformsobject TODO469.data.platforms.windowsboolean TODO469.data.platforms.macboolean TODO469.data.platforms.linuxboolean TODO469.data.controllerobject TODO469.data.controller.full_gamepadboolean TODO469.data.release_dateobject TODO469.data.release_date.coming_soonboolean TODO469.data.release_date.datestring TODO
GET https://store.steampowered.com/api/packagedetails/?packageids=469
{
"469": {
"success": true,
"data": {
"name": "The Orange Box",
"page_content": "<p>The Orange Box is a bundle that includes five titles from Valve: Half-Life 2; Half-Life 2:Episode 1; Half-Life 2: Episode Two; Team Fortress 2, the sequel to the game that put class-based, multiplayer team warfare on the map; and Portal, the game that blends puzzles, first person action, and adventure gaming to produce an experience like no other.</p>",
"page_image": "https://cdn.akamai.steamstatic.com/steam/subs/469/header.jpg?t=1577609887",
"small_logo": "https://cdn.akamai.steamstatic.com/steam/subs/469/capsule_231x87.jpg?t=1577609887",
"apps": [
{
"id": 220,
"name": "Half-Life 2"
},
{
"id": 380,
"name": "Half-Life 2: Episode One"
},
{
"id": 420,
"name": "Half-Life 2: Episode Two"
},
{
"id": 400,
"name": "Portal"
},
{
"id": 440,
"name": "Team Fortress 2"
}
],
"price": {
"currency": "EUR",
"initial": 1679,
"final": 1679,
"discount_percent": 0,
"individual": 2956
},
"platforms": {
"windows": true,
"mac": true,
"linux": true
},
"controller": {
"full_gamepad": false
},
"release_date": {
"coming_soon": false,
"date": ""
}
}
}
}