# Games

# Games

All the routes related to games

# Routes

# http://ip:port/getAllConsoles/:librarieName

Parameters in the path

# Parameters


# Path

Name Type Description Required
librarieName string The librarie name true

# Responses


Status Description
200: OK All the system
404: Not Found The librarie was not found
# http://ip:port/getConsoleData/:consoleName

Parameters in the path

# Parameters


# Path

Name Type Description Required
consoleName string The console name true

# Responses


Status Description
200: OK The console data
# http://ip:port/getGames/:librarieName

Parameters in the path

# Parameters


# Path

Name Type Description Required
librarieName string The librarie name true

# Responses


Status Description
200: OK All the games
404: Not Found The librarie was not found
# http://ip:port/gameFile/:console/:gameSlug

Parameters in the path

# Parameters


# Path

Name Type Description Required
console string The console name true
gameSlug string The game slug true

# Responses


Status Description
200: OK The game file
# http://ip:port/bios/:console

Parameters in the path

# Parameters


# Path

Name Type Description Required
console string The console name true

# Responses


Status Description
200: OK The console bios
# http://ip:port/getGameData/:gameId

Parameters in the path

# Parameters


# Path

Name Type Description Required
gameId string The game id (from IGDB) true

# Responses


Status Description
200: OK The game data
404: Not Found The game was not found