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
_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
availability
โข availability: string
[]
Whether this game is available or not
Defined in
boxart
โข Optional
boxart: string
The box art of the game, if any. Generally undefined for games that are yet to release.
Defined in
description
โข description: string
A description about this game
Defined in
developers
โข developers: string
[]
A list of companies that developed this game
Defined in
esrbDescriptors
โข esrbDescriptors: string
[]
A list of ESRB descriptors
Defined in
esrbRating
โข esrbRating: string
The ESRB Rating
Defined in
featured
โข featured: boolean
Whether this game is featured on the nintendo.com homepage
Defined in
franchises
โข franchises: string
The franchises this game is a part of
Defined in
freeToStart
โข freeToStart: boolean
Whether this game is free to start
Defined in
generalFilters
โข generalFilters: string
[]
A list of general filters that could potentially be searched on nintendo.com to find this game with
Defined in
genres
โข genres: string
[]
A list of genres this game
Defined in
horizontalHeaderImage
โข Optional
horizontalHeaderImage: string
A large wide image such as a screenshot or artwork of the game, if any.
Defined in
howToShop
โข howToShop: string
[]
A list of methods through which the game can be acquired, such as retail or digital download.
Defined in
lastModified
โข lastModified: number
A Unix timestamp in milliseconds indicating when the information on this game was last modified
Defined in
lowestPrice
โข lowestPrice: number
The lowest price at which this game was ever sold
Defined in
msrp
โข msrp: number
The manufacturer's suggested retail price for this game
Defined in
nsuid
โข nsuid: string
The unique ID for this game.
Defined in
numOfPlayers
โข numOfPlayers: string
The amount of players that can simultaneously play this game
Defined in
objectID
โข objectID: string
A unique GUID that represents this game's entry in the Nintendo API.
Defined in
platform
โข platform: string
The platform this game released on
Defined in
playerFilters
โข playerFilters: string
[]
A list of player filters that could potentially be searched on nintendo.com to find this game with
Defined in
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
publishers
โข publishers: string
[]
A list of companies that published this game
Defined in
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
salePrice
โข salePrice: null
| number
The price of this game if and when it is on sale
Defined in
slug
โข slug: string
A unique slug for this game
Defined in
title
โข title: string
The title of this game
Defined in
url
โข url: string
A unique to the information about this game. Prefix it with https://www.nintendo.com
to have a valid URL.