Linden Lab Official:Live Data Feeds

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Homepage stats feed

XML feed

http://secondlife.com/xmlhttp/secondlife.php
<stats> 
     <status>ONLINE</status> 
     <signups>18,072,648</signups> 
     <logged_in_last_60>1,404,640</logged_in_last_60> 
     <transactions>3,065,550</transactions> 
     <inworld>38,836</inworld> 
 </stats>

LLSD feed (With timestamps)

http://secondlife.com/xmlhttp/homepage.php

Newline-seperated key-value pairs, with timestamps

(for llHttpRequest())

http://secondlife.com/httprequest/homepage.php

LindeX data feeds

LLSD-formatted XML
http://secondlife.com/xmlhttp/lindex.php
Newline-separated key-value pairs for llHttpRequest()
http://secondlife.com/httprequest/lindex.php

The LindeX feeds are updated every 15 minutes and include one set of timestamps.

Source