Some environments (like in-browser JavaScript or Flash) block or divert responses with a non-200 HTTP status code. Setting this parameter will force the HTTP status code to always be 200. The JSON response is wrapped in an "envelope" containing the "real" HTTP status code and headers.
pretty
(bool)
false:
(default)
true:
Output pretty JSON
meta
(string)
Optional. Loads data from the endpoints found in the 'meta' part of the response. Comma-separated list. Example: meta=site,likes
Array of capabilities for the current user on this site.
jetpack
(bool)
Whether the site is a Jetpack site or not
is_multisite
(bool)
Whether the site is a Multisite site or not. Always true for WP.com sites.
post_count
(int)
The number of posts the site has
subscribers_count
(int)
The number of subscribers the site has
lang
(string)
Primary language code of the site
icon
(array)
An array of icon formats for the site
logo
(array)
The site logo, set in the Customizer
visible
(bool)
If this site is visible in the user's site list
is_private
(bool)
If the site is a private site or not
single_user_site
(bool)
Whether the site is single user. Only returned for WP.com sites and for Jetpack sites with version 3.4 or higher.
is_vip
(bool)
If the site is a VIP site or not.
is_following
(bool)
If the current user is subscribed to this site in the reader
options
(array)
An array of options/settings for the blog. Only viewable by users with post editing rights to the site. Note: Post formats is deprecated, please see /sites/$id/post-formats/
plan
(array)
Details of the current plan for this site.
updates
(array)
An array of available updates for plugins, themes, wordpress, and languages.
jetpack_modules
(array)
A list of active Jetpack modules.
meta
(object)
Meta data
quota
(array)
An array describing how much space a user has left for uploads
Resource Errors
These are the possible errors returned by this endpoint.
HTTP Code
Error Identifier
Error Message
403
unauthorized
User cannot access this private blog.
403
unauthorized
User cannot access this restricted blog
403
authorization_required
An active access token must be used to query information about the current blog.