{
"method": "post",
"content-type": "application/x-www-form-urlencoded"
}
{
"token_type": "bearer",
"access_token": "ad6e16c9698802859ec3b5296504e553e36ad728",
"expires_in": 3600
}
Save token for further data requests
YOUR_ACCESS_TOKEN = response.access_token
Your access token should be retained and passed in your request headers for each api call.
{
"method": "post",
"content-type": "application/json",
"authorization": "\"Bearer\" + YOUR_ACCESS_TOKEN"
}
Return array of player profiles.
Return array of guild profiles, including member details for futher lookups.
Array of player roster's organized by unit defId
Note: This dataset does not return any localizations.
Player roster's report with player-array reduced into a single object
Note: This dataset does not return any localizations.
Return current zeta list, rated by their various uses throughout the game.
This dataset is an aggregated summary of rankings collected through a grouping of krakens, whales, dolphins and free-to-players.
Note: This dataset is care of a third party and does not have available translation.
Return current list of recommended squads, organized around their various uses throughout the game.
Note: This dataset is care of a third party and does not have available translation.
Return the current in-game event schedule.
Return current list of all campaigns, nodes and battle data.
Return game data listings for organizing your tools, building translation mappings, and understanding relationships between data.
For best results, ensure your allycodes param is an array of integers
Responses available in 14 language options. If no language specified, no localization will be applied.
Note: Language parameter is not case sensitive
Convert any available enum integers into their string equivalents.
Note: String equivalent is not an localization string
Return the structure of your query after other parameters are applied.
Note: Enum fields change data types depending on specified enum param.
Specify specific fields that you want returned in results. If no project is specified, all fields will be returned.
Note: The project field is directly piped to the aggregation's $project parameter. For more information on projection, see
https://docs.mongodb.com/manual/reference/operator/aggregation/project/
Data collection to search.
Note: Collection names are case sensitive
Specify match criteria to filter results.
Note: The match field is directly piped to the aggregation's $match parameter. For more information on matching, see
https://docs.mongodb.com/manual/reference/operator/aggregation/project/
v5.2.2