Game Brain
Game Brain — free tier with API key
Search and discover video games with AI
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"
}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())/v1/games?query=first+person+shooter+from+2025PROBEDAI-powered game search by natural language.
/v1/games?query=open+world+rpgSearch games by genre and style keywords.
/v1/games?query=indie+platformerDiscover indie titles matching a description.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
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.