GamerPower

Live tracker of game giveaways, loot and beta keys

🎮 GamesHEALTHYchecked 7h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Aggregates current game giveaways, free DLC, loot drops and beta keys from stores and platforms across the web. Each entry lists worth, platform, instructions and expiry so you know what is still claimable. Keyless JSON with open CORS.

99HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 99 · healthy
Uptime history
100%90 days
100%30 days
193P50 · ms
770P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 50 ms, slowest 538 ms, most recent 112 ms.
Live response samplecaptured by our last successful check
GET https://www.gamerpower.com/api/giveaways

[
  {
    "id": 3703,
    "title": "Nexus: The Jupiter Incident (GOG) Giveaway",
    "worth": "$9.99",
    "description": "Save the galaxy today! Grab Nexus: The Jupiter Incident for free via GOG!"
  }
]
Call itcurl · fetch · python
curl "https://www.gamerpower.com/api/giveaways"
const res = await fetch("https://www.gamerpower.com/api/giveaways");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.gamerpower.com/api/giveaways")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /giveaways193 mschecked 7h ago
GET/giveawaysPROBED

Live tracker of game giveaways, loot and beta keys

GET/giveaways?limit=5

Paginated variant with limit parameter.

GET/giveaways?platform=steam

Giveaways — documented GET route.

GET/giveaways?type=game

Giveaways — documented GET route.

GET/giveaways?sort-by=value

Giveaways — documented GET route.

GET/giveaways?platform=steam&type=loot&sort-by=popularity

Giveaways — documented GET route.

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.

GamerPower: common questions

Is GamerPower free to use?

Yes — GamerPower 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 GamerPower need an API key?

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

Can I call GamerPower from the browser?

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

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