Signup
|
Login
Surnames
|
Check Name
|
More
|
FAQ
Demo Features Available without a SLRegAPI user account
Check Name
: checks if a given name already exists
checkname.php
– spits out a form
checkname.php?username=Firstname&lastnameid=1234
– spits out whether username and lastnameid combination is available or not
checkname.php?username=Firstname&lastnameid=1234&brief=1
– spits out 1 if username and lastnameid combination is available or 0 otherwise
Lists
: outputs various data accessible by SL/RegAPI in (sortable) list form
listsurnames.php
– spits out a list of surnames sortable by
last_name ascending
and
last_name_id ascending
and also
last_name descending
and
last_name_id descending
listerrorcodes.php
– spits out a list of error codes sortable by
key ascending
,
short ascending
, and
long ascending
and also
key descending
,
short descending
, and
long descending
LLSD
: outputs various data accessible by SL/RegAPI in non-https LLSD
surnamesllsd.php
errorcodesllsd.php
RegAPI Status
: checks if the RegAPI system at Linden Lab is up.
status.php
returns HTML-formatted result on RegAPI's status
status.php?brief=1
returns 1 if RegAPI is up or 0 if it's down.
Register
: register for a SL username using this site
register
.php
Random Name Generator: generates a random name in unformatted text format
rng.php?t=fm returns a random first and middle name combination from Social Securty 2006's top 100 most popular boy and girl names
rng.php?t=f returns a random first name combination from Social Securty's top 100 popular boy and girl names in 2006
rng.php?t=g returns a random Greek Goddess first name
Even more features
are availble for
registered
users with
valid confirmation codes
.