| This page documents the API.
This page is about the API for the game. It contains information such as contents, structure, & other miscellany. See Category:API for other pages on the API. |
This endpoint is deprecated and planned to potentially be removed by December 2023. It is recommended to switch to v3 of the API.
The Applicants API provides information about the applicants of an alliance.
Access URL[]
baseurl/applicants/{alliance id}/&key={api key}
JSON Example[]
{
"success":true,
"nations": [{"nationid":59335,
"nation":"Patriam",
"leader":"John Smith",
"continent":"South America",
"cities":17,
"score":2472
}]}