Posted in API Docs
352
12:33 pm, November 8, 2021

Game Search and Game Details API Endpoint Options

Game search by Game Title

This allows you to search for a game by its title, the returned result matches games similar to the title and also matches the title, but the returned list will still need to be checked for the correct game title. 

Returned Items:

  • title,
  • category (search term)
  • md5 (from title)
  • image_thumbnail
  • search_released : Game Release Date
  • search_review_summary : if there is comments on the reviews
  • search_price : Price at the time of the original search in USD
  • search_discount : If there is any discount on the item at the time of original search.
  • details_url : the details link (can be passed into the Game details from Steam URL Endpoint)
  • search_term : the search term that was used to find this item
  • game_id : the id of the game (can be passed into the Game Details from Steam game id Endpoint)

API Endpoint for Game Search by Game Title

//api.kruxor.com/json/game_search/search_like/title/?search_value={Game Title}

Test Example: https://api.kruxor.com/json/game_search/search_like/title/?search_value=Space%20Slam

 

Game details from Steam URL

You can pass in a Steam app or game url here and it will return the details. 

Returned Items:

  • title : The Game Title
  • category : The first category found in popular_tags
  • md5 : MD5 from the title
  • game_description_snippet : Short text used to describe the game.
  • game_review_summary : Text showing if the overall reviews are positive or negative
  • responsive_reviewdesc : Text showing the percentage of reivews and the number with positive or negative. 
  • review_number : The number of total reviews.
  • release_date : The date the game was released
  • developer : Game Developer
  • publisher : Game Publisher
  • popular_tags : all of the tags used to categorise the game
  • video_webm : the 1st video url found for this game
  • video_webm_hd : the 1st video url found for this game in HD (where available)
  • video_poster : the poster image url used for the 1st video
  • image_highlight : the 1st image url found in large res
  • game_area_description : the full HTML for the game description area
  • sys_req : if system requirements are found for the game
  • community_hub_url : url to the games community discussions hub
  • game_url : the games url
  • game_id : the game id

API Endpoint for Game details from Steam URL

//api.kruxor.com/json/game_details/search_like/game_url/?search_value={steam game url}

Test Example: https://api.kruxor.com/json/game_details/search_like/game_url/?search_value=https://store.steampowered.com/app/1547890/Lets_Build_a_Zoo/ 

 

Game Details from Steam game id

Pass in the steam game id and retrieve the details for the game. 

Returned Items:

  • title : The Game Title
  • category : The first category found in popular_tags
  • md5 : MD5 from the title
  • game_description_snippet : Short text used to describe the game.
  • game_review_summary : Text showing if the overall reviews are positive or negative
  • responsive_reviewdesc : Text showing the percentage of reivews and the number with positive or negative. 
  • review_number : The number of total reviews.
  • release_date : The date the game was released
  • developer : Game Developer
  • publisher : Game Publisher
  • popular_tags : all of the tags used to categorise the game
  • video_webm : the 1st video url found for this game
  • video_webm_hd : the 1st video url found for this game in HD (where available)
  • video_poster : the poster image url used for the 1st video
  • image_highlight : the 1st image url found in large res
  • game_area_description : the full HTML for the game description area
  • sys_req : if system requirements are found for the game
  • community_hub_url : url to the games community discussions hub
  • game_url : the games url
  • game_id : the game id

//api.kruxor.com/json/game_details/search_like/game_id/?search_value={game_id}

Test Example: https://api.kruxor.com/json/game_details/search_like/game_id/?search_value=1547890 

 

Steam Top Games List

Add details. Add this import as a json feed: https://api.kruxor.com/imports/xhj2S/

No Items Found.

Add Comment
Type in a Nick Name here