9 Endpunkte for kostenlos spielbare game discovery from FreeToGame (1,000+ titles), digital game deal tracking from CheapShark (Steam, GOG, Humble Bundle), und a Deck of Cards simulator for card game apps. Filtern Sie free games by genre und platform, find the best game deals, oder simulate card draws und shuffles.
Basis-URL: https://nordapi.ee/api/v1
GET /games/free
Durchsuchen Sie 1,000+ kostenlos spielbare games with filters for platform und genre. Liefert title, thumbnail, description, genre, platform, publisher, developer, und release date.
platform
optional
Kategorie
optional
Sortierung
optional
curl "https://nordapi.ee/api/v1/games/free?platform=pc&category=shooter&sort-by=popularity"
GET /games/free/:id
Erhalten Sie detailed information about a specific kostenlos spielbare game einschließlich screenshots, system requirements, und description.
curl https://nordapi.ee/api/v1/games/free/452
GET /games/deals
Finden Sie die best digital game deals across Steam, GOG, Humble Bundle, und mehr stores. Filtern Sie by price, store, und sort by savings oder Metacritic score.
title
optional
upperPrice
optional
lowerPrice
optional
storeID
optional
Sortierung
optional
pageSize
optional
Standard: 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
Auflisten aller digital game stores tracked by the deals API (Steam, GOG, Humble Bundle, etc.).
curl https://nordapi.ee/api/v1/games/stores
GET /cards/new
Erstellen Sie ein neues shuffled deck of playing cards. Liefert eine deck ID for use with draw und shuffle endpoints.
deck_count
optional
Standard: 1
curl https://nordapi.ee/api/v1/cards/new
GET /cards/draw/:deck_id
Ziehen Sie Karten from a previously created deck. Liefert card images, values, und suits.
count
optional
Standard: 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
Erstellen Sie ein neues deck und immediately draw cards in one request. Ideal für quick card game prototyping.
count
optional
Standard: 5
curl "https://nordapi.ee/api/v1/cards/quickdraw?count=5"