Author Topic: User name/BLID lookup API  (Read 2326 times)

I recently made a little API for looking up Blockland users by name or BLID. It's intended to be used in add-ons, so I thought I'd share it. It uses the same data that is available on http://stats.greek2me.us.

Quote
http://stats.greek2me.us/user-lookup.php?blid=11902
http://stats.greek2me.us/user-lookup.php?name=Swollow

BLID   name   lastseen
Each field is separated by a tab character. Multiple results will appear on multiple lines. (although currently I've disabled wildcard name search to prevent abuse) The listing will end with a blank line. When no result is found, only a blank line will be returned.

This is very easy to use, especially when combined with Support_TCPClient: http://greek2me.us/code/

Enjoy!

Nice!

It would be cool if you showed the last server they were on too.