GK Aion API: Example data

Below are examples of what is returned by the GK Aion API when the detailed requests are sent.

Requesting a character's details using JSON

Request sent:
http://www.griffonknight.com/AionAPI/request.php?type=C&server=Telemachus&element=Draksyl&rtnType=J

Requesting a legion's details using JSON

Request sent:
http://www.griffonknight.com/AionAPI/request.php?type=L&server=Telemachus&element=Griffon+Knight&rtnType=J

Requesting a character's details using XML

Note: XML output is prefixed with <?xml version="1.0"?>

Request sent:
http://www.griffonknight.com/AionAPI/request.php?type=C&server=Telemachus&element=Draksyl&rtnType=X

Requesting a legion's details using XML

Request sent:
http://www.griffonknight.com/AionAPI/request.php?type=L&server=Telemachus&element=Griffon+Knight&rtnType=X