FreeToGame

Searchable database of free-to-play PC and browser games

🎮 GamesHEALTHYchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A catalog of free-to-play titles across PC and browser, complete with genres, platforms, publishers and release dates. The /games endpoint returns the full list, and filters let you narrow by category or platform. No signup or key required.

97HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 97 · healthy
Uptime history
100%90 days
100%30 days
331P50 · ms
579P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 66 ms, slowest 563 ms, most recent 85 ms.
Live response samplecaptured by our last successful check
GET https://www.freetogame.com/api/games

[
  {
    "id": 540,
    "title": "Overwatch",
    "short_description": "A hero-focused first-person team shooter from Blizzard Entertainment.",
    "genre": "Shooter",
    "platform": "PC (Windows)",
    "release_date": "2022-10-04"
  }
]
Call itcurl · fetch · python
curl "https://www.freetogame.com/api/games"
const res = await fetch("https://www.freetogame.com/api/games");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.freetogame.com/api/games")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /games331 mschecked 1h ago
GET/gamesPROBED

Searchable database of free-to-play PC and browser games

GET/games?limit=5

Paginated variant with limit parameter.

GET/games%3C/span%3E

Span%3E — documented GET route.

GET/games?platform=%3Cspan

Game title metadata.

GET/games?category=%3Cspan

Game title metadata.

GET/games?sort-by=%3Cspan

Game title metadata.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

FreeToGame: common questions

Is FreeToGame free to use?

Yes — FreeToGame is a free games API. Free tier: Free, no API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does FreeToGame need an API key?

No — FreeToGame needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call FreeToGame from the browser?

Yes — FreeToGame returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is FreeToGame up right now?

As of our last scheduled check, FreeToGame is healthy with 100% uptime over 90 days and a 331 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.