1. games
Ludoria
  • auth
    • Login
      POST
    • Facebook Auth
      GET
    • Google Auth
      GET
    • Discord Auth
      GET
    • Apple Auth
      GET
  • achievements
    • List all achievements
      GET
    • Retrieve an achievement
      GET
    • Create an achievement
      POST
    • Update an achievement
      PATCH
    • Delete an achievement
      DELETE
  • activity-logs
    • List all activity log entries
      GET
    • Retrieve an activity log entry
      GET
    • Create an activity log entry
      POST
    • Update an activity log entry
      PATCH
    • Delete an activity log entry
      DELETE
  • badges
    • List all badges
      GET
    • Retrieve a badge
      GET
    • Create a badge
      POST
    • Update a badge
      PATCH
    • Delete a badge
      DELETE
  • backlog
    • List all backlog entries
      GET
    • Retrieve a backlog entry
      GET
    • Create a backlog entry
      POST
    • Update a backlog entry
      PATCH
    • Delete a backlog entry
      DELETE
  • blogs
    • List all blogs
    • Retrieve a blog post
    • Create a blog post
    • Update a blog post
    • Delete a blog
  • changelog
    • List all changelog entries
    • Retrieve a changelog entry
    • Create a changelog entry
    • Update a changelog entry
    • Delete a changelog entry
  • feedback
    • List all feedback
    • Retrieve a feedback
    • Create a feedback
    • Update a feedback
    • Delete a feedback
  • subscriptions
    • List all subscriptions
    • Retrieve a subscription
    • Create a subscription
    • Update a subscription
    • Delete a subscription
  • subscriptions offers
    • List all subscriptions
    • Retrieve a subscription offer
    • Create a subscription offer
    • Update a subscription offer
    • Delete a subscription
  • games
    • stats
      • List all game stats
      • Retrieve a game's stats
      • Create a game's stats
      • Upsert a game's stats
      • Update a game's stats
      • Increment a game's stats
      • Decrement a game's stats
      • Delete a game's stats
    • List games
      POST
    • Query Games
      POST
    • Popular Games
      POST
  • lists
    • liked games lists
      • List all lists
      • Retrieve a list
      • Like a game
      • Update a list
      • Remove game from list
    • played games lists
      • List all played games
      • Retrieve a played game
      • Add a played game
      • Update a played game
      • Remove a played game
    • personalized lists
      • List all lists
      • Retrieve a list
      • Create a list
      • Add game to list
      • Update a list
      • Delete a list
      • Remove game from list
  • reviews
    • List all reviews
    • List all reviews by game
    • Retrieve a review
    • Create a review
    • Like a review
    • Update a review
    • Delete a review
  • ratings
    • List all ratings
    • List all ratings by game
    • Retrieve a rating
    • Retrieve the overall rating of a game
    • Create a rating
    • Update a rating
    • Delete a rating
  • residents
    • lists
      • liked games lists
        • List all lists
        • Retrieve a list
        • Like a game
        • Update a list
        • Remove game from list
      • played games lists
        • List all played games
        • Retrieve a played game
        • Add a played game
        • Update a played game
        • Remove a played game
      • personalized lists
        • List all lists
        • Retrieve a list
        • Create a list
        • Add game to list
        • Update a list
        • Delete a list
        • Remove game from list
    • reviews
      • List all reviews
      • List all reviews by game
      • Retrieve a review
      • Add a review
      • Update a review
      • Delete a review
    • ratings
      • List all ratings
      • List all ratings by game
      • Retrieve a rating
      • Retrieve the overall rating of a game
      • Add a rating
      • Update a rating
      • Delete a rating
    • List all residents
    • Retrieve resident profile
    • Create a resident
    • Update a resident
    • Delete a resident
  • roles
    • List all roles
    • Retrieve a role
    • Create a role
    • Update a role
    • Delete a role
  • waitlist
    • List all waitlists
    • Retrieve a waitlist
    • Create a waitlist
    • Update a waitlist
    • Delete a waitlist
    • List all waitlists entries
    • List a waitlist's entries
    • Retrieve a waitlist entry
    • Join a waitlist
    • Update a waitlist entry
    • Leave a waitlist
  • Schemas
    • Pagination
    • List
    • Date Metadata
    • Game Stats
    • Deleted Item
    • List Item
    • Achievement
    • Activity Log
    • Backlog
    • Badge
    • Blog
    • Blog with Author
    • Changelog
    • Feedback
    • Rating
    • Resident
    • Resident Basic Info
    • Review
    • Role
    • Subscription
    • Subscription Offer
    • Waitlist
    • Waitlist Entry
    • Waitlist with Entries
  1. games

Query Games

Tested
POST
/v1/games/query
games
Last modified:2025-10-27 02:04:21
Maintainer:Not configured

Request

Header Params

Body Params application/json

Example
{
    "params": [
        {
            "limit": 0,
            "offset": 0,
            "fields": [
                "string"
            ]
        }
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:4002/rest/v1/games/query' \
--header 'X-Nexus-Key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "params": [
        {
            "limit": 0,
            "offset": 0,
            "fields": [
                "string"
            ]
        }
    ]
}'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "name": "Games",
        "result": [
            {
                "id": 330684,
                "cover": {
                    "id": 437074,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9d8y.jpg",
                    "width": 600
                },
                "name": "Nightmare Kart: The Old Karts",
                "slug": "nightmare-kart-the-old-karts"
            },
            {
                "id": 177310,
                "cover": {
                    "id": 256495,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5hwv.jpg",
                    "width": 600
                },
                "name": "The Undying Beast",
                "slug": "the-undying-beast"
            },
            {
                "id": 43460,
                "cover": {
                    "id": 39875,
                    "height": 448,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/bvbun2zofisapzrjlk71.jpg",
                    "width": 320
                },
                "name": "Sengoku Anthology",
                "slug": "sengoku-anthology"
            },
            {
                "id": 282079,
                "cover": {
                    "id": 354470,
                    "height": 1344,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7lie.jpg",
                    "width": 1536
                },
                "name": "Rockman X: New Year 2023",
                "slug": "rockman-x-new-year-2023"
            },
            {
                "id": 338541,
                "cover": {
                    "id": 449138,
                    "height": 994,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9mk2.jpg",
                    "width": 745
                },
                "name": "Mario Kart Tour: Vancouver Tour",
                "slug": "mario-kart-tour-vancouver-tour"
            },
            {
                "id": 157761,
                "cover": {
                    "id": 380797,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co85tp.jpg",
                    "width": 600
                },
                "name": "Microsoft Flight Simulator X: Steam Edition - Cessna C208B Grand Caravan",
                "slug": "microsoft-flight-simulator-x-steam-edition-cessna-c208b-grand-caravan"
            },
            {
                "id": 335661,
                "cover": {
                    "id": 444936,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9jbc.jpg",
                    "width": 600
                },
                "name": "Everlasting Tower",
                "slug": "everlasting-tower"
            },
            {
                "id": 277441,
                "cover": {
                    "id": 344883,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7e43.jpg",
                    "width": 600
                },
                "name": "King of Throwing",
                "slug": "king-of-throwing"
            },
            {
                "id": 25912,
                "cover": {
                    "id": 316688,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co6scw.jpg",
                    "width": 600
                },
                "name": "Disney's Lilo & Stitch",
                "slug": "disneys-lilo-and-stitch"
            },
            {
                "id": 133278,
                "cover": {
                    "id": 100277,
                    "height": 960,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co25dh.jpg",
                    "width": 720
                },
                "name": "Mortal Kombat 11: Kombat Pack",
                "slug": "mortal-kombat-11-kombat-pack"
            },
            {
                "id": 215976,
                "cover": {
                    "id": 349669,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7ht1.jpg",
                    "width": 600
                },
                "name": "Karma Collector",
                "slug": "karma-collector"
            },
            {
                "id": 238427,
                "cover": {
                    "id": 287791,
                    "height": 3464,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co6627.jpg",
                    "width": 2598
                },
                "name": "Enchanted in the Moonlight",
                "slug": "enchanted-in-the-moonlight"
            },
            {
                "id": 145545,
                "cover": {
                    "id": 136576,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2xds.jpg",
                    "width": 600
                },
                "name": "Steel Salvo",
                "slug": "steel-salvo"
            },
            {
                "id": 340611,
                "name": "Sexy Memory Puzzle: Gay Pool",
                "slug": "sexy-memory-puzzle-gay-pool"
            },
            {
                "id": 134684,
                "cover": {
                    "id": 106029,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co29t9.jpg",
                    "width": 600
                },
                "name": "Data Loss",
                "slug": "data-loss"
            },
            {
                "id": 26517,
                "cover": {
                    "id": 19645,
                    "height": 339,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/ab3g3rlsbjb45pn5iftd.jpg",
                    "width": 241
                },
                "name": "Kidnapped",
                "slug": "kidnapped"
            },
            {
                "id": 340494,
                "cover": {
                    "id": 451910,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9op2.jpg",
                    "width": 600
                },
                "name": "Hunter Hitman",
                "slug": "hunter-hitman--1"
            },
            {
                "id": 274434,
                "cover": {
                    "id": 343685,
                    "height": 960,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7d6t.jpg",
                    "width": 720
                },
                "name": "Merge Games Horror Bundle",
                "slug": "merge-games-horror-bundle"
            },
            {
                "id": 130742,
                "cover": {
                    "id": 127228,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2q64.jpg",
                    "width": 600
                },
                "name": "Flashy Maze",
                "slug": "flashy-maze"
            },
            {
                "id": 94975,
                "name": "Wubble Bubbles",
                "slug": "wubble-bubbles"
            },
            {
                "id": 242239,
                "cover": {
                    "id": 292883,
                    "height": 460,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co69zn.jpg",
                    "width": 345
                },
                "name": "Mortal Kombat",
                "slug": "mortal-kombat--7"
            },
            {
                "id": 198472,
                "cover": {
                    "id": 223151,
                    "height": 305,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4s6n.jpg",
                    "width": 227
                },
                "name": "Giant Mario Bros.",
                "slug": "giant-mario-bros"
            },
            {
                "id": 340200,
                "cover": {
                    "id": 451562,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9ofe.jpg",
                    "width": 600
                },
                "name": "Soul Rush",
                "slug": "soul-rush--1"
            },
            {
                "id": 233320,
                "cover": {
                    "id": 282394,
                    "height": 320,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co61wa.jpg",
                    "width": 226
                },
                "name": "WekaInvaders",
                "slug": "wekainvaders"
            },
            {
                "id": 337409,
                "cover": {
                    "id": 447751,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9lhj.jpg",
                    "width": 600
                },
                "name": "Dark Castle",
                "slug": "dark-castle--5"
            },
            {
                "id": 260316,
                "cover": {
                    "id": 328181,
                    "height": 482,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7185.jpg",
                    "width": 342
                },
                "name": "Banners of Ruin: Iris",
                "slug": "banners-of-ruin-iris"
            },
            {
                "id": 337745,
                "cover": {
                    "id": 448217,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9luh.jpg",
                    "width": 600
                },
                "name": "Lurking Danger",
                "slug": "lurking-danger"
            },
            {
                "id": 44618,
                "cover": {
                    "id": 94119,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co20mf.jpg",
                    "width": 600
                },
                "name": "Mortal Kombat HD Arcade Kollection",
                "slug": "mortal-kombat-hd-arcade-kollection"
            },
            {
                "id": 227130,
                "name": "Soccer Cup 2022",
                "slug": "soccer-cup-2022"
            },
            {
                "id": 222607,
                "cover": {
                    "id": 262585,
                    "height": 600,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5mm1.jpg",
                    "width": 425
                },
                "name": "Moonlight Destiny",
                "slug": "moonlight-destiny"
            },
            {
                "id": 106295,
                "cover": {
                    "id": 80225,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1pwh.jpg",
                    "width": 600
                },
                "name": "Naruto x Boruto: Ninja Tribes",
                "slug": "naruto-x-boruto-ninja-tribes"
            },
            {
                "id": 255115,
                "cover": {
                    "id": 312226,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co6owy.jpg",
                    "width": 600
                },
                "name": "Maid for Loving You",
                "slug": "maid-for-loving-you--1"
            },
            {
                "id": 26270,
                "cover": {
                    "id": 155788,
                    "height": 960,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3c7g.jpg",
                    "width": 720
                },
                "name": "Tom Clancy's Ghost Recon: Wildlands - The Peruvian Connection",
                "slug": "tom-clancys-ghost-recon-wildlands-the-peruvian-connection"
            },
            {
                "id": 114367,
                "cover": {
                    "id": 87232,
                    "height": 302,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1vb4.jpg",
                    "width": 227
                },
                "name": "NekoMiko",
                "slug": "nekomiko"
            },
            {
                "id": 1460,
                "cover": {
                    "id": 164279,
                    "height": 1269,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3irb.jpg",
                    "width": 952
                },
                "name": "LocoRoco Cocoreccho",
                "slug": "locoroco-cocoreccho"
            },
            {
                "id": 10947,
                "cover": {
                    "id": 443699,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9icz.jpg",
                    "width": 600
                },
                "name": "The Sword of Hope II",
                "slug": "the-sword-of-hope-ii"
            },
            {
                "id": 146336,
                "cover": {
                    "id": 138443,
                    "height": 667,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2ytn.jpg",
                    "width": 500
                },
                "name": "Phantasy Star Online 2 New Genesis: Limited Edition",
                "slug": "phantasy-star-online-2-new-genesis-limited-edition"
            },
            {
                "id": 16529,
                "cover": {
                    "id": 170815,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3nsv.jpg",
                    "width": 600
                },
                "name": "Memento Mori 2",
                "slug": "memento-mori-2"
            },
            {
                "id": 294970,
                "cover": {
                    "id": 373925,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co80it.jpg",
                    "width": 600
                },
                "name": "Search All: Aliens",
                "slug": "search-all-aliens"
            },
            {
                "id": 6812,
                "cover": {
                    "id": 82349,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1rjh.jpg",
                    "width": 600
                },
                "name": "Sherlock Holmes: The Silver Earring",
                "slug": "sherlock-holmes-the-silver-earring"
            },
            {
                "id": 124909,
                "cover": {
                    "id": 234354,
                    "height": 482,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co50tu.jpg",
                    "width": 342
                },
                "name": "Way of the Samurai 3: Deluxe Edition",
                "slug": "way-of-the-samurai-3-deluxe-edition"
            },
            {
                "id": 196965,
                "cover": {
                    "id": 248914,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5c2a.jpg",
                    "width": 600
                },
                "name": "Bombardier",
                "slug": "bombardier"
            },
            {
                "id": 190349,
                "cover": {
                    "id": 260700,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5l5o.jpg",
                    "width": 600
                },
                "name": "Shrumblo and the Magical Grumblo",
                "slug": "shrumblo-and-the-magical-grumblo"
            },
            {
                "id": 18074,
                "cover": {
                    "id": 77061,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1ngl.jpg",
                    "width": 600
                },
                "name": "OpenTTD",
                "slug": "openttd"
            },
            {
                "id": 220753,
                "name": "Adventure Academia: The Fractured Continent - Vol.2 Bonus Unit: Kiesel",
                "slug": "adventure-academia-the-fractured-continent-vol-dot-2-bonus-unit-kiesel"
            },
            {
                "id": 340454,
                "cover": {
                    "id": 451880,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9oo8.jpg",
                    "width": 600
                },
                "name": "Hentai Tales: Saimin Kouhai",
                "slug": "hentai-tales-saimin-kouhai"
            },
            {
                "id": 1142,
                "cover": {
                    "id": 185486,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3z4e.jpg",
                    "width": 600
                },
                "name": "Castlevania Judgment",
                "slug": "castlevania-judgment"
            },
            {
                "id": 176127,
                "cover": {
                    "id": 338189,
                    "height": 1080,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co78y5.jpg",
                    "width": 810
                },
                "name": "NextDoor",
                "slug": "nextdoor"
            },
            {
                "id": 364,
                "cover": {
                    "id": 106423,
                    "height": 1018,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2a47.jpg",
                    "width": 764
                },
                "name": "Heroes of Might and Magic III: The Restoration of Erathia",
                "slug": "heroes-of-might-and-magic-iii-the-restoration-of-erathia"
            },
            {
                "id": 181187,
                "cover": {
                    "id": 197508,
                    "height": 1700,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co48ec.jpg",
                    "width": 1276
                },
                "name": "Kimi ga Ita Kisetsu",
                "slug": "kimi-ga-ita-kisetsu"
            },
            {
                "id": 8605,
                "cover": {
                    "id": 98757,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2479.jpg",
                    "width": 600
                },
                "name": "Gunman Clive 2",
                "slug": "gunman-clive-2"
            },
            {
                "id": 214845,
                "cover": {
                    "id": 379083,
                    "height": 1078,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co84i3.jpg",
                    "width": 808
                },
                "name": "1187",
                "slug": "1187"
            },
            {
                "id": 319744,
                "cover": {
                    "id": 417050,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8xsq.jpg",
                    "width": 600
                },
                "name": "Ravenholm",
                "slug": "ravenholm"
            },
            {
                "id": 115855,
                "cover": {
                    "id": 72071,
                    "height": 215,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1jlz.jpg",
                    "width": 460
                },
                "name": "Zombie Apocalypse",
                "slug": "zombie-apocalypse--3"
            },
            {
                "id": 150333,
                "cover": {
                    "id": 187950,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co410u.jpg",
                    "width": 600
                },
                "name": "She Turned Me Into a Newt!",
                "slug": "she-turned-me-into-a-newt"
            },
            {
                "id": 105321,
                "cover": {
                    "id": 255433,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5h3d.jpg",
                    "width": 600
                },
                "name": "Entangled",
                "slug": "entangled"
            },
            {
                "id": 124977,
                "cover": {
                    "id": 156037,
                    "height": 482,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3ced.jpg",
                    "width": 342
                },
                "name": "Divinity: Original Sin 2 - Eternal Edition",
                "slug": "divinity-original-sin-2-eternal-edition"
            },
            {
                "id": 196364,
                "cover": {
                    "id": 216028,
                    "height": 1000,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4mos.jpg",
                    "width": 750
                },
                "name": "Arcade Archives: Empire City 1931",
                "slug": "arcade-archives-empire-city-1931"
            },
            {
                "id": 233796,
                "cover": {
                    "id": 283717,
                    "height": 1147,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co62x1.jpg",
                    "width": 860
                },
                "name": "Nature Escapes: Collector's Edition",
                "slug": "nature-escapes-collectors-edition"
            },
            {
                "id": 112136,
                "cover": {
                    "id": 432556,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co99rg.jpg",
                    "width": 600
                },
                "name": "Reveal Fantasia",
                "slug": "reveal-fantasia"
            },
            {
                "id": 143912,
                "cover": {
                    "id": 189081,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co41w9.jpg",
                    "width": 600
                },
                "name": "Space Tow Truck",
                "slug": "space-tow-truck"
            },
            {
                "id": 265519,
                "cover": {
                    "id": 330040,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co72ns.jpg",
                    "width": 600
                },
                "name": "Charles Haunted Mansion",
                "slug": "charles-haunted-mansion"
            },
            {
                "id": 183525,
                "name": "Woofice Chair!",
                "slug": "woofice-chair"
            },
            {
                "id": 133042,
                "cover": {
                    "id": 100002,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co255u.jpg",
                    "width": 600
                },
                "name": "V.H.S : Video.Horror.Story",
                "slug": "vhs-video-dot-horror-dot-story"
            },
            {
                "id": 202993,
                "cover": {
                    "id": 223985,
                    "height": 500,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4stt.jpg",
                    "width": 630
                },
                "name": "You Understand Kawaii",
                "slug": "you-understand-kawaii"
            },
            {
                "id": 340806,
                "cover": {
                    "id": 452205,
                    "height": 804,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9ox9.jpg",
                    "width": 604
                },
                "name": "Normenhill: Chapter 1 - \"Your New Look\"",
                "slug": "normenhill-chapter-1-your-new-look"
            },
            {
                "id": 340479,
                "cover": {
                    "id": 451902,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9oou.jpg",
                    "width": 600
                },
                "name": "HoloSona5",
                "slug": "holosona5"
            },
            {
                "id": 39288,
                "cover": {
                    "id": 178419,
                    "height": 600,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3to3.jpg",
                    "width": 450
                },
                "name": "Wizard Fire",
                "slug": "wizard-fire"
            },
            {
                "id": 226688,
                "cover": {
                    "id": 281229,
                    "height": 1080,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co60zx.jpg",
                    "width": 720
                },
                "name": "Train Sim World 3: Birmingham Cross-City Line - Lichfield: Bromsgrove & Redditch Route Add-On",
                "slug": "train-sim-world-3-birmingham-cross-city-line-lichfield-bromsgrove-and-redditch-route-add-on"
            },
            {
                "id": 76245,
                "cover": {
                    "id": 103032,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co27i0.jpg",
                    "width": 600
                },
                "name": "Tropia",
                "slug": "tropia"
            },
            {
                "id": 334235,
                "cover": {
                    "id": 442809,
                    "height": 2000,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9ho9.jpg",
                    "width": 1493
                },
                "name": "Kaseki no Uta",
                "slug": "kaseki-no-uta--8"
            },
            {
                "id": 51786,
                "cover": {
                    "id": 232980,
                    "height": 456,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4zro.jpg",
                    "width": 342
                },
                "name": "War for the Overworld: Anniversary Collection",
                "slug": "war-for-the-overworld-anniversary-collection"
            },
            {
                "id": 78399,
                "cover": {
                    "id": 57392,
                    "height": 200,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/urgevy4c5kyxcralcldi.jpg",
                    "width": 320
                },
                "name": "Hoi Hoi",
                "slug": "hoi-hoi"
            },
            {
                "id": 214370,
                "cover": {
                    "id": 238586,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co543e.jpg",
                    "width": 600
                },
                "name": "Minecraft: Angry Birds",
                "slug": "minecraft-angry-birds"
            },
            {
                "id": 112842,
                "cover": {
                    "id": 103894,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co285y.jpg",
                    "width": 600
                },
                "name": "Space Captain McCallery Episode 2: Pilgrims in Purple Moss",
                "slug": "space-captain-mccallery-episode-2-pilgrims-in-purple-moss"
            },
            {
                "id": 19618,
                "cover": {
                    "id": 194142,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co45su.jpg",
                    "width": 600
                },
                "name": "Dynasty Warriors 5: Xtreme Legends",
                "slug": "dynasty-warriors-5-xtreme-legends"
            },
            {
                "id": 242320,
                "cover": {
                    "id": 293175,
                    "height": 1152,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co6a7r.jpg",
                    "width": 864
                },
                "name": "Jungle Strike: The Sequel to Desert Strike",
                "slug": "jungle-strike-the-sequel-to-desert-strike--2"
            },
            {
                "id": 7855,
                "cover": {
                    "id": 341356,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7be4.jpg",
                    "width": 600
                },
                "name": "Sonic Boom: Shattered Crystal",
                "slug": "sonic-boom-shattered-crystal"
            },
            {
                "id": 137766,
                "cover": {
                    "id": 123189,
                    "height": 1600,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2n1x.jpg",
                    "width": 1200
                },
                "name": "Project Blue",
                "slug": "project-blue"
            },
            {
                "id": 121080,
                "cover": {
                    "id": 196134,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co47c6.jpg",
                    "width": 600
                },
                "name": "Silenced",
                "slug": "silenced"
            },
            {
                "id": 160012,
                "cover": {
                    "id": 188300,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co41ak.jpg",
                    "width": 600
                },
                "name": "Gizmos: Interstellar Voyage",
                "slug": "gizmos-interstellar-voyage"
            },
            {
                "id": 187063,
                "cover": {
                    "id": 202811,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4chn.jpg",
                    "width": 600
                },
                "name": "Castaway",
                "slug": "castaway--1"
            },
            {
                "id": 314671,
                "cover": {
                    "id": 407281,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8q9d.jpg",
                    "width": 600
                },
                "name": "Zombie Tactics",
                "slug": "zombie-tactics"
            },
            {
                "id": 174111,
                "name": "Kaboom: The Suicide Bombing Game",
                "slug": "kaboom-the-suicide-bombing-game"
            },
            {
                "id": 328662,
                "name": "Mario Kart: Double Dash!! Matching Game",
                "slug": "mario-kart-double-dash-matching-game"
            },
            {
                "id": 57016,
                "cover": {
                    "id": 29746,
                    "height": 470,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/f6b6qmniwpfrecjdguku.jpg",
                    "width": 329
                },
                "name": "Sinjid: Battle Arena",
                "slug": "sinjid-battle-arena"
            },
            {
                "id": 324820,
                "cover": {
                    "id": 425896,
                    "height": 450,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co94mg.jpg",
                    "width": 552
                },
                "name": "Presidential Knockout",
                "slug": "presidential-knockout"
            },
            {
                "id": 200891,
                "cover": {
                    "id": 270513,
                    "height": 948,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5sq9.jpg",
                    "width": 711
                },
                "name": "I Saw Her Standing There",
                "slug": "i-saw-her-standing-there"
            },
            {
                "id": 296101,
                "cover": {
                    "id": 375295,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co81kv.jpg",
                    "width": 600
                },
                "name": "Kick-the-Can",
                "slug": "kick-the-can"
            },
            {
                "id": 114362,
                "cover": {
                    "id": 124641,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2o69.jpg",
                    "width": 600
                },
                "name": "Chocolate makes you happy: Valentine's Day",
                "slug": "chocolate-makes-you-happy-valentines-day"
            },
            {
                "id": 137300,
                "cover": {
                    "id": 114779,
                    "height": 1920,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2gkb.jpg",
                    "width": 1440
                },
                "name": "Cobra Kai: The Karate Kid Saga Continues",
                "slug": "cobra-kai-the-karate-kid-saga-continues"
            },
            {
                "id": 323833,
                "cover": {
                    "id": 429387,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co97bf.jpg",
                    "width": 600
                },
                "name": "Mario Party 4 Deluxe",
                "slug": "mario-party-4-deluxe"
            },
            {
                "id": 153519,
                "cover": {
                    "id": 154467,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3b6r.jpg",
                    "width": 600
                },
                "name": "Roguely",
                "slug": "roguely"
            },
            {
                "id": 69582,
                "cover": {
                    "id": 348486,
                    "height": 800,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7gw6.jpg",
                    "width": 600
                },
                "name": "F-117A Stealth Fighter",
                "slug": "f-117a-stealth-fighter"
            },
            {
                "id": 195264,
                "cover": {
                    "id": 250294,
                    "height": 900,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5d4m.jpg",
                    "width": 675
                },
                "name": "Cosmic Monsters 2 Enclaves Dawn",
                "slug": "cosmic-monsters-2-enclaves-dawn"
            },
            {
                "id": 74529,
                "cover": {
                    "id": 63010,
                    "height": 512,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/htkliznpbl6a6wvcshg5.jpg",
                    "width": 512
                },
                "name": "Puzzledom",
                "slug": "puzzledom"
            },
            {
                "id": 114431,
                "cover": {
                    "id": 208318,
                    "height": 456,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4gqm.jpg",
                    "width": 342
                },
                "name": "Dead In Vinland: The Vallhund",
                "slug": "dead-in-vinland-the-vallhund"
            },
            {
                "id": 103877,
                "name": "Gnumz: Arcane Power",
                "slug": "gnumz-arcane-power"
            },
            {
                "id": 145643,
                "cover": {
                    "id": 136923,
                    "height": 1600,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2xnf.jpg",
                    "width": 1200
                },
                "name": "Northern Blade",
                "slug": "northern-blade"
            },
            {
                "id": 92725,
                "cover": {
                    "id": 389050,
                    "height": 843,
                    "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8c6y.jpg",
                    "width": 632
                },
                "name": "DragonFable",
                "slug": "dragonfable"
            }
        ]
    }
]
🟠400Bad Request
🟠401Unathorized
🟠404Not Found
🔴500Server Error
Modified at 2025-10-27 02:04:21
Previous
List games
Next
Popular Games
Built with