Guilds¶
Base URL¶
URL Parameters¶
none
Cache Duration¶
The data is cached for 1 hour.
Returned XML has element called <cache> with attributes created and expire (utc timestamp)
PHP Interface¶
ryzom_guildlist_api()
¶
Function returns SimpleXMLElement object on success or boolean false on error.
XML structure¶
1<guilds>
2 <cache created="1387371064" expire="1387374664"/>
3 <shard>atys</shard>
4 <guild>
5 <gid>105906182</gid>
6 <name>Atrium</name>
7 <race>Fyros</race>
8 <icon>575080624687965565</icon>
9 <creation_date>131736955</creation_date>
10 <description>Here you are the Keeper, your destiny is to make the rules to be respected</description>
11 </guild>
12 <guild>
13 ....
14 </guild>
15</guilds>