Countries
Retrieve list of countries
GETnow/countries
Retrieves a list of the different countries that currently online visitors are from, sorted by the number of visitors per country.
Query String Parameters
limit | StringDefault Value: The maximum number of results e.g. |
presenter | StringDefault Value: Accepted values: Modifies the response data structure
|
Example Request
var GoSquared = require('gosquared');
var gosquared = new GoSquared({
api_key: 'demo',
site_token: 'GSN-106863-S'
});
gosquared.now.v3.countries(function(err, res) {
if (err) return console.log(err);
console.log(res);
});
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Please fill in the required fields in the Query Builder