GET /read/subscriptions-count/
Returns the number of blog, comment and pending subscriptions.
Resource Information
Method | GET |
---|---|
URL | https://public-api.wordpress.com/rest/v1.1/read/subscriptions-count/ |
Requires authentication? | No |
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 |
---|---|---|
blogs | (int) | The amount of blogs subscribed to |
comments | (int) | The amount of comments subscribed to |
pending | (int) | The amount of pending subscriptions |
Resource Errors
This endpoint does not return any errors.