Skip to content

QueriedGameUS

Defined in: utils/interfaces.ts:220

_distinctSeqID: number

Defined in: utils/interfaces.ts:224

Additional information returned by the API, it doesn’t really serve any purpose but documenting it anyway because it’s there.


_highlightResult: HighlightResult

Defined in: utils/interfaces.ts:229

Additional information returned by the API, it doesn’t really serve any purpose but documenting it anyway because it’s there.


availability: string[]

Defined in: utils/interfaces.ts:234

Whether this game is available or not


optional boxart: string

Defined in: utils/interfaces.ts:239

The box art of the game, if any. Generally undefined for games that are yet to release.


optional classindDescriptors: unknown

Defined in: utils/interfaces.ts:241


optional classindRating: unknown

Defined in: utils/interfaces.ts:243


collectionPriceRange: string

Defined in: utils/interfaces.ts:245


contentRatingCode: string

Defined in: utils/interfaces.ts:247


corePlatforms: string[]

Defined in: utils/interfaces.ts:249


createdAt: Date

Defined in: utils/interfaces.ts:251


demoNsuid: null | string

Defined in: utils/interfaces.ts:253


optional depth: number

Defined in: utils/interfaces.ts:255


description: string

Defined in: utils/interfaces.ts:260

A description about this game


developers: string[]

Defined in: utils/interfaces.ts:265

A list of companies that developed this game


esrbDescriptors: string[]

Defined in: utils/interfaces.ts:270

A list of ESRB descriptors


esrbRating: string

Defined in: utils/interfaces.ts:275

The ESRB Rating


exclusive: boolean

Defined in: utils/interfaces.ts:277


featured: boolean

Defined in: utils/interfaces.ts:282

Whether this game is featured on the nintendo.com homepage


featuredProduct: boolean

Defined in: utils/interfaces.ts:287

Whether this game is featured on the nintendo.com homepage


franchises: string

Defined in: utils/interfaces.ts:292

The franchises this game is a part of


freeToStart: boolean

Defined in: utils/interfaces.ts:297

Whether this game is free to start


generalFilters: string[]

Defined in: utils/interfaces.ts:302

A list of general filters that could potentially be searched on nintendo.com to find this game with


genres: string[]

Defined in: utils/interfaces.ts:307

A list of genres this game


hasDlc: boolean

Defined in: utils/interfaces.ts:312

Whether this game has downloadable content or not


optional headerImage: string

Defined in: utils/interfaces.ts:317

A large wide image such as a screenshot or artwork of the game, if any.


optional horizontalHeaderImage: string

Defined in: utils/interfaces.ts:322

The asset slug of a large wide image such as a screenshot or artwork of the game, if any.


howToShop: string[]

Defined in: utils/interfaces.ts:327

A list of methods through which the game can be acquired, such as retail or digital download.


lastModified: number

Defined in: utils/interfaces.ts:332

A Unix timestamp in milliseconds indicating when the information on this game was last modified


lowestPrice: number

Defined in: utils/interfaces.ts:337

The lowest price at which this game was ever sold


msrp: number

Defined in: utils/interfaces.ts:342

The manufacturer’s suggested retail price for this game


nsoFeatures: string[]

Defined in: utils/interfaces.ts:347

Features that added to this game when the player has a Nintendo Switch Online subscription


nsuid: string

Defined in: utils/interfaces.ts:352

The unique ID for this game.


numOfPlayers: string

Defined in: utils/interfaces.ts:357

The amount of players that can simultaneously play this game


objectID: string

Defined in: utils/interfaces.ts:362

A unique GUID that represents this game’s entry in the Nintendo API.


platform: string

Defined in: utils/interfaces.ts:367

The platform this game released on


platformCode: string

Defined in: utils/interfaces.ts:374

A unique identifier of the platform the game was released on

'NINTENDO_SWITCH'

optional platinumPoints: any

Defined in: utils/interfaces.ts:376


playerCount: string

Defined in: utils/interfaces.ts:390

The amount of players that can simultaniously play this game

'Single Player'

playerFilters: string[]

Defined in: utils/interfaces.ts:395

A list of player filters that could potentially be searched on nintendo.com to find this game with


playModes: string[]

Defined in: utils/interfaces.ts:383

An array of ways this game can be played

['TV mode', 'Tabletop mode', 'Handheld mode']

price: object

Defined in: utils/interfaces.ts:400

The price information for this game

finalPrice: number

The final price for this game, which is salePrice if the game is on sale or regPrice if it is not.

regPrice: number

The regular price for this game

salePrice: null | number

The sale price for this game, or null if the game has never been on sale.


priceRange: string

Defined in: utils/interfaces.ts:419

A category price range that this game falls under. Can be used on nintendo.com to find this game with


optional priority: number

Defined in: utils/interfaces.ts:421


productImage: string

Defined in: utils/interfaces.ts:426

The slug to a product image of this game


optional publishDate: Date

Defined in: utils/interfaces.ts:431

The date this game was published


publishers: string[]

Defined in: utils/interfaces.ts:436

A list of companies that published this game


releaseDateDisplay: string

Defined in: utils/interfaces.ts:443

A display of the release of this game. Can be either an ISO timestamp or some other representation of date.

Nintendo has a tendency to also have entries such as Early 2022 or Late 2021 here. Normally these kinds of dates would not be parsed by JavaScript, but NodeJS does parse these natural input types.


salePrice: null | number

Defined in: utils/interfaces.ts:448

The price of this game if and when it is on sale


sku: string

Defined in: utils/interfaces.ts:453

the SKU ID for this game


slug: string

Defined in: utils/interfaces.ts:458

A unique slug for this game


smecDescriptors: string[]

Defined in: utils/interfaces.ts:464

The SMEC (Sistema Mexicano de Equivalencias de Clasificación) descriptors for this game


smecRating: string

Defined in: utils/interfaces.ts:470

The SMEC (Sistema Mexicano de Equivalencias de Clasificación) rating for this game


softwareDeveloper: string

Defined in: utils/interfaces.ts:475

The developer of this game


softwarePublisher: string

Defined in: utils/interfaces.ts:480

The publisher of this game


title: string

Defined in: utils/interfaces.ts:485

The title of this game


topLevelCategory: string

Defined in: utils/interfaces.ts:492

The top level category of this game

'Games'

topLevelCategoryCode: string

Defined in: utils/interfaces.ts:499

The top level category code of this game

'GAMES'

topLevelFilters: string[]

Defined in: utils/interfaces.ts:504

The top level filters for this game


type: string

Defined in: utils/interfaces.ts:511

The type of search result

'game'

updatedAt: string

Defined in: utils/interfaces.ts:516

An ISO timestamp of when this game was last updated


url: string

Defined in: utils/interfaces.ts:521

A unique to the information about this game. Prefix it with nintendo.com to have a valid URL.


urlKey: string

Defined in: utils/interfaces.ts:526

The key segment of the QueriedGameUS.url, often the last segment of the URL


visibleInSearch: boolean

Defined in: utils/interfaces.ts:531

Whether this game is visible when searching for it on nintendo.com