9 endpoints fyrir uppgötvun á ókeypis leikjum frá FreeToGame (yfir 1.000 titlar), eftirfylgni á tilboðum á stafrænum leikjum frá CheapShark (Steam, GOG, Humble Bundle) og hermi fyrir spilastokk fyrir spilaleikjaforrit. Síaðu ókeypis leiki eftir tegund og kerfi, finndu bestu leikjatilboðin eða hermdu spilastokkun og dráttarspil.
Grunnslóð: https://nordapi.ee/api/v1
GET /games/free
Skoðaðu yfir 1.000 ókeypis leiki með síum fyrir kerfi og tegund. Skilar titli, smámynd, lýsingu, tegund, kerfi, útgefanda, þróunaraðila og útgáfudagsetningu.
platform
valfrjálst
flokkur
valfrjálst
raða eftir
valfrjálst
curl "https://nordapi.ee/api/v1/games/free?platform=pc&category=shooter&sort-by=popularity"
GET /games/free/:id
Fáðu detailed information about a specific free-to-play game þar á meðal screenshots, system requirements, and description.
curl https://nordapi.ee/api/v1/games/free/452
GET /games/deals
Finndu the best digital game deals í Steam, GOG, Humble Bundle, og fleira stores. Síaðu eftir price, store, and sort by savings or Metacritic score.
title
valfrjálst
upperPrice
valfrjálst
lowerPrice
valfrjálst
storeID
valfrjálst
raða eftir
valfrjálst
pageSize
valfrjálst
sjálfgefið: 10
curl "https://nordapi.ee/api/v1/games/deals?upperPrice=15&sortBy=Metacritic"
GET /games/deal/:id
Get full details about a specific game deal including price history and store info.
curl https://nordapi.ee/api/v1/games/deal/example-deal-id
GET /games/stores
Skráðu allar digital game stores tracked by the deals API (Steam, GOG, Humble Bundle, etc.).
curl https://nordapi.ee/api/v1/games/stores
GET /cards/new
Búðu til a new shuffled deck of playing cards. Skilar a deck ID for use with draw and shuffle endapunktar.
deck_count
valfrjálst
sjálfgefið: 1
curl https://nordapi.ee/api/v1/cards/new
GET /cards/draw/:deck_id
Dragðu cards from a previously created deck. Skilar card images, values, and suits.
count
valfrjálst
sjálfgefið: 1
curl "https://nordapi.ee/api/v1/cards/draw/abc123?count=5"
GET /cards/shuffle/:deck_id
Reshuffle a previously created deck, returning all drawn cards to the deck.
curl https://nordapi.ee/api/v1/cards/shuffle/abc123
GET /cards/quickdraw
Búðu til a new deck and immediately draw cards in one request. Fullkomið til að prófa spilaleiki hratt.
count
valfrjálst
sjálfgefið: 5
curl "https://nordapi.ee/api/v1/cards/quickdraw?count=5"