Games Endpoints
GET GAME BY TITLE
This endpoint returns array of games according to the searched title.
GET
/
games
/
title
/
{game_title}
Headers
Authorization
string
requiredSend in each request your API KEY in request header authorization bearer token
Param
game_title
string
requiredSearch game title
Response
success
boolean
Return true if response was successfully, or false otherwise.
error
string
Return error description.
data
object
Return data with the game object