Skip to main content

Interface: GameUS

Properties

availability

โ€ข availability: string[]

Identifiers about the availability of this game.

Defined in

lib/utils/interfaces.ts:228


boxart

โ€ข boxart: string

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

Defined in

lib/utils/interfaces.ts:188


description

โ€ข description: string

A longer description about this title

Defined in

lib/utils/interfaces.ts:179


developers

โ€ข developers: string[]

The studios that developed this gamme

Defined in

lib/utils/interfaces.ts:212


esrbDescriptors

โ€ข esrbDescriptors: string[]

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

Defined in

lib/utils/interfaces.ts:204


esrbRating

โ€ข esrbRating: string

The ESRB rating this game was given

Defined in

lib/utils/interfaces.ts:196


โ€ข featured: boolean

Whether this game is featured on https://nintendo.com's homepage

Defined in

lib/utils/interfaces.ts:200


franchises

โ€ข franchises: string[]

The franches this game is part of

Defined in

lib/utils/interfaces.ts:206


freeToStart

โ€ข freeToStart: boolean

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

Defined in

lib/utils/interfaces.ts:202


generalFilters

โ€ข generalFilters: string[]

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

Defined in

lib/utils/interfaces.ts:214


genres

โ€ข genres: string[]

The genres this this game is part of

Defined in

lib/utils/interfaces.ts:208


horizontalHeaderImage

โ€ข horizontalHeaderImage: string

A larger header image

Defined in

lib/utils/interfaces.ts:190


howToShop

โ€ข howToShop: string[]

A list of ways this game can be purchased

Defined in

lib/utils/interfaces.ts:216


lastModified

โ€ข lastModified: number

Unix timestamp when this entry was last edited on the API

Defined in

lib/utils/interfaces.ts:175


lowestPrice

โ€ข lowestPrice: number

The lowest price this game was ever available for.

Defined in

lib/utils/interfaces.ts:226


msrp

โ€ข msrp: number

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

Defined in

lib/utils/interfaces.ts:222


nsuid

โ€ข nsuid: string

14-digit game unique identifier

Defined in

lib/utils/interfaces.ts:184


numOfPlayers

โ€ข numOfPlayers: string

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

Defined in

lib/utils/interfaces.ts:198


objectID

โ€ข objectID: string

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

Defined in

lib/utils/interfaces.ts:230


platform

โ€ข platform: string

The platform on which this game was released

Defined in

lib/utils/interfaces.ts:192


playerFilters

โ€ข playerFilters: string[]

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

Defined in

lib/utils/interfaces.ts:218


priceRange

โ€ข priceRange: string

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

Defined in

lib/utils/interfaces.ts:220


publishers

โ€ข publishers: string[]

The studios that published this game

Defined in

lib/utils/interfaces.ts:210


releaseDateDisplay

โ€ข releaseDateDisplay: string

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

Defined in

lib/utils/interfaces.ts:194


salePrice

โ€ข salePrice: null | number

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

Defined in

lib/utils/interfaces.ts:224


slug

โ€ข slug: string

Game URL name

Defined in

lib/utils/interfaces.ts:186


title

โ€ข title: string

The title of the game

Defined in

lib/utils/interfaces.ts:177


url

โ€ข url: string

The URL to the game on https://nintendo.com. Prepend https://nintend.com to this URL to get a fully qualified URL to the game.

Defined in

lib/utils/interfaces.ts:181