Retrieve site statistics
Retrieves statistics about the Trade Me website, including the number of active members and the number of active listings.
URL: | https://api.trademe.co.nz/v1/SiteStats.{file_format} |
---|---|
HTTP Method: | GET |
Requires Authentication? | No |
Permission Required: | Public |
Supported Formats: | XML, JSON |
Rate Limited? | No |
URL parameters
file_format | Enumeration (required) | The format of the response. | ||||
---|---|---|---|---|---|---|
|
Returns
<SiteStats>
General statistics, including the number of active members and the number of active listings.
MembersOnline | Integer | MembersOnline |
---|---|---|
ActiveMembers | Integer | ActiveMembers |
ActiveListings | Integer | ActiveListings |
AverageTimeSpent | String or null |
AverageTimeSpent
This field is deprecated and will return a default value of the empty string |
AverageVisitorsPerDay | Integer |
AverageVisitorsPerDay
This field is deprecated and will return a default value of 0 |
BusiestDayOfWeek | String or null |
BusiestDayOfWeek
This field is deprecated and will return a default value of the empty string |
ReportMonthAndYear | String or null |
ReportMonthAndYear
This field is deprecated and will return a default value of the empty string |
ReportSource | String or null |
ReportSource
This field is deprecated and will return a default value of the empty string |