← Intelligence Mashups

Global Game Deals

GET /mashup/games/deals

Find the best digital game deals with automatic currency conversion. Combines CheapShark deal data across Steam, GOG, and Humble Bundle with real-time forex rates to show prices in your local currency. Filter by maximum price in your currency.

Parameters

currency optional default: USD

Target currency code (e.g. EUR, GBP, NOK)

max_price optional

Maximum price in target currency

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/mashup/games/deals?currency=EUR&max_price=10"

Live Response

{
  "currency": "EUR",
  "deals": [
    {
      "deal_id": "vRgMfmd3U3uZuOMgbIsaOsWQ9InyDi9KQbP8LpVGVFc%3D",
      "local_currency": "EUR",
      "metacritic_score": "83",
      "normal_price_local": null,
      "normal_price_usd": 19.99,
      "sale_price_local": null,
      "sale_price_usd": 0.0,
      "savings_percent": "100.000000",
      "store": "Epic Games Store",
      "title": "Beacon Pines"
    },
    {
      "deal_id": "W2sWDMuZxdklOrBr2c8x%2FJbPMCa%2BbkUbwy0b7mhOrb4%3D",
      "local_currency": "EUR",
      "metacritic_score": "77",
      "normal_price_local": null,
      "normal_price_usd": 12.99,
      "sale_price_local": null,
      "sale_price_usd": 0.0,
      "savings_percent": "100.000000",
      "store": "Epic Games Store",
      "title": "We Were Here Together"
    },
    {
      "deal_id": "GQYhHzOtQcCuICwD5sXBHG91ZHdsyxYRQbVgR%2Bs4Kbc%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 69.99,
      "sale_price_local": null,
      "sale_price_usd": 3.49,
      "savings_percent": "95.013573",
      "store": "Epic Games Store",
      "title": "Need for Speed Heat Deluxe Edition"
    },
    {
      "deal_id": "Gb8zPAnXfN9WRu1TvtmFO21WHb4e2P8rkYRQ4VX0lBM%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 69.99,
      "sale_price_local": null,
      "sale_price_usd": 3.5,
      "savings_percent": "94.999286",
      "store": "Uplay",
      "title": "Tom Clancys Ghost Recon Breakpoint - Deluxe Edition"
    },
    {
      "deal_id": "Kb%2BnKWG5d0q31D7pg5D0qPXKbHSfb210HrYKC%2FYe%2Bjw%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 69.99,
      "sale_price_local": null,
      "sale_price_usd": 6.16,
      "savings_percent": "91.198743",
      "store": "GreenManGaming",
      "title": "The Quarry Deluxe Edition"
    },
    {
      "deal_id": "SmsaXTBWCcgJyOW0zG%2BuTbwH%2F1QL11rC2Yqb%2FMFqxCs%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 69.5,
      "sale_price_local": null,
      "sale_price_usd": 3.47,
      "savings_percent": "95.007194",
      "store": "WinGameStore",
      "title": "Rims Racing : Ultimate Edition"
    },
    {
      "deal_id": "r5WMNvjeIMvCavj0Pe1YLAdiIdKLxN%2FdfvROJbUNLH4%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 69.5,
      "sale_price_local": null,
      "sale_price_usd": 3.47,
      "savings_percent": "95.007194",
      "store": "GamersGate",
      "title": "RiMS Ultimate Edition"
    },
    {
      "deal_id": "R5%2BjR4JAIKfsladpdimmTohNsOEZvvqE%2Fd1PVTV6eUQ%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 89.99,
      "sale_price_local": null,
      "sale_price_usd": 8.99,
      "savings_percent": "90.010001",
      "store": "Epic Games Store",
      "title": "Battlefield 2042 Elite Edition"
    },
    {
      "deal_id": "K%2FSq0%2FLclKRLoUeZ345jVfTJex8akNn9mg0hL00dUU4%3D",
      "local_currency": "EUR",
      "metacritic_score": "0",
      "normal_price_local": null,
      "normal_price_usd": 99.99,
      "sale_price_local": null,
      "sale_price_usd": 10.0,
      "savings_percent": "89.999000",
      "store": "Uplay",
      "title": "Tom Clancys Ghost Recon Breakpoint Gold Edition"
    }
  ],
  "deals_count": 9,
  "exchange_rate_from_usd": null,
  "generated_at": "2026-08-12T07:30:15.151170Z",
  "success": true
}