Skip to content

GameUS

Defined in: utils/interfaces.ts:552

availability: string[]

Defined in: utils/interfaces.ts:556

Identifiers about the availability of this game.


boxart: string

Defined in: utils/interfaces.ts:561

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


description: string

Defined in: utils/interfaces.ts:566

A longer description about this title


developers: string[]

Defined in: utils/interfaces.ts:571

The studios that developed this gamme


esrbDescriptors: string[]

Defined in: utils/interfaces.ts:576

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


esrbRating: string

Defined in: utils/interfaces.ts:581

The ESRB rating this game was given


featured: boolean

Defined in: utils/interfaces.ts:586

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


franchises: string[]

Defined in: utils/interfaces.ts:591

The franchises this game is part of


freeToStart: boolean

Defined in: utils/interfaces.ts:596

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


generalFilters: string[]

Defined in: utils/interfaces.ts:601

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


genres: string[]

Defined in: utils/interfaces.ts:606

The genres this this game is part of


horizontalHeaderImage: string

Defined in: utils/interfaces.ts:611

A larger header image


howToShop: string[]

Defined in: utils/interfaces.ts:616

A list of ways this game can be purchased


lastModified: number

Defined in: utils/interfaces.ts:621

Unix timestamp when this entry was last edited on the API


lowestPrice: number

Defined in: utils/interfaces.ts:626

The lowest price this game was ever available for.


msrp: number

Defined in: utils/interfaces.ts:631

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


nsuid: string

Defined in: utils/interfaces.ts:636

14-digit game unique identifier


numOfPlayers: string

Defined in: utils/interfaces.ts:641

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:646

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:651

The platform on which this game was released


playerFilters: string[]

Defined in: utils/interfaces.ts:656

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


priceRange: string

Defined in: utils/interfaces.ts:661

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:666

The studios that published this game


releaseDateDisplay: string

Defined in: utils/interfaces.ts:671

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


salePrice: null | number

Defined in: utils/interfaces.ts:676

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:681

Game URL name


title: string

Defined in: utils/interfaces.ts:686

The title of the game


url: string

Defined in: utils/interfaces.ts:691

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