Analogue's Guild Wars Online Tools
Guild Information Retrieval
This tool is retired:
the official Guild Wars Ladder API it relied on no longer exists. The documentation below is kept for posterity.
This PHP script retrieves the information about a guild from the official
Guild Wars Ladder
and exports it in numerous formats in a way you can use it for your guild website.
Usage:
ladder.php?format=%FORMAT%&name=%NAME%
or
ladder.php?format=%FORMAT&tag=%TAG%
(you only need to specify a name or a tag, not both)
%NAME%
is the name of the guild (eg. Les+Bakecoucouffis)
%TAG%
is the tag of the guild (eg. BkF)
%FORMAT%
is the format exported (txt or php or html or xml)
Here are some examples (view the source of the resulting page):
We Want Cookies
(
txt
format, lookup by
name
)
Bruderschaft Der Verdammnis
(
php
format, lookup by
tag
)
Delta Formation
(
html
format, lookup by
name
, apply some CSS on it to make it look like you want)
I Disposable Heroes I
(
xml
format, lookup by
tag
)