Alliance War Status
Search for any P&W alliance to see if it is at war, and against whom.
Public API
This page is backed by a public REST API you can query from your own applications. No authentication is required. Responses are JSON-encoded and results are cached for up to 5 minutes to avoid hammering the P&W API.
An alliance is considered at war when it has 3 or more active wars against non-applicant members of the same opposing alliance.
Endpoints
GET /api/v1/alliance-war-status
| Parameter | Type | Description |
|---|---|---|
alliance_id | integer | P&W numeric alliance ID |
alliance_name | string | Partial or full alliance name (used if no ID given) |
Example response
GET /api/v1/alliance-search — typing suggestions
Returns up to 10 alliances whose name contains the query string.
Rate limits & security
Each IP address may make at most 20 requests per 60 seconds.
Requests exceeding this limit receive a 429 Too Many Requests response.
All string inputs are length-capped and sanitised server-side.