/v1/accessory/all
Attributes
None.
Optional parameters
Optional parameters are included via the query string, optiona parameters for the accessory/all route are:
Site
String: Retrun accessories from the given site ID
Example
Listing all accessories on the Nintendo 64 site.
Please note: Listing all accessories will only return the latest version obeject for each accessory object.
Endpoint
/v1/accessory/all?site=n64
Response
{ "Requester": "f13", "Route": "https://api.retrocrypt.com/rest/v1/accessory/all", "Status": "200", "Message": "success", "Accessory_count": 8, "Accessories": [ { "ID": "N64:1", "Title": "Jumper Pak", "Site": { "ID": "9", "Slug": "N64", "Title": "RetroCrypt Nintendo 64", "URL": "http://n64.retrocrypt.com" }, "Routes": { "Accessory": "https://api.retrocrypt.com/rest/v1/accessory/N64:1" }, "Version_count": 1, "Versions": [ { "Description": "", "Text_description": "", "Version_details": { "Version": "1", "Last_updated": "2021-06-19 13:53:31", "Last_updated-by": "f13" }, "Images": [ { "Thumb": "http://n64.retrocrypt.com/inc/accessory_images/thumb-84761-1624110809-1.jpg", "Full": "http://n64.retrocrypt.com/inc/accessory_images/84761-1624110809-1.jpg" } ] } ] }, .... ] }