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

Accessory object

"Accessory" : {
    "ID"              : "N64:4",
    "Title"           : "Controller Pak",
    "Site"            : (Site Object),
    "Routes"          : (Rotues Object),
    "Version_count"   : "1",
    "Versions" :      [
                          (Version Object),
                          ....
                      ],
}

Attributes

ID

String: Colon separated Site ID : Accessory ID.

Title

Stirng: Accessory title.

Site

Object: Retrocrypt site object.

Routes

Object: Routes object. This attribute is optional, it will be included with searches containing multiple accessories, providing the endpoint to the individual accessory object.

Version_count

Integer: Count of Version objects returned.

Versions

Array: List of Version objects.


Version object

"Version" : {
    "Description"       : "<p>Nintendo 64 Game Pak (part number NUS-006) is the brand name of the consumer ROM cartridge product that stores game data for the Nintendo 64, released in 1996...",
    "Text_description"  : "Nintendo 64 Game Pak (part number NUS-006) is the brand name of the consumer ROM cartridge product that stores game data for the Nintendo 64, released in 1996...",
    "Version_details"   : (Version_details object),
    "Images" :          [
                            (Image object)
                            ....
                        ],
}

Attributes

Description

String: Version description, including HTML tags.

Text_description

String: Version description, provided in plain text with all HTML tags removed.

Version_details

Object: Accessory Version_details object.

Images

Array: List of image objects.


Version_details object

"Version_details" : {
    "Version"           : "17",
    "Last_updated"      : "2021-06-20 08:36:22",
    "Last_updated_by"   : "f13",
},

Attributes

Version

Integer: Numeric version number.

Last_udpated

String: Date/time the version was created, in the format “Y-m-d H:i:s”.

Last_updated_by

String: Username for the account that created this version.


Image object

"Image" : {
    "Thumb"    : "http://n64.retrocrypt.com/inc/accessory_images/thumb-70910-1624103621-1.jpg",
    "Full"     : "http://n64.retrocrypt.com/inc/accessory_images/70910-1624103621-1.jpg",
},

Attributes

Thumb

String: URL of thumbnail image.

Full

String: URL of full sized image.