{
"discount": "-60%",
"original_price": "$59.99",
"price": "$23.99",
"title": "Red Dead Redemption 2",
"url": "https://store.steampowered.com/app/1174180/"
}
curl --location --request GET 'https://zylalabs.com/api/767/steam+games+offer+api/499/steam+games+offer?app_id=Required' --header 'Authorization: Bearer YOUR_API_KEY'
{"games_list":[2344520,1364780,381210,2646460,1174180,2519060,311210,582010,990080,271590],"possible_has_more":true,"total_games":8077}
curl --location --request GET 'https://zylalabs.com/api/767/steam+games+offer+api/500/steam+games+list+offer?start=Required&count=Required®ion=Required' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Steam Games Offer API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
This API will help you get the List of Games on Steam Store which are currently on Special Offer. There are 2 endpoints, the 1st one get the list of APP_IDS of the Games that are on special offer, In the 2nd endpoint you can feed the list of APP_IDs to get the game's data such as Name, Actual Price, Discounted Price, Discount Percent and URL of the Game.
Use-Case for this API:
It can be used by other Online Market Places or Online Stores for providing competitive pricing. They can be up-to-date regarding the Games Pricing.
The "GET Steam Games List Offer" endpoint returns a list of APP_IDs for games currently on special offer. The "GET Steam Games Offer" endpoint provides detailed game data, including the title, original price, discounted price, discount percentage, and a URL for each game.
Key fields in the "GET Steam Games Offer" response include "title," "original_price," "price," "discount," and "url." The "GET Steam Games List Offer" response includes "games_list," "possible_has_more," and "total_games."
The response from "GET Steam Games List Offer" is structured as a JSON object containing an array of APP_IDs. The "GET Steam Games Offer" response is also a JSON object, detailing individual game attributes, making it easy to parse and utilize.
The "GET Steam Games List Offer" endpoint accepts three parameters: "start" (for pagination), "count" (to specify the number of APP_IDs), and "country" (to filter by region, currently supporting US prices).
The "GET Steam Games List Offer" provides a list of APP_IDs for discounted games, while the "GET Steam Games Offer" delivers detailed information about each game, including pricing and discount details.
Users can customize requests to the "GET Steam Games List Offer" endpoint by adjusting the "start," "count," and "country" parameters to control pagination, the number of results, and regional pricing, respectively.
Typical use cases include online marketplaces comparing game prices, developers analyzing market trends, and gamers seeking the best deals on Steam games. This API helps maintain competitive pricing and informed purchasing decisions.
Data accuracy is maintained by sourcing information directly from the Steam Store, ensuring that the API reflects current offers and prices. Regular updates and checks help ensure the reliability of the data provided.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund