Skip to content

Tabwire/HyperScape-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Unofficial Hyperscape API Documentation
By Tabstats.com


Limitations

  • There are no limitations to this API as long as it is not abused. We hold the right to refuse service to anyone who we believe is abusing this system.

Search by name

Request URL {GET} https://hypers.apitab.com/search/{platform}/{playername}

PATH | platform:

  • uplay will only display PC players
  • psn will only display Playstation players
  • xbl will only display Xbox players

PATH | playername:

  • playername urlencode the playername

PARAMETER | u:

  • unix provide the unix timestamp to avoid caching

Response Data:

  • platform is the platform searched
  • searchq is the requested player name sent to the API
  • players is a JSON object containing ubisoft player IDs with their own JSON Objects

Players Object:

profile

  • p_id is the identifier assigned by ubisoft to the player.
  • p_name is the current name of the player
  • p_user is the identifier assigned by ubisoft to the player.
  • p_platform is the platform of the player
  • verified is a boolean depicting if the player is verified

Example: https://hypers.apitab.com/search/uplay/baiier?u=89031276

Example response: Click Here


Get player data by ID

Request URL {GET} https://hypers.apitab.com/player/{p_id}?u=89031276

PATH | p_id:

  • playerid is the ID that Ubisoft assigns to every player.

PARAMETER | u:

  • unix provide the unix timestamp to avoid caching

An example of a player ID is: 43eccd4d-1fb4-47b7-bfe5-5167fa48a945

Example: https://hypers.apitab.com/player/43eccd4d-1fb4-47b7-bfe5-5167fa48a945?u=89031276

Example response: Click Here


Update player data by ID

Request URL {GET} https://hypers.apitab.com/update/{p_id}?u=89031276

PATH | p_id:

  • playerid is the ID that Ubisoft assigns to every player.

Please note that 600 seconds is need to pass for the profile to refresh. If an update request is sent sooner, the request will redirect.


Affiliation

  • The Hyperscape API is in no way shape or form affiliated with Ubisoft and its partners. Any "Hyperscape" name, logos and/or images are registered trademarks of Ubisoft.

Releases

No releases published

Packages

No packages published