/v1/giveaways
Active giveaways
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/gamerpower-api/v1/giveaways" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/gamerpower-api/v1/giveaways", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/gamerpower-api/v1/giveaways");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/gamerpower-api/v1/giveaways",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"type": "all",
"count": 50,
"total": 94,
"platform": "pc",
"giveaways": [
{
"id": 3664,
"type": "Game",
"image": "https://www.gamerpower.com/offers/1b/6a1b24ffbbc52.jpg",
"title": "Moonrise Fall (Steam) Giveaway",
"worth": "$9.99",
"end_date": "2026-06-02 23:59:00",
"claim_url": "https://www.gamerpower.com/open/moonrise-fall-steam-giveaway",
"platforms": [
"PC",
"Steam"
],
"thumbnail": "https://www.gamerpower.com/offers/1/6a1b24ffbbc52.jpg",
"users_claimed": 16950,
"gamerpower_url": "https://www.gamerpower.com/moonrise-fall-steam-giveaway",
"published_date": "2026-05-30 13:57:19",
"short_description": "Download Moonrise Fall for free on Steam until June 2! Moonrise Fall is a 2d exploration puzzle game with an immersive pixel graphics world and unique puzzles to solve."
},
{
"id": 3663,
"type": "Game",
"image": "https://www.gamerpower.com/offers/1b/6a1b241f224c6.jpg",
"title": "IQ Under Construction (Steam) Giveaway",
"worth": "$2.99",
"end_date": "2026-06-01 23:59:00",
"claim_url": "https://www.gamerpower.com/open/iq-under-construction-steam-giveaway",
"platforms": [
"PC",
"Steam"
],
"thumbnail": "https://www.gamerpower.com/offers/1/6a1b241f224c6.jpg",
"users_claimed": 16480,
"gamerpower_url": "https://www.gamerpower.com/iq-under-construction-steam-giveaway",
"published_date": "2026-05-30 13:53:35",
"short_description": "Score IQ Under Construction for free via Steam until June 1! IQ Under Construction is a 3d platformer with single-player and online co-op. Check it out."
},
{
"id": 3662,
"type": "Game",
"image": "https://www.gamerpower.com/offers/1b/6a199f7d977ec.jpg",
"title": "Bunny Guys! (Epic Games) Giveaway",
"worth": "$4.99",
"end_date": "2026-06-05 23:59:00",
"claim_url": "https://www.gamerpower.com/open/bunny-guys-epic-games-giveaway",
"platforms": [
"PC",
"Epic Games Store"
],
"thumbnail": "https://www.gamerpower.com/offers/1/6a199f7d977ec.jpg",
"users_claimed": 13740,
"gamerpower_url": "https://www.gamerpower.com/bunny-guys-epic-games-giveaway",
"published_date": "2026-05-29 10:15:25",
"short_description": "You can now get some Bunny action via
…