SLRegAPI.com Logo
 
 
SLRegAPI.com reflection

Demo Features Available without a SLRegAPI user account

  1. Check Name: checks if a given name already exists
    1. checkname.php – spits out a form
    2. checkname.php?username=Firstname&lastnameid=1234 – spits out whether username and lastnameid combination is available or not
    3. checkname.php?username=Firstname&lastnameid=1234&brief=1 – spits out 1 if username and lastnameid combination is available or 0 otherwise
  2. Lists: outputs various data accessible by SL/RegAPI in (sortable) list form
    1. 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
    2. 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
  3. LLSD: outputs various data accessible by SL/RegAPI in non-https LLSD
    1. surnamesllsd.php
    2. errorcodesllsd.php
  4. RegAPI Status: checks if the RegAPI system at Linden Lab is up.
    1. status.php returns HTML-formatted result on RegAPI's status
    2. status.php?brief=1 returns 1 if RegAPI is up or 0 if it's down.
  5. Register: register for a SL username using this site
    1. register.php
  6. Random Name Generator: generates a random name in unformatted text format
    1. 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
    2. rng.php?t=f returns a random first name combination from Social Securty's top 100 popular boy and girl names in 2006
    3. rng.php?t=g returns a random Greek Goddess first name
  7. Even more features are availble for registered users with valid confirmation codes.