Skip to content

GameUS

Defined in: utils/interfaces.ts:549

availability: string[]

Defined in: utils/interfaces.ts:553

Identifiers about the availability of this game.


boxart: string

Defined in: utils/interfaces.ts:558

The boxart of this title, if this is an eShop game then it is the homescreen icon


description: string

Defined in: utils/interfaces.ts:563

A longer description about this title


developers: string[]

Defined in: utils/interfaces.ts:568

The studios that developed this gamme


esrbDescriptors: string[]

Defined in: utils/interfaces.ts:573

An array of ESRB descriptions such as "Alcohol Reference" and "Violence"


esrbRating: string

Defined in: utils/interfaces.ts:578

The ESRB rating this game was given


featured: boolean

Defined in: utils/interfaces.ts:583

Whether this game is featured on nintendo.com’s homepage


franchises: string[]

Defined in: utils/interfaces.ts:588

The franchises this game is part of


freeToStart: boolean

Defined in: utils/interfaces.ts:593

Whether this game is free to start and only needs payment later


generalFilters: string[]

Defined in: utils/interfaces.ts:598

Qualifiers that could be used to find this game when applying filters on nintendo.com


genres: string[]

Defined in: utils/interfaces.ts:603

The genres this this game is part of


horizontalHeaderImage: string

Defined in: utils/interfaces.ts:608

A larger header image


howToShop: string[]

Defined in: utils/interfaces.ts:613

A list of ways this game can be purchased


lastModified: number

Defined in: utils/interfaces.ts:618

Unix timestamp when this entry was last edited on the API


lowestPrice: number

Defined in: utils/interfaces.ts:623

The lowest price this game was ever available for.


msrp: number

Defined in: utils/interfaces.ts:628

The Manufacturer’s Suggested Retail Price for this game (in United States Dollars).


nsuid: string

Defined in: utils/interfaces.ts:633

14-digit game unique identifier


numOfPlayers: string

Defined in: utils/interfaces.ts:638

The amount of players this game supports. This is a string because Nintendo is more verbose than just a number.


objectID: string

Defined in: utils/interfaces.ts:643

The internal ID that Nintendo has assigned to this game in their API. This doesn’t really serve any use.


platform: string

Defined in: utils/interfaces.ts:648

The platform on which this game was released


playerFilters: string[]

Defined in: utils/interfaces.ts:653

Qualifiers that could be used to find this game when applying player filters on nintendo.com


priceRange: string

Defined in: utils/interfaces.ts:658

The predefined price range in which this game falls, can be used when applying filters on nintendo.com


publishers: string[]

Defined in: utils/interfaces.ts:663

The studios that published this game


releaseDateDisplay: string

Defined in: utils/interfaces.ts:668

The date this game was released in the ISO 8601 Extended Format


salePrice: null | number

Defined in: utils/interfaces.ts:673

The price for this game when it is on sale. This is null when the game is not on sale.


slug: string

Defined in: utils/interfaces.ts:678

Game URL name


title: string

Defined in: utils/interfaces.ts:683

The title of the game


url: string

Defined in: utils/interfaces.ts:688

The URL to the game on nintendo.com. Prepend nintendo.com to this URL to get a fully qualified URL to the game.