Skip to content

Instantly share code, notes, and snippets.

@kolo
Forked from bartku/gist:2419852
Created May 18, 2012 11:14
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kolo/2724734 to your computer and use it in GitHub Desktop.
Save kolo/2724734 to your computer and use it in GitHub Desktop.
world of tanks api
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