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

Routes object

"Routes": {
    "Year"       : "https://api.retrocrypt.com/rest/v1/year/1991",
    "Developer"  : "https://api.retrocrypt.com/rest/v1/developer/Sonic+Team",
    "Publisher"  : "https://api.retrocrypt.com/rest/v1/publisher/Sega",
    "Cheats"     : "https://api.retrocrypt.com/rest/v1/game/cheats/2674"
}

Attributes

The routes object provides a Key Value list of endpoints. The example above, taken from a Games object provides routes to search for other games by the same Developer, Publisher and Release year. Additionally an endpoint is provided to view the cheats related to the game object.