extend('layout') ?> section('content') ?>

GG.deals API

Access real-time deals, discounts, bundles, and historical low prices — perfect for bots, apps, websites, side projects, and commercial platforms.

Get your API key

Find the lowest prices for games across stores. Check historical low prices of digital games.

demo-key-

Integrate using simple HTTP requests. Free for non-commercial use.

Game Prices API

GET

Retrieve the lowest prices by Steam App ID.

GET /api/prices?appid=1245620
{
  "game": {
    "title": "Elden Ring",
    "slug": "elden-ring",
    "steam_appid": 1245620,
    "regular_price": 59.99,
    "best_official": { "price": 40.67, "store": "fanatical", "cut": 32 },
    "best_keyshop": { "price": 32.14, "store": "eneba", "cut": 46 },
    "all_time_low": { "price": 35.99, "store": "kinguin", "date": "2026-03-24" },
    "active_deals": 11,
    "metacritic": 96
  }
}
🔌 Browser extension

Instantly view GG.deals price comparisons while browsing game stores.

✉️ Suggest an endpoint

Write to us — we'll get back to you shortly!

Try it live

Loading…
endSection() ?>