Dealraid Logo

dealraid

API Documentation

dealraid API

Access real-time data on free Steam games and special promotions.

Base URL
text
https://dealraid.pro/api/games

Features

Free Games Database
Comprehensive database of currently free Steam games with detailed metadata including tags, developers, prices, and promotion expiration dates.
API Key Authentication
Secure access to the API using API keys. Simple authentication via query parameters for easy integration into your applications.
Quick Example
Get all currently free Steam games with a simple GET request
http
GET /api/games?key=YOUR_API_KEY

# Response
{
  "count": 3,
  "games": [
    {
      "appId": "462960",
      "title": "Caveman World: Mountains of Unga Boonga",
      "originalPrice": "$1.99",
      "currentPrice": "0",
      "discountPercent": "100",
      ...
    }
  ]
}
Data Update Frequency

The database is automatically updated every 24 hours to ensure you always have access to the latest free games and promotions from Steam.