Game Objects

Game Objects represent individual board games that exist. Games are the main object for the API and you can find all the details about them in this document.

Game Object Example

This is an example of the full object.https://api.boardgameatlas.com/api/search?ids=TAAifFP590&client_id=

Properties

These are all the properties that are found in the Game Object.

PropertyTypeExampleDetails
idStringTAAifFP590The id of the game in the 5CC database.
nameStringRootThe name of the game.
namesArray['Catan']A list of any alternate spellings or different languages for the game name.
year_publishedInt2018The year the game was published.
min_playersInt2The minimum number of players in the game.
max_playersInt4The maximum number of players in the game.
min_playtimeInt30Minimum minutes of playtime in the game.
max_playtimeInt45Maximum minutes of playtime in the game.
min_ageInt10Minimum recommended age for the game.
descriptionString"<h1>This game is fantastic</h1>"The provided description for the game.
description_previewString"This game is fantastic"The provided description for the game with all html tags removed.
thumb_urlStringhttps://www.5cc.co...A small sized image of the game.
image_urlStringhttps://www.5cc.co...A large sized image of the game.
urlStringhttps.../game/TAAifFP590The link to the game's page.
priceFloat19.99The lowest current price of the game
msrpFloat24.99The listed msrp of the game
discountFloat0.50The percent discount the game's current price compared to the msrp. This example shows a 50% discount.
primary_publisherString5 Color ComboThe designated primary publisher for the board game. Typically it's the current US publisher.
publishersArray['5 Color Combo']All listed publishers for the game.
mechanicsArray[{ id: "3k2jr01k" }, { id: "e2ji01j10"}]These are the ids for the mechanics of the game. Get the names with /api/docs/game/mechanics
categoriesArray[{ id: "3k2jr01k" }, { id: "e2ji01j10"}]These are the ids for the categories of the game. Get the names with /api/docs/game/categories
designersArray['Trent Ellingsen']A list of names of all the designers for the board game.
developersArray['Eddie Kesicki']A list of names of all the developers for the board game. (People who work on balance and small adjustments)
artistsArray['Chris McCoy']A list of names of all the artists for the board game.
reddit_all_time_countInt814The number of times the game has been mentioned as bold text on /r/boardgames in comments since September 2018.
reddit_week_countInt42The number of times the game has been mentioned as bold text on /r/boardgames in comments since 7 days ago.
reddit_day_countInt33The number of times the game has been mentioned as text (bold or not bold) on /r/boardgames in comments since since 1 day ago.