You are viewing a human-readable response

Remove the pretty=true querystring to have the API return JSON

{
    "error": null,
    "success": true,
    "body": [],
    "model": {
        "name": "_battles2guildwar",
        "parameters": {
            "eventState": {
                "description": "The curent event state. Can be NOT_STARTED,WAR_WARMUP,WAR_RUNNING,WAR_GRACE_PERIOD,WAR_FINISHED",
                "type": "string"
            },
            "rewardState": {
                "description": "After a war, you can check if rewards have been given out. Can be TOO_EARLY,PROCESSING,FINISHED",
                "type": "string"
            },
            "tier": {
                "description": "The guild's tier in this event",
                "type": "number"
            },
            "nextMatchEpoch": {
                "description": "Unix epoch timestamp. This is when the daily matches will reset",
                "type": "number"
            },
            "groupGuildLeaderboard": {
                "description": "An array of guild scores for all the guilds in this group",
                "type": "map[]"
            },
            "memberContributionsLeaderboard": {
                "description": "An array of scores. This represents the medallions won be each player in the current guild. This can include members not currently in the guild if they won a match but left during the event",
                "type": "map[]"
            }
        }
    },
    "next": null,
    "prev": null
}