Free Games & Giveaways API

Get access to free games, in-game loot, and giveaways with simple HTTP requests.

No API Key Required Effortless Integration Free Forever JSON REST API No authentication

Overview

Access programmatically the best giveaways in gaming including free games, beta keys, and in-game loot. The API is free and only requires attribution to GamerPower.com.

Our biggest goal is to make this API as easy to use as possible. Free, open, and accessible to everyone.

Key Features

  • Free forever access with no authentication or API keys
  • Live tracking of active giveaways
  • Rich structured JSON data
  • Multi-platform support
  • Easy integration into apps, bots, and websites

Getting Started

Base URL
https://www.gamerpower.com/api
  1. No authentication required
  2. Send HTTP GET requests
  3. Parse JSON responses

Endpoints

GET /giveaways

Returns all active giveaways.

GET /giveaway?id={id}

Get a specific giveaway by ID.

GET /giveaways?platform={platform_name}

Filter giveaways by platform.

GET /giveaways?type={type_name}

Filter by type (game, loot, beta).

GET /giveaways?sort-by={sort_name}

Sort by date, value, or popularity.

GET /filter?platform={platform_name}+{platform_name}&type={type_name}+{type_name}

Filter & group platforms and giveaway types to get personalized results.

GET /worth

Total live giveaways & worth estimation in US dollars.

GET /worth?platform={platform_name}&type={type_name}

Get worth estimation for filtered giveaways.

Platforms Available

PC (pc) Steam (steam) Epic Games Store (epic-games-store) GOG (gog) Playstation 4 (ps4) Playstation 5 (ps5) Xbox Series X/S (xbox-series-xs) Xbox One (xbox-one) Switch (switch) Android (android) iOS (ios) DRM-Free (drm-free) itch.io (itchio)

Giveaway Types

  • game – Full games
  • loot – In-game items and DLC
  • beta – Playtests and beta access opportunities

Sorting Options

date

Newest first

value

Highest value first

popularity

Most popular

Response Codes

200 Success
201 No active giveaways
404 Not found
500 Server error

Rate Limits

Do not exceed 10 requests per second. Excessive usage may be throttled.

CORS Support

If you’re experiencing CORS issues, you can also access the API through RapidAPI:
https://rapidapi.com/digiwalls/api/gamerpower

Examples

GET https://www.gamerpower.com/api/giveaways
GET https://www.gamerpower.com/api/giveaways?platform=steam
GET https://www.gamerpower.com/api/giveaways?type=game
GET https://www.gamerpower.com/api/giveaways?sort-by=value
GET https://www.gamerpower.com/api/giveaways?platform=steam&type=loot&sort-by=popularity
GET https://www.gamerpower.com/api/worth
GET https://www.gamerpower.com/api/filter?platform=epic-games-store+steam+android
GET https://www.gamerpower.com/api/worth?platform=pc&type=game

Some Apps Using Our API

Terms Of Use

We believe in empowering the gaming community. That's why the GamerPower API is free for both personal and commercial use. We simply ask for attribution with an active hyperlink back to GamerPower.com to spread the word about awesome gaming giveaways.

Please note that you cannot claim the data as your own or sell it without permission. Please contact us at [email protected] for more information.

Contact

Send us an email at [email protected] if you find any bugs. Don't be afraid to experiment and feel free to share your projects with us.