« Previous - Version 7/18 (diff) - Next » - Current version
vl, 04/10/2009 03:33 pm


Character

Base URL

http://atys.ryzom.com/characters/index.php

Syntax

  • key: API Key of the character (partial or full)

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.

Real Examples