ClansCompare clans GET
Compare clans
Inputs for a side-by-side comparison of up to 4 clans (?tags=a,b,c): each clan's profile, rated members and per-tank aggregates, plus the vehicle catalogue and the WN8/WNX expected-value tables. Dates are ISO 8601 strings.
Path Parameters
region*string
Game server region.
Value in
- "eu"
- "na"
- "asia"
Query Parameters
Response Body
application/json
curl -X GET "https://example.com/eu/clans/compare?tags=string"{ "slots": [ { "requested": "string", "clan": "string", "members": [ "string" ], "tankAggregates": [ "string" ] } ], "encyclopedia": { "property1": "string", "property2": "string" }, "wn8Expected": { "property1": "string", "property2": "string" }, "wnxExpected": { "property1": "string", "property2": "string" }, "wn8Fallback": { "property1": "string", "property2": "string" }}