← 智能数据整合

全球游戏优惠

GET /mashup/games/deals

查找带自动货币转换的最佳数字游戏优惠。将 Steam、GOG 和 Humble Bundle 的 CheapShark 优惠数据与实时外汇汇率相结合,以当地货币显示价格。可按你的货币最高价格筛选。

参数

货币 可选 默认: USD

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

max_price 可选

Maximum price in target currency

请求示例

基本用法
curl "https://nordapi.ee/api/v1/mashup/games/deals?currency=EUR&max_price=10"

实时响应

{
  "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:31:13.799305Z",
  "success": true
}