« Previous -
Version 6/18
(diff) -
Next » -
Current version
vl, 04/10/2009 03:33 pm
Character¶
Base URL¶
http://atys.ryzom.com/characters/index.php
Syntax¶
- key: the API Key for the character
Errors¶
- E2: Bad API key
- E4: Character is not found
Update Frequency¶
The profile is updated every hour.
PHP Example¶
<? $xml = simplexml_load_file('http://atys.ryzom.com/characters/index.php?key=<apikey>'); echo "Name: ".$xml->name; ?>
will display the name of the character.