Products
Get Hyped Products
Products
Get Hyped Products
GET
/
products
/
hyped
curl --request GET \
--url https://api.blazemonitors.com/products/hyped
{
"site": {
"platformName": "walgreens",
"siteName": "Walgreens",
"siteUrl": "https://walgreens.com",
"siteCurrency": "",
"siteImg": "https://cdn.discordapp.com/embed/avatars/0.png",
"hasLists": true,
"hasProducts": true,
"hasReleases": true,
"hasForceAdd": false,
"queryType": "productSku",
"restockTypes": [
"Restock"
],
"altNames": [
"walgreen",
"wlgrns",
"walgrns",
"walgrn",
"wlgrn"
]
},
"results": [
{
"error": false,
"status": "",
"product": {
"productSku": "300417833",
"productImg": "https://pics.drugstore.com/prodimg/638890/155.jpg",
"productName": "Topps Trading Cards",
"productPrice": "59.99 USD",
"productUrl": "https://www.walgreens.com/store/c/blaze/ID=300417833-product",
"productSite": "Walgreens"
}
}
]
}
Headers
Query Parameters
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.blazemonitors.com/products/hyped
{
"site": {
"platformName": "walgreens",
"siteName": "Walgreens",
"siteUrl": "https://walgreens.com",
"siteCurrency": "",
"siteImg": "https://cdn.discordapp.com/embed/avatars/0.png",
"hasLists": true,
"hasProducts": true,
"hasReleases": true,
"hasForceAdd": false,
"queryType": "productSku",
"restockTypes": [
"Restock"
],
"altNames": [
"walgreen",
"wlgrns",
"walgrns",
"walgrn",
"wlgrn"
]
},
"results": [
{
"error": false,
"status": "",
"product": {
"productSku": "300417833",
"productImg": "https://pics.drugstore.com/prodimg/638890/155.jpg",
"productName": "Topps Trading Cards",
"productPrice": "59.99 USD",
"productUrl": "https://www.walgreens.com/store/c/blaze/ID=300417833-product",
"productSite": "Walgreens"
}
}
]
}