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

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
|style=style="float:right;width:15em;padding-bottom:1em;"}}
|style=style="float:right;width:15em;padding-bottom:1em;"}}


'''Homepage stats feed''' http://secondlife.com/xmlhttp/secondlife.php
== Homepage stats feed ==


It returns:
; XML feed
*signups (in # of accounts): number of Resident accounts that are open and in good standing; updated daily
: http://secondlife.com/xmlhttp/secondlife.php
*logged_in_last_60 (in # of accounts): number of Resident accounts that have logged in in the past 60 days; updated daily
*Transactions (in US$): 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 (in # of accounts): number of Resident accounts currently logged in; updated every 3 minutes


Two other ways to get that data, these feeds include timestamps for each value:
; LLSD feed (With timestamps)
*[http://secondlife.com/xmlhttp/homepage.php LLSD formatted XML]
: http://secondlife.com/xmlhttp/homepage.php
*[http://secondlife.com/httprequest/homepage.php newline separated key-value pairs]; this can be read via [[llHTTPRequest]]()


; Newline-seperated key-value pairs, with timestamps (for [[llHttpRequest]]())
:http://secondlife.com/httprequest/homepage.php
These feeds display:
* status: ONLINE when the grid is online. (What other values are presented?)
* signups (in # of accounts): number of Resident accounts that are open and in good standing; updated daily
* logged_in_last_60 (in # of accounts): number of Resident accounts that have logged in in the past 60 days; updated daily
* transactions (in US$): 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 (in # of accounts): number of Resident accounts currently logged in; updated every 3 minutes
== 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


'''LindeX data feeds''' are available at:
*[http://secondlife.com/xmlhttp/lindex.php in LLSD formatted XML]
*[http://secondlife.com/httprequest/lindex.php in newline separated key-value pairs]; this can be read via [[llHTTPRequest]]()
The LindeX feeds are updated every 15 minutes and include one set of timestamps.
The LindeX feeds are updated every 15 minutes and include one set of timestamps.


[https://blogs.secondlife.com/community/features/blog/2006/10/03/new-data-feeds-1 Source]
[https://blogs.secondlife.com/community/features/blog/2006/10/03/new-data-feeds-1 Source]

Revision as of 00:13, 2 February 2010

Homepage stats feed

XML feed
http://secondlife.com/xmlhttp/secondlife.php
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

These feeds display:

  • status: ONLINE when the grid is online. (What other values are presented?)
  • signups (in # of accounts): number of Resident accounts that are open and in good standing; updated daily
  • logged_in_last_60 (in # of accounts): number of Resident accounts that have logged in in the past 60 days; updated daily
  • transactions (in US$): 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 (in # of accounts): number of Resident accounts currently logged in; updated every 3 minutes

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