1. Home
  2. Docs
  3. Documentation
  4. Games
  5. GET: Game by ID

GET: Game by ID

/v1/game/{id}

Attributes

id

Integer: A numeric game identifier.

Example

While browsing RetroCrypt, each game page will show a numeric game identifier in the URL, for example the URL for Micro Machines Turbo Tournament 98 on the Sega Megadrive is:

https://md.retrocrypt.com/game/2458/Micro_Machines_Turbo_Tournament_96/

Endpoint

/v1/game/2458

Response

{
    "Game": {
        "ID": "2458",
        "Title": "Micro Machines: Turbo Tournament 96",
        "Description": "",
        "Picture": "https://md.retrocrypt.com/inc/game_images/1585943876.jpg",
        "Year": "1995",
        "Youtube": "https://www.youtube.com/embed/l6tB1fkxiMA",
        "Developer": "SuperSonic Software",
        "Publisher": "Codemasters",
        "URL": "https://md.retrocrypt.com/game/2458/Micro+Machines%3A+Turbo+Tournament+96/",
        "Site": {
            "ID": "2",
            "Slug": "MD",
            "Title": "RetroCrypt Mega Drive",
            "URL": "https://md.retrocrypt.com"
        },
        "Routes": {
            "Year": "https://retrocrypt.com/rest/v1/year/1995",
            "Developer": "https://retrocrypt.com/rest/v1/developer/SuperSonic+Software",
            "Publisher": "https://retrocrypt.com/rest/v1/publisher/Codemasters",
            "Cheats": "https://retrocrypt.com/rest/v1/game/cheats/2458"
        }
    },
    "Requester": "f13",
    "Route": "/v1/game/2458",
    "Status": "200",
    "Message": "success"
}