Website widgets & API — free by VGBase

Embed a Steam price card into your site, blog, wiki or stream description — one line of code, and the price and all-time low stay fresh. Clicking the card opens the game page.

⚡ Hosted on our side — the image updates itself 🆓 Free, no sign-up 🧩 JSON API with open CORS included 💱 Prices in ₽ and $

Live examples

Cyberpunk 2077 — VGBase
Baldur's Gate 3 — VGBase
Dota 2 — VGBase

How to embed

  1. Copy the card code and paste it into your page’s HTML — a blog, forum, wiki or stream description.
  2. Replace APPID with the game’s Steam AppID and SLUG with its address — both are visible in the game page URL.
  3. Done. The price, discount and all-time low on the card update themselves.

JSON API

The same data as JSON — for Discord bots, stream overlays and integrations. CORS is open: request it right from the browser.

GET https://vgbase.net/api/price/1091500?lang=ru
{
  "appid": 1091500,
  "name": "Cyberpunk 2077",
  "slug": "cyberpunk-2077",
  "url": "https://vgbase.net/ru/app/cyberpunk-2077",
  "price": {
    "currency": "USD",
    "current": 59.99,
    "initial": 59.99,
    "discountPercent": 0,
    "isFree": false,
    "lowEver": 49.79
  },
  "online": { "now": 24178, "peak90": 55096 },
  "updated": "2026-09-15T00:36:06.499Z"
}

Cached for 10 minutes. No keys; please keep bulk usage reasonable.