Linden Lab Official:Live Data Feeds
Revision as of 09:14, 7 October 2007 by Frans Charming (talk | contribs)
Homepage stats feed http://secondlife.com/xmlhttp/secondlife.php
It returns:
- 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
Two other ways to get that data, these feeds include timestamps for each value:
- LLSD formatted XML
- newline separated key-value pairs; this can be read via llHTTPRequest()
LindeX data feeds are available at:
- in LLSD formatted XML
- 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.