API /

AllianceEndpoint

API

{base url}/alliance/{alliance id}

The alliance API allows you to fetch current information about an alliance. The response is as follows:

{
  "success": true,
  "alliance_id": {[integer] the id of the alliance},
  "alliance_name": {[string] the name of the alliance},
  "alliance_score": {[float] the score of the alliance},
  "alliance_member_count": {[integer] the members of the alliance},
  "government_ids": {[array] of {[integer] id of alliance gov member}}
}

Here is an example of a valid request URL: