GET /sites/$site/stats/highlights
View highlight metrics from the last seven days.
Resource Information
Method | GET |
---|---|
URL | https://public-api.wordpress.com/rest/v1.1/sites/$site/stats/highlights |
Requires authentication? | No |
Method Parameters
Parameter | Type | Description |
---|---|---|
$site | (int|string) | The site's id or domain. |
Query Parameters
Parameter | Type | Description |
---|---|---|
context | (string) |
|
http_envelope | (bool) |
|
pretty | (bool) |
|
meta | (string) | Optional. Loads data from the endpoints found in the 'meta' part of the response. Comma-separated list. Example: meta=site,likes |
fields | (string) | Optional. Returns specified fields only. Comma-separated list. Example: fields=ID,title |
callback | (string) | An optional JSONP callback function. |
Response Parameters
Parameter | Type | Description |
---|---|---|
comments | (int) | The number of comments in the specified time period |
likes | (int) | The number of likes in the specified time period |
views | (int) | The number of views in the specified time period |
visitors | (int) | The number of visitors in the specified time period |
Resource Errors
This endpoint does not return any errors.