Free Games & Giveaways API

Get access to free games, in-game loot, and giveaways with just a simple API call!

Effortless Integration

Get JSON results with simple HTTP GET requests. It's simple and easy!

No Restrictions

Experience unrestricted access to our API. No Keys or Accounts required.

Free Forever

Unlock the world of gaming giveaways without any costs or limitations.


Overview

Access programmatically the best giveaways in gaming, from free games to beta keys to free in-game loot and more. The GamerPower API (Aka Game Giveaway Tracker API) is available for everyone to use without any restrictions. Please note our API is free to use as long as you attribute GamerPower.com as the source of the data. We hope to improve the API over time.

Send us an email at contact@gamerpower.com if you find any bugs. Don't be afraid to experiment and feel free to share your projects with us.

Endpoints & Examples

All live giveaways

GET https://www.gamerpower.com/api/giveaways

Live giveaways by platform

GET https://www.gamerpower.com/api/giveaways?platform=pc
Insert platform, eg: pc, steam, epic-games-store, ubisoft, gog, itchio, ps4, ps5, xbox-one, xbox-series-xs, switch, android, ios, vr, battlenet, origin, drm-free, xbox-360

Live giveaways by type

GET https://www.gamerpower.com/api/giveaways?type=game
Insert giveaway type, eg: game, loot, beta

Sort live giveaways by date, value or popularity

GET https://www.gamerpower.com/api/giveaways?sort-by=value
Insert order, eg: date, value, popularity

Live giveaways by platform & type & sorted

GET https://www.gamerpower.com/api/giveaways?platform=steam&type=loot&sort-by=popularity

Return details from a specific giveaway

GET https://www.gamerpower.com/api/giveaway?id=525
Insert giveaway id

Filter & group platforms and giveaway types to get personalized results

GET https://www.gamerpower.com/api/filter?platform=epic-games-store.steam.android&type=game.loot
Pick and choose your favorite platforms and giveaway types.

Total live giveaways & worth estimation in US dollars

GET https://www.gamerpower.com/api/worth
You can also use the "platform" and "type" parameters to get more specific results, eg: /api/worth?platform=pc&type=game

CORS Support

If you need cross-origin resource sharing features you can access our API via RapidApi at https://rapidapi.com/digiwalls/api/gamerpower

Rate Limits

Please avoid doing more than 4 requests per second.

Some apps using our API

⦁ Our own official GamerPower Discord Bot is using the GamerPower API to work
Gaminate Android App by rrispoli
GamerPower Discord Bot by tylerthardy (TypeScript, Github)
Magic Game Deals iOS App by Matheus Matos
GG: Free Games And Giveaways Notifier Android App by Ikram Hasan

Responses

200: Success
201: No active giveaways available at the moment, please try again later.
404: Object not found: Giveaway or endpoint not found.
500: Something wrong on our end (unexpected server errors).