Authentication Required

API Key

Parameters

Required

site_token Site Token

Returns

Array with 2 keys:

Key Type Description
concurrents Integer Total number of visitors on the site right now
range_max Integer Maximum number of visitors online at any one time in the past 7 days

Complexity cost

1 unit

Example usage

http://api.gosquared.com/concurrents.json?api_key=API_KEY&site_token=GSN-1234567-X

Example Response

{
    concurrents: 40
    range_max: 144
}
Last modified: 3 April 2012 12:11