Game Brain

Game Brain — free tier with API key

🎮 GamesUNMONITOREDchecked 43 min ago
AUTH APIKEYCORS AGENT ?HTTPS COMMERCIAL ?

Search and discover video games with AI

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.gamebrain.co/v1/games?query=first+person+shooter+from+2025

{
  "status": "failure",
  "code": 401,
  "message": "Please read https://gamebrain.co/api/docs/authentication"
}
Call itcurl · fetch · python
curl "https://api.gamebrain.co/v1/games?query=first+person+shooter+from+2025"
const res = await fetch("https://api.gamebrain.co/v1/games?query=first+person+shooter+from+2025");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.gamebrain.co/v1/games?query=first+person+shooter+from+2025")
print(res.json())
Endpoints · 3On scheduleFULL DOCS ↗
First rollup pending — GET /v1/games?query=first+person+shooter+from+2025 has been probed
GET/v1/games?query=first+person+shooter+from+2025PROBED

AI-powered game search by natural language.

GET/v1/games?query=open+world+rpg

Search games by genre and style keywords.

GET/v1/games?query=indie+platformer

Discover indie titles matching a description.

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.

Game Brain: common questions

Is Game Brain free to use?

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

Does Game Brain need an API key?

Yes — Game Brain needs a free API key, which you pass on each request. Rate limits: Unpublished.

Can I call Game Brain from the browser?

Yes — Game Brain 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 Game Brain up right now?

As of our last scheduled check, Game Brain is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.