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

Popular Games

Pending
POST
/v1/games/popular
games
Last modified:2026-03-31 17:08:04
Maintainer:Not configured

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/json

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

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/popular' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "search": "string",
    "fields": [
        "string"
    ],
    "limit": 0,
    "offset": 0
}'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": 59,
        "cover": {
            "id": 393623,
            "height": 1810,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8fpz.jpg",
            "width": 1358
        },
        "name": "The Elder Scrolls IV: Oblivion",
        "slug": "the-elder-scrolls-iv-oblivion"
    },
    {
        "id": 115,
        "cover": {
            "id": 199459,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co49wj.jpg",
            "width": 1200
        },
        "name": "League of Legends",
        "slug": "league-of-legends"
    },
    {
        "id": 121,
        "cover": {
            "id": 393774,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8fu6.jpg",
            "width": 600
        },
        "name": "Minecraft: Java Edition",
        "slug": "minecraft-java-edition"
    },
    {
        "id": 123,
        "cover": {
            "id": 120815,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2l7z.jpg",
            "width": 1200
        },
        "name": "World of Warcraft",
        "slug": "world-of-warcraft"
    },
    {
        "id": 732,
        "cover": {
            "id": 120933,
            "height": 1580,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2lb9.jpg",
            "width": 1185
        },
        "name": "Grand Theft Auto: San Andreas",
        "slug": "grand-theft-auto-san-andreas"
    },
    {
        "id": 733,
        "cover": {
            "id": 120935,
            "height": 1580,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2lbb.jpg",
            "width": 1185
        },
        "name": "Grand Theft Auto: Vice City",
        "slug": "grand-theft-auto-vice-city"
    },
    {
        "id": 1020,
        "cover": {
            "id": 120937,
            "height": 1580,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2lbd.jpg",
            "width": 1185
        },
        "name": "Grand Theft Auto V",
        "slug": "grand-theft-auto-v"
    },
    {
        "id": 1184,
        "cover": {
            "id": 205446,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4eiu.jpg",
            "width": 600
        },
        "name": "World of Tanks",
        "slug": "world-of-tanks"
    },
    {
        "id": 1905,
        "cover": {
            "id": 428917,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co96yd.jpg",
            "width": 1200
        },
        "name": "Fortnite",
        "slug": "fortnite"
    },
    {
        "id": 3241,
        "cover": {
            "id": 391594,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8e5m.jpg",
            "width": 600
        },
        "name": "Cookie Clicker",
        "slug": "cookie-clicker"
    },
    {
        "id": 5636,
        "cover": {
            "id": 100572,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co25lo.jpg",
            "width": 600
        },
        "name": "Candy Crush Saga",
        "slug": "candy-crush-saga"
    },
    {
        "id": 6166,
        "cover": {
            "id": 347166,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7fvi.jpg",
            "width": 600
        },
        "name": "Subway Surfers",
        "slug": "subway-surfers-4d6fcdcb-3efb-487f-b301-53027dd10500"
    },
    {
        "id": 7436,
        "cover": {
            "id": 129028,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2rk4.jpg",
            "width": 600
        },
        "name": "Temple Run 2",
        "slug": "temple-run-2"
    },
    {
        "id": 11642,
        "cover": {
            "id": 352110,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7jou.jpg",
            "width": 600
        },
        "name": "Geometry Dash",
        "slug": "geometry-dash"
    },
    {
        "id": 17269,
        "cover": {
            "id": 272502,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5u9i.jpg",
            "width": 600
        },
        "name": "Roblox",
        "slug": "roblox"
    },
    {
        "id": 26192,
        "cover": {
            "id": 279320,
            "height": 1620,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5ziw.jpg",
            "width": 1215
        },
        "name": "The Last of Us Part II",
        "slug": "the-last-of-us-part-ii"
    },
    {
        "id": 26574,
        "cover": {
            "id": 82161,
            "height": 920,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1re9.jpg",
            "width": 690
        },
        "name": "Force of Nature",
        "slug": "force-of-nature"
    },
    {
        "id": 37062,
        "cover": {
            "id": 231451,
            "height": 1920,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4yl7.jpg",
            "width": 1440
        },
        "name": "Skull and Bones",
        "slug": "skull-and-bones"
    },
    {
        "id": 37419,
        "cover": {
            "id": 272868,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co5ujo.jpg",
            "width": 600
        },
        "name": "Dude Simulator",
        "slug": "dude-simulator"
    },
    {
        "id": 55038,
        "cover": {
            "id": 82160,
            "height": 960,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1re8.jpg",
            "width": 720
        },
        "name": "Immortal: Unchained",
        "slug": "immortal-unchained"
    },
    {
        "id": 55945,
        "cover": {
            "id": 75573,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1mb9.jpg",
            "width": 600
        },
        "name": "Brawl Stars",
        "slug": "brawl-stars"
    },
    {
        "id": 57263,
        "cover": {
            "id": 99309,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co24ml.jpg",
            "width": 600
        },
        "name": "Chuchel",
        "slug": "chuchel"
    },
    {
        "id": 65566,
        "cover": {
            "id": 298329,
            "height": 3464,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co6e6x.jpg",
            "width": 2598
        },
        "name": "Toro! Let's Party!",
        "slug": "toro-lets-party"
    },
    {
        "id": 81249,
        "cover": {
            "id": 91183,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1ycv.jpg",
            "width": 600
        },
        "name": "The Elder Scrolls VI",
        "slug": "the-elder-scrolls-vi"
    },
    {
        "id": 87622,
        "cover": {
            "id": 236311,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co52c7.jpg",
            "width": 600
        },
        "name": "Garena Free Fire",
        "slug": "garena-free-fire"
    },
    {
        "id": 95118,
        "cover": {
            "id": 359142,
            "height": 1000,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7p46.jpg",
            "width": 750
        },
        "name": "Last Epoch",
        "slug": "last-epoch"
    },
    {
        "id": 96217,
        "cover": {
            "id": 72919,
            "height": 2000,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1k9j.jpg",
            "width": 1500
        },
        "name": "Eternity: The Last Unicorn",
        "slug": "eternity-the-last-unicorn"
    },
    {
        "id": 103281,
        "cover": {
            "id": 111228,
            "height": 1862,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2dto.jpg",
            "width": 1396
        },
        "name": "Halo Infinite",
        "slug": "halo-infinite"
    },
    {
        "id": 103303,
        "cover": {
            "id": 91145,
            "height": 1473,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1ybt.jpg",
            "width": 1105
        },
        "name": "The Elder Scrolls: Blades",
        "slug": "the-elder-scrolls-blades"
    },
    {
        "id": 111130,
        "cover": {
            "id": 68904,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co1h60.jpg",
            "width": 600
        },
        "name": "Apsulov: End of Gods",
        "slug": "apsulov-end-of-gods"
    },
    {
        "id": 111469,
        "cover": {
            "id": 306821,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co6kqt.jpg",
            "width": 600
        },
        "name": "Among Us",
        "slug": "among-us"
    },
    {
        "id": 111890,
        "cover": {
            "id": 421080,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co90wo.jpg",
            "width": 600
        },
        "name": "Shell Shockers",
        "slug": "shell-shockers"
    },
    {
        "id": 119133,
        "cover": {
            "id": 212094,
            "height": 2468,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4jni.jpg",
            "width": 1851
        },
        "name": "Elden Ring",
        "slug": "elden-ring"
    },
    {
        "id": 119171,
        "cover": {
            "id": 289025,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co670h.jpg",
            "width": 600
        },
        "name": "Baldur's Gate 3",
        "slug": "baldurs-gate-3"
    },
    {
        "id": 119277,
        "cover": {
            "id": 197021,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co480t.jpg",
            "width": 600
        },
        "name": "Genshin Impact",
        "slug": "genshin-impact"
    },
    {
        "id": 125174,
        "cover": {
            "id": 383811,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co885f.jpg",
            "width": 600
        },
        "name": "Overwatch 2",
        "slug": "overwatch-2"
    },
    {
        "id": 126459,
        "cover": {
            "id": 405079,
            "height": 2160,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8ok7.jpg",
            "width": 1620
        },
        "name": "Valorant",
        "slug": "valorant"
    },
    {
        "id": 133890,
        "cover": {
            "id": 164105,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co3imh.jpg",
            "width": 600
        },
        "name": "Chrome Dino",
        "slug": "chrome-dino"
    },
    {
        "id": 143068,
        "cover": {
            "id": 128418,
            "height": 512,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co2r36.jpg",
            "width": 512
        },
        "name": "Chungus Rampage in Big Forest",
        "slug": "chungus-rampage-in-big-forest"
    },
    {
        "id": 149657,
        "cover": {
            "id": 449689,
            "height": 1920,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9mzd.jpg",
            "width": 1440
        },
        "name": "Blue Prince",
        "slug": "blue-prince"
    },
    {
        "id": 152064,
        "cover": {
            "id": 193744,
            "height": 1132,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co45hs.jpg",
            "width": 850
        },
        "name": "Jurassic World Evolution 2",
        "slug": "jurassic-world-evolution-2"
    },
    {
        "id": 176057,
        "cover": {
            "id": 420538,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co90hm.jpg",
            "width": 1200
        },
        "name": "Poppy Playtime",
        "slug": "poppy-playtime"
    },
    {
        "id": 186090,
        "cover": {
            "id": 219215,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co4p5b.jpg",
            "width": 1200
        },
        "name": "Wordle",
        "slug": "wordle--1"
    },
    {
        "id": 213240,
        "cover": {
            "id": 452813,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9pe5.jpg",
            "width": 1200
        },
        "name": "Tempest Rising",
        "slug": "tempest-rising"
    },
    {
        "id": 214394,
        "cover": {
            "id": 406176,
            "height": 960,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8peo.jpg",
            "width": 720
        },
        "name": "Dune: Awakening",
        "slug": "dune-awakening"
    },
    {
        "id": 217625,
        "cover": {
            "id": 246146,
            "height": 1068,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co59xe.jpg",
            "width": 800
        },
        "name": "True Fear: Forsaken Souls Part 3",
        "slug": "true-fear-forsaken-souls-part-3"
    },
    {
        "id": 239920,
        "cover": {
            "id": 429046,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co971y.jpg",
            "width": 600
        },
        "name": "Blood Strike",
        "slug": "blood-strike--2"
    },
    {
        "id": 260321,
        "cover": {
            "id": 398567,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8jjb.jpg",
            "width": 600
        },
        "name": "Fatal Fury: City of the Wolves",
        "slug": "fatal-fury-city-of-the-wolves"
    },
    {
        "id": 262186,
        "cover": {
            "id": 406225,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8pg1.jpg",
            "width": 600
        },
        "name": "Delta Force",
        "slug": "delta-force--1"
    },
    {
        "id": 267306,
        "cover": {
            "id": 453405,
            "height": 1920,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9pul.jpg",
            "width": 1440
        },
        "name": "The Elder Scrolls IV: Oblivion Remastered",
        "slug": "the-elder-scrolls-iv-oblivion-remastered"
    },
    {
        "id": 269296,
        "cover": {
            "id": 358202,
            "height": 1000,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7oe2.jpg",
            "width": 750
        },
        "name": "Block Blast!",
        "slug": "block-blast--2"
    },
    {
        "id": 277143,
        "cover": {
            "id": 344601,
            "height": 2400,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co7dw9.jpg",
            "width": 1800
        },
        "name": "The Last of Us Part II: Remastered",
        "slug": "the-last-of-us-part-ii-remastered"
    },
    {
        "id": 294041,
        "cover": {
            "id": 450861,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9nvx.jpg",
            "width": 600
        },
        "name": "Marvel Rivals",
        "slug": "marvel-rivals"
    },
    {
        "id": 294065,
        "cover": {
            "id": 387434,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8ay2.jpg",
            "width": 600
        },
        "name": "Sisters: Last Day of Summer",
        "slug": "sisters-last-day-of-summer"
    },
    {
        "id": 300976,
        "cover": {
            "id": 382782,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co87cu.jpg",
            "width": 600
        },
        "name": "Assassin's Creed Shadows",
        "slug": "assassins-creed-shadows"
    },
    {
        "id": 305152,
        "cover": {
            "id": 441022,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9gam.jpg",
            "width": 1200
        },
        "name": "Clair Obscur: Expedition 33",
        "slug": "clair-obscur-expedition-33"
    },
    {
        "id": 310714,
        "cover": {
            "id": 434444,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9b7w.jpg",
            "width": 600
        },
        "name": "Love Curse: Find Your Soulmate",
        "slug": "love-curse-find-your-soulmate"
    },
    {
        "id": 316581,
        "cover": {
            "id": 418215,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8yp3.jpg",
            "width": 1200
        },
        "name": "Is It Woke?",
        "slug": "is-it-woke"
    },
    {
        "id": 316690,
        "cover": {
            "id": 445901,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9k25.jpg",
            "width": 600
        },
        "name": "Girl Who Shrunk the Neighbors",
        "slug": "girl-who-shrunk-the-neighbors"
    },
    {
        "id": 320854,
        "cover": {
            "id": 419091,
            "height": 1600,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co8zdf.jpg",
            "width": 1200
        },
        "name": "Garten of Banban 0",
        "slug": "garten-of-banban-0"
    },
    {
        "id": 323093,
        "cover": {
            "id": 431363,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co98ub.jpg",
            "width": 600
        },
        "name": "Sprunki Incredibox",
        "slug": "sprunki-incredibox"
    },
    {
        "id": 325588,
        "cover": {
            "id": 426957,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co95fx.jpg",
            "width": 600
        },
        "name": "Rematch",
        "slug": "rematch--1"
    },
    {
        "id": 325594,
        "cover": {
            "id": 426975,
            "height": 1920,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co95gf.jpg",
            "width": 1440
        },
        "name": "Split Fiction",
        "slug": "split-fiction"
    },
    {
        "id": 326356,
        "cover": {
            "id": 452340,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9p10.jpg",
            "width": 600
        },
        "name": "ShoppingMall: Manager Simulator",
        "slug": "shoppingmall-manager-simulator"
    },
    {
        "id": 340725,
        "cover": {
            "id": 452272,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9oz4.jpg",
            "width": 600
        },
        "name": "Funocracy",
        "slug": "funocracy"
    },
    {
        "id": 340967,
        "cover": {
            "id": 452974,
            "height": 1080,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9pim.jpg",
            "width": 810
        },
        "name": "RGG Land",
        "slug": "rgg-land--3"
    },
    {
        "id": 341378,
        "cover": {
            "id": 453324,
            "height": 800,
            "url": "//images.igdb.com/igdb/image/upload/t_thumb/co9psc.jpg",
            "width": 600
        },
        "name": "Schoolbound",
        "slug": "schoolbound"
    }
]
🟠400Bad Request
🟠401Unathorized
🟠404Not Found
🔴500Server Error
Modified at 2026-03-31 17:08:04
Previous
Query Games
Next
List all lists
Built with