Introduction

Welcome to the dealraid API. This API provides real-time access to currently free games and discounts from major storefronts like Steam and Epic Games.

It is designed for developers who want to integrate game deal alerts into their applications, usage is subject to rate limits on the free tier.

Authentication

All API requests must be authenticated using a Bearer Token.

  1. Get your API Key from the Dashboard.
  2. Include it in the Authorization header of your requests.
bash
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.dealraid.pro/v1/games

Rate Limits

  • Free Tier: 100 requests per day.
  • Pro Tier: Unlimited requests.

Headers are included in every response to indicate your current usage:

  • X-DealRaid-Limit: Your daily limit.
  • X-DealRaid-Remaining: Requests remaining today.