Skip to main content

Interface: QueriedGameUS

Properties

_distinctSeqID

โ€ข _distinctSeqID: number

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

Defined in

lib/utils/interfaces.ts:155


_highlightResult

โ€ข _highlightResult: HighlightResult

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

Defined in

lib/utils/interfaces.ts:157


availability

โ€ข availability: string[]

Whether this game is available or not

Defined in

lib/utils/interfaces.ts:96


boxart

โ€ข Optional boxart: string

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

Defined in

lib/utils/interfaces.ts:98


description

โ€ข description: string

A description about this game

Defined in

lib/utils/interfaces.ts:100


developers

โ€ข developers: string[]

A list of companies that developed this game

Defined in

lib/utils/interfaces.ts:102


esrbDescriptors

โ€ข esrbDescriptors: string[]

A list of ESRB descriptors

Defined in

lib/utils/interfaces.ts:104


esrbRating

โ€ข esrbRating: string

The ESRB Rating

Defined in

lib/utils/interfaces.ts:106


โ€ข featured: boolean

Whether this game is featured on the nintendo.com homepage

Defined in

lib/utils/interfaces.ts:108


franchises

โ€ข franchises: string

The franchises this game is a part of

Defined in

lib/utils/interfaces.ts:110


freeToStart

โ€ข freeToStart: boolean

Whether this game is free to start

Defined in

lib/utils/interfaces.ts:112


generalFilters

โ€ข generalFilters: string[]

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

Defined in

lib/utils/interfaces.ts:114


genres

โ€ข genres: string[]

A list of genres this game

Defined in

lib/utils/interfaces.ts:116


horizontalHeaderImage

โ€ข Optional horizontalHeaderImage: string

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

Defined in

lib/utils/interfaces.ts:118


howToShop

โ€ข howToShop: string[]

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

Defined in

lib/utils/interfaces.ts:120


lastModified

โ€ข lastModified: number

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

Defined in

lib/utils/interfaces.ts:122


lowestPrice

โ€ข lowestPrice: number

The lowest price at which this game was ever sold

Defined in

lib/utils/interfaces.ts:124


msrp

โ€ข msrp: number

The manufacturer's suggested retail price for this game

Defined in

lib/utils/interfaces.ts:126


nsuid

โ€ข nsuid: string

The unique ID for this game.

Defined in

lib/utils/interfaces.ts:128


numOfPlayers

โ€ข numOfPlayers: string

The amount of players that can simultaneously play this game

Defined in

lib/utils/interfaces.ts:130


objectID

โ€ข objectID: string

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

Defined in

lib/utils/interfaces.ts:132


platform

โ€ข platform: string

The platform this game released on

Defined in

lib/utils/interfaces.ts:134


playerFilters

โ€ข playerFilters: string[]

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

Defined in

lib/utils/interfaces.ts:136


priceRange

โ€ข priceRange: string

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

Defined in

lib/utils/interfaces.ts:138


publishers

โ€ข publishers: string[]

A list of companies that published this game

Defined in

lib/utils/interfaces.ts:140


releaseDateDisplay

โ€ข releaseDateDisplay: string

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

remark 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.

Defined in

lib/utils/interfaces.ts:145


salePrice

โ€ข salePrice: null | number

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

Defined in

lib/utils/interfaces.ts:147


slug

โ€ข slug: string

A unique slug for this game

Defined in

lib/utils/interfaces.ts:149


title

โ€ข title: string

The title of this game

Defined in

lib/utils/interfaces.ts:151


url

โ€ข url: string

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

Defined in

lib/utils/interfaces.ts:153