The Medals API returns a list of medals that the character has.
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-10-05 20:28:55</currentTime>
<result>
<rowset name="currentCorporation" key="medalID" columns="medalID,reason,status,issuerID,issued" />
<rowset name="otherCorporations" key="medalID" columns="medalID,reason,status,ussuerID,issued,corporationID,title,description">
<row medalID="4106" reason="For continued support, loyalty and dedication towards the Centre for Advanced Studies" status="private" issuerID="132533870" issued="2008-11-25 10:36:01" corporationID="1711141370" Title="Medal of Service" description="For taking initiative and making an extraordinary contribution towards the corporation" />
</rowset>
</result>
<cachedUntil>2010-10-06 19:28:55</cachedUntil>
</eveapi>