WG Element

Wargaming.net Public API is a set of API methods that provide access to Wargaming.net content, including in-game and game-related content, as well as player statistics.

World of Tanks Wargaming.net Public API

Incredible scones baked to perfection and ready to eat
API Reader

about API

Wargaming.net Public API (API Reader); Wargaming.net Public API

Important know

REQUEST FORMAT

A user communicates with a domain/subdomain, which represents the game cluster, via HTTP(S) and API returns values.

The part of domain name indicating a cluster is denoted as <server> .

Two HTTP(S) methods to transfer the parameters:

  1. GET:
     methods:
      specified in the URL request.
    Example: ?<param_name>=<param_value>
  2. POST:
     methods:
      specified in HTTP request.
    Example: ?<param_name>=<param_value>

The format of all URL requests:

http(s)://<server>/<API_name>/<method block>/<method name>/?<get params>

Where:

All text parameters should be transferred in UTF-8 encoding. Read more .

Resolution