-
-
Save kolo/2724734 to your computer and use it in GitHub Desktop.
world of tanks api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://worldoftanks.eu/community/accounts/api/%API_VER%/?source_token=%TOKEN%&search=%NAME%&offset=0&limit=1 | |
http://worldoftanks.eu/community/accounts/%PLAYER_ID%/api/%API_VER%/?source_token=%TOKEN% | |
http://worldoftanks.eu/community/clans/api/%API_VER%/?source_token=%TOKEN%&search=%CLAN_NAME%&offset=0&limit=1 | |
http://worldoftanks.eu/community/clans/%CLAN_ID%/api/%API_VER%/?source_token=%TOKEN% | |
http://worldoftanks.eu/personal/api/%API_VER%/?source_token=%TOKEN% | |
login req: getlogin: https://worldoftanks.eu/auth/create/api/1.0/?source_token=%TOKEN% | |
gettoken: https://worldoftanks.eu/utils/csrf/api/1.0/?source_token=%TOKEN% | |
api versions: 1.0, 1.1, 1.2, 1.3 | |
accounts search: 1.0, 1.1 | |
accounts: 1.0, 1.1, 1.2, 1.3 | |
clan search: 1.0 | |
clans: 1.0, 1.1 | |
personal: 1.0 | |
tokens: | |
WG-WoT_Assistant-1.1.2 | |
WG-WoT_Assistant-1.2.2 | |
Intellect_Soft-WoT_Mobile-site | |
Intellect_Soft-WoT_Mobile | |
WG-WoT_Assistant-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment