1. Home
  2. Docs
  3. Documentation
  4. Objects
  5. Game object

Game object

"Game" : {
    "ID"          : "2674",
    "Tile"        : "Sonic the Hedgehog",
    "Description" : "",
    "Picture"     : "https://md.retrocrypt.com/inc/game_images/1585949592.jpg",
    "Year"        : "1991",
    "Youtube"     : "https://www.youtube.com/embed/JqQYDLcvkBc",
    "Developer"   : "Sonic Team",
    "Publisher"   : "Sega",
    "URL"         : "https://md.retrocrypt.com/game/2674/Sonic+the+Hedgehog/",
    "Site"        : (Site object),
    "Routes"      : (Routes object),
}

Attributes

ID

Integer: A numeric identifier for the game.

Title

String: The game title.

Description

String: Game description, currently not used.

Picture

String: Cover artwork URL, empty string if no artwork exists.

Year

Integer: A numeric year, “0” if no year exists.

Youtube

String: A youtube embed URL, empty string if no Youtube ID exists.

Developer

String: The games developer, empty string if no developer exists.

Pubisher

String: The games publisher, empty string if no publisher exists.

URL

String: RetroCrypt game URL.

Site

Object: Site object relating to the games object.

Routes

Object: Routes object, providing endpoints related to the game object.