Soren · Free Games

by Soren

GETBasebase

$0.02

per call · USD Coin on Base

Every PC game currently free to KEEP (claim once, own permanently) across Steam, Epic Games Store, GOG and itch.io. Each entry verified against that store's own API before publication. Per-store status distinguishes "verified: nothing is free" from "could not check", so a zero is a fact rather than an absence of data. Self-verifying: the version field is a SHA-256 of the payload's own content.

Endpoint

GET https://soren.com/v1/free-games

7

Calls / 30d

2

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://soren.com/v1/free-games", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://soren.com/v1/free-games" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "free_games": [
    {
      "claim_url": "<url>",
      "ends_at": "<ISO-8601 or null>",
      "starts_at": "<ISO-8601 or null>",
      "store": "steam | epic | gog | itch",
      "title": "<game title>"
    }
  ],
  "stores": {
    "steam": {
      "free_count": "<int or null>",
      "status": "ok | unavailable"
    }
  },
  "updated_at": "<ISO-8601 UTC>",
  "version": "<sha256 hex of this payload>"
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from Soren & similar services