/v1/accessory/{site_id}:{accessory_id}
Attributes
site_id
String: A numeric or alpha numeric site ID.
accessory_id
Integer: A numeric accessory ID.
Example
Retrieving information on the 64DD for Nintendo 64
Endpoint
/v1/accessory/n64:3
Response
{ "Requester": "f13", "Route": "https://api.retrocrypt.com/rest/v1/accessory/9:3", "Status": 200, "Message": "Success", "Accessory": { "ID": "9:3", "Title": "64DD", "Site": { "ID": "9", "Slug": "N64", "Title": "RetroCrypt Nintendo 64", "URL": "http://n64.retrocrypt.com" }, "Routes": { "Accessory": "http://n64.retrocrypt.com" }, "Version_count": 16, "Versions": [ { "Description": "<p%gt;The 64DD (64 Disk Drive or 64 Dynamic Drive) was developed by Ninteno and Alps Electric and only released in Japan.</p>...", "Text_description": "The 64DD (64 Disk Drive or 64 Dynamic Drive) was developed by Ninteno and Alps Electric and only released in Japan....", "Version_details": { "Version": "16", "Last_updated": "2022-01-15 18:33:22", "Last_updated_by": "f13" }, "Images": [ { "Thumb": "http://n64.retrocrypt.com/inc/accessory_images/thumb-34346-1624102814-1.jpg", "Full": "http://n64.retrocrypt.com/inc/accessory_images/34346-1624102814-1.jpg" } ] }, .... ] } }