Steam Games Offer API

Steam Games Offer API

Get the List of Games from Steam Store that are on Offer.

API description

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.

API Documentation

Endpoints


This endpoint will give you the Games Data if you provide the APP_ID. You can use the GamesList endpoint to get the list of APP_IDs and Feed it to this Endpoint to get the Games Data. Sample Details are given below: { "discount": "-40%", "original_price": "$49.99", "price": "$29.99", "title": "God of War", "url": "https://store.steampowered.com/app/1593500/" }



                                                                            
GET https://zylalabs.com/api/767/steam+games+offer+api/499/steam+games+offer
                                                                            
                                                                        

Steam Games Offer - Endpoint Features
Object Description
app_id [Required] Application ID, Ex: 1063730
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
    "discount": "-67%",
    "original_price": "$59.99",
    "price": "$19.80",
    "title": "Assassin's Creed Valhalla",
    "url": "https://store.steampowered.com/app/2208920/"
}
                                                                                                                                                                                                                    
                                                                                                    

Steam Games Offer - CODE SNIPPETS


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' 

    

This Endpoint will List all the Games which are on Steam's Special Discount offers.

It accepts 3 URL Path Parameters:

  • start: The start of the list which is 0, also acts as a starting point for the next page.
  • count: Count is the number of APP_IDs you want to get. By default, it's set to 100 by Steam.
  • country: You can give the country code such as US, DE, IN, etc. For now, it is going to extract the US prices only so you can enter the US. Further regions will be added soon.

It will return the APP_ID in a list:

[1174180, 271590, 1817070, 916440, 613100]

You can feed this APP_ID list to our Steam Games Offers API and get the individual Games Data.

 



                                                                            
GET https://zylalabs.com/api/767/steam+games+offer+api/500/steam+games+list+offer
                                                                            
                                                                        

Steam Games List Offer - Endpoint Features
Object Description
start [Required] Start of the List, Ex: 0
count [Required] Number of results, Ex: 10. Max: 10
region [Required] Country. Ex: IN, US or DE
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"games_list":[1811260,1174180,1593500,2208920,1172380,1462040,271590,255710,1203220,594650],"possible_has_more":true,"total_games":5907}
                                                                                                                                                                                                                    
                                                                                                    

Steam Games List Offer - CODE SNIPPETS


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' 

    

API Access Key & Authentication

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 REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
99%
 Response Time
709ms

Category:


Tags:


Related APIs