Skip to content

Instantly share code, notes, and snippets.

@sattellite
Forked from bartku/gist:2419852
Created November 8, 2012 10:38
Show Gist options
  • Select an option

  • Save sattellite/4038047 to your computer and use it in GitHub Desktop.

Select an option

Save sattellite/4038047 to your computer and use it in GitHub Desktop.
world of tanks api
http://worldoftanks.ru/community/accounts/api/%API_VER%/?source_token=%TOKEN%&search=%NAME%&offset=0&limit=1
http://worldoftanks.ru/community/accounts/%PLAYER_ID%/api/%API_VER%/?source_token=%TOKEN%
http://worldoftanks.ru/community/clans/api/%API_VER%/?source_token=%TOKEN%&search=%CLAN_NAME%&offset=0&limit=1
http://worldoftanks.ru/community/clans/%CLAN_ID%/api/%API_VER%/?source_token=%TOKEN%
http://worldoftanks.ru/personal/api/%API_VER%/?source_token=%TOKEN%
http://worldoftanks.ru/uc/accounts/500662837/api/1.5/?source_token=Intellect_Soft-WoT_Mobile-unofficial_stats
login req: getlogin: https://worldoftanks.ru/auth/create/api/1.0/?source_token=%TOKEN%
gettoken: https://worldoftanks.ru/utils/csrf/api/1.0/?source_token=%TOKEN%
api versions: 1.0, 1.1
accounts search: 1.0, 1.1
accounts: 1.0 - 1.7
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