Difference between revisions of "Linden Lab Official:Live Data Feeds"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
: http://secondlife.com/xmlhttp/secondlife.php
: http://secondlife.com/xmlhttp/secondlife.php


Example Response:
  <nowiki><stats>  
  <nowiki><stats>  
     <status>ONLINE</status>  
     <status>ONLINE</status>  
Line 17: Line 18:
     <inworld>38,836</inworld>  
     <inworld>38,836</inworld>  
  </stats></nowiki>
  </stats></nowiki>
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
|-
|style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Parameter'''
|style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Data type'''
|style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Description'''
|-
|status
|string
|ONLINE when the grid is online. (What other values are presented?)
|-
|signups
|comma delimited integer
|number of Resident accounts that are open and in good standing; updated daily
|-
|looged_in_last_60
|comma delimited integer
|number of Resident accounts that have logged in in the past 60 days; updated daily
|-
|transactions
|comma delimited integer
|amount of resident-to-resident L$ transactions for past 24 hours divided by the average LindeX exchange rate for past 24 hours; updated every 30 minutes
|-
|inworld
|comma delimited integer
|number of Resident accounts currently logged in; updated every 3 minutes
|}


=== LLSD feed (With timestamps) ===
=== LLSD feed (With timestamps) ===

Revision as of 01:55, 2 February 2010

Homepage stats feed

XML feed

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

Example Response:

<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>
Parameter Data type Description
status string ONLINE when the grid is online. (What other values are presented?)
signups comma delimited integer number of Resident accounts that are open and in good standing; updated daily
looged_in_last_60 comma delimited integer number of Resident accounts that have logged in in the past 60 days; updated daily
transactions comma delimited integer amount of resident-to-resident L$ transactions for past 24 hours divided by the average LindeX exchange rate for past 24 hours; updated every 30 minutes
inworld comma delimited integer number of Resident accounts currently logged in; updated every 3 minutes

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