Wargaming.net info and stats
Access Wargaming.net game data and player statistics, requiring an application ID for authentication across various game realms.
import requests
app_id = 'YOUR_API_KEY'
account_id = '5098592' # Example account ID
url = f'https://api.worldoftanks.eu/wot/account/info/?application_id={app_id}&account_id={account_id}'
response = requests.get(url)
response.raise_for_status() # Raise an exception for HTTP errors
print(response.json())Last 50 checks (10 min intervals)