"Cheat" : { "Title" : "", "Code" : "00A35:E6042", "Description" : "Every monitor gives speed shoes.", "Visible" : "1", "Votes" : (Votes object), "Device" : (Device object), "Game" : (Simplified game object), "Site" : (Site object), "Routes" : (Routes object), }
Attributes
Title
String: Cheat title, not all cheat devices use this attribute.
Code
String: Cheat code.
Description
String: Description of what the cheat achieves.
Visible
Boolean: Is the cheat visible on RetroCrypt.
Votes
Object: Votes Object.
Device
Object: Device Object.
Game
Object: Simplified Game Object
Site
Object: Site Object.
Routes
Object: Routes Object
Votes Object
"Votes": { "Upvote" : "0", "Downvote" : "0" }
Attributes
Upvote
Integer: Number of upvotes the cheat has received.
Downvote
Integer: Number of downvotes the cheat has received.
Device Object
"Device": { "ID" : "1", "Title" : "Action Replay" },
Attributes
ID
Integer: Numeric device identifier.
Title
String: Name of cheat device.
Simplified Game Object
"Game": { "ID" : "2674", "Title" : "Sonic the Hedgehog", "URL" : "https://md.retrocrypt.com/game/2674/Sonic+the+Hedgehog/" },
Attributes
ID
Integer: Numeric game identifier.
Title
String: Game title.
URL
String: Public RetroCrypt URL for the game.