Giter Site home page Giter Site logo

r6tab-api's Introduction

Official R6Tab API Documentation


About

  • Please note that We are offering this API to all of the users in the community who would to get creative with our data.

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://r6tab.com/api/search.php

METHOD | platform:

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

METHOD | search:

  • playername urlencode the playername

Response data:

  • p_id is the Identifier assigned by ubisoft to the player
  • p_name is the current name of the player
  • p_level is the current level of the player
  • p_level is the current level of the player
  • p_level is the current level of the player
  • p_level is the current level of the player
  • p_level is the current level of the player
  • kd is the average Kill to Death ratio for the player

Note that p_user does not always match to p_id {p_user} can be used to grab the player avatar: https://ubisoft-avatars.akamaized.net/p_user/default_146_146.png

Example: https://r6tab.com/api/search.php?platform=uplay&search=Baiier

Example response:

{
  "results": [
    {
      "p_id": "9bd44bde-9c48-48ae-9c2b-4e11e4b16083",
      "p_name": "BaIIer",
      "p_level": "341",
      "p_platform": "uplay",
      "p_user": "9bd44bde-9c48-48ae-9c2b-4e11e4b16083",
      "p_currentmmr": "3979",
      "p_currentrank": "18",
      "kd": "128"
    },
    {
      "p_id": "83518584-ac1e-4a56-838c-be78f02a523b",
      "p_name": "BaIIer101",
      "p_level": "24",
      "p_platform": "uplay",
      "p_user": "83518584-ac1e-4a56-838c-be78f02a523b",
      "p_currentmmr": "0",
      "p_currentrank": "0",
      "kd": "0"
    }
  ],
  "totalresults": 2
}

Get player data by ID

Request URL {GET} https://r6tab.com/api/player.php

METHOD | p_id:

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

An example of a player ID is: 9bd44bde-9c48-48ae-9c2b-4e11e4b16083

Example: https://r6tab.com/api/player.php?p_id=9bd44bde-9c48-48ae-9c2b-4e11e4b16083

Example response: Click Here

Operators IDs: Click Here

Data IDs: Click Here


Call the leaderboard

Request URL {GET} https://r6tab.com/api/leaderboard.php

  • Please note that players that are banned on R6Tab will not appear on this list and that the leaderboards are refreshed every hour
  • To call the leaderboard you must supply a sortplatform and a sortregion to the request

METHOD | sortplatform:

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

METHOD | sortregion:

  • p_currentmmr will sort the players by MMR for all regions
  • p_NA_currentmmr will sort the players by MMR for the American region
  • p_EU_currentmmr will sort the players by MMR for the European region
  • p_AS_currentmmr will sort the players by MMR for the Asian region
  • p_skillrating will sort the players by Tabrank ELO
  • p_headshotacc will sort the players by headshot accuracy percentage

Example: https://r6tab.com/api/leaderboards.php?sortplatform=psn&sortregion=p_currentmmr

Example response: Click Here


Affiliation

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

r6tab-api's People

Contributors

austinleath avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.