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
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
货币 |
否 | 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": "FxJGIbeyeOrLnV9Y4R%2BZU4S2GRfQV8P2ZzUxekn7szM%3D",
"local_currency": "EUR",
"metacritic_score": "0",
"normal_price_local": null,
"normal_price_usd": 79.99,
"sale_price_local": null,
"sale_price_usd": 6.99,
"savings_percent": "91.261408",
"store": "Gamesplanet",
"title": "One Punch Man: A Hero Nobody Knows Deluxe Edition"
},
{
"deal_id": "GNSJ6dbZbywWmATCo05yDhp1blGAr8g0CUAKcYgWnGA%3D",
"local_currency": "EUR",
"metacritic_score": "0",
"normal_price_local": null,
"normal_price_usd": 89.99,
"sale_price_local": null,
"sale_price_usd": 7.83,
"savings_percent": "91.299033",
"store": "Gamesplanet",
"title": "ONE PIECE World Seeker Deluxe Edition"
},
{
"deal_id": "sO70XwHpkA1x9zU9DsM%2BZZK2y1FqAKKJjb%2FV4RZyHCQ%3D",
"local_currency": "EUR",
"metacritic_score": "0",
"normal_price_local": null,
"normal_price_usd": 74.98,
"sale_price_local": null,
"sale_price_usd": 7.83,
"savings_percent": "89.557215",
"store": "Gamesplanet",
"title": "ONE PIECE BURNING BLOOD GOLD EDITION"
},
{
"deal_id": "lp1v5hJMJYuFMPI16Ttyd7Uj%2BISuY2asHQwBvDAsG8A%3D",
"local_currency": "EUR",
"metacritic_score": "0",
"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": "Warhammer 40K Speed Freeks"
},
{
"deal_id": "ihwiQ9AZtYJmi5oc1KDKzixg21FxAMmS2Z07NJC5Ho8%3D",
"local_currency": "EUR",
"metacritic_score": "0",
"normal_price_local": null,
"normal_price_usd": 69.99,
"sale_price_local": null,
"sale_price_usd": 9.69,
"savings_percent": "86.155165",
"store": "Gamesplanet",
"title": "Assassins Creed Origins Deluxe Edition"
},
{
"deal_id": "CY0qkv0hCaks4qtSWhqd1Y0V4px%2B2%2BKDVuagr%2FKS7FE%3D",
"local_currency": "EUR",
"metacritic_score": "0",
"normal_price_local": null,
"normal_price_usd": 69.99,
"sale_price_local": null,
"sale_price_usd": 9.69,
"savings_percent": "86.155165",
"store": "Gamesplanet",
"title": "Watch Dogs Legion Deluxe Edition"
}
],
"deals_count": 6,
"exchange_rate_from_usd": null,
"generated_at": "2026-06-17T08:45:43.874059Z",
"success": true
}