With the Locr API, you can show the users and friends of Locr on your Website or in your own programs.
User Authorizationsearch_name, search_id* or search*start:count:category:count_photos:get_friends:
get_family:
<?xml version="1.0"?> <user_list status="ok"?> <info> <found_users>16</found_users> </info> <users> <user> <user_id>1234567</user_id> <name>testuser</name> <user_url>http://www.locr.com/profile/testuser</user_url> <avatar_url>http://www.locr.com/gfx/png/avatar_0.png</avatar_url> </user> <user> <user_id>1234568</user_id> <name>testuser2</name> <user_url>http://www.locr.com/profile/testuser2</user_url> <avatar_url>http://www.locr.com/gfx/png/avatar_1.png</avatar_url> </user> ... </users> </user_list>