Skip to main content

System status

The system status API allows you to view all system status items.

System status properties

AttributeTypeDescription
environmentobjectEnvironment. See System status - Environment properties READ-ONLY
databaseobjectDatabase. See System status - Database properties READ-ONLY
active_pluginsarrayActive plugins. READ-ONLY
themeobjectTheme. See System status - Theme properties READ-ONLY
settingsobjectSettings. See System status - Settings properties READ-ONLY
securityobjectSecurity. See System status - Security properties READ-ONLY
pagesarrayWooCommerce pages. READ-ONLY

System status - Environment properties

AttributeTypeDescription
home_urlstringHome URL. READ-ONLY
site_urlstringSite URL. READ-ONLY
versionstringWooCommerce version. READ-ONLY
log_directorystringLog directory. READ-ONLY
log_directory_writablebooleanIs log directory writable? READ-ONLY
wp_versionstringWordPress version. READ-ONLY
wp_multisitebooleanIs WordPress multisite? READ-ONLY
wp_memory_limitintegerWordPress memory limit. READ-ONLY
wp_debug_modebooleanIs WordPress debug mode active? READ-ONLY
wp_cronbooleanAre WordPress cron jobs enabled? READ-ONLY
wp_environment_typestringWordPress environment type. READ-ONLY
languagestringWordPress language. READ-ONLY
server_infostringServer info. READ-ONLY
php_versionstringPHP version. READ-ONLY
php_post_max_sizeintegerPHP post max size. READ-ONLY
php_max_execution_timeintegerPHP max execution time. READ-ONLY
php_max_input_varsintegerPHP max input vars. READ-ONLY
curl_versionstringcURL version. READ-ONLY
suhosin_installedbooleanIs SUHOSIN installed? READ-ONLY
max_upload_sizeintegerMax upload size. READ-ONLY
mysql_versionstringMySQL version. READ-ONLY
default_timezonestringDefault timezone. READ-ONLY
fsockopen_or_curl_enabledbooleanIs fsockopen/cURL enabled? READ-ONLY
soapclient_enabledbooleanIs SoapClient class enabled? READ-ONLY
domdocument_enabledbooleanIs DomDocument class enabled? READ-ONLY
gzip_enabledbooleanIs GZip enabled? READ-ONLY
mbstring_enabledbooleanIs mbstring enabled? READ-ONLY
remote_post_successfulbooleanRemote POST successful? READ-ONLY
remote_post_responsestringRemote POST response. READ-ONLY
remote_get_successfulbooleanRemote GET successful? READ-ONLY
remote_get_responsestringRemote GET response. READ-ONLY

System status - Database properties

AttributeTypeDescription
wc_database_versionstringWC database version. READ-ONLY
database_prefixstringDatabase prefix. READ-ONLY
maxmind_geoip_databasestringMaxMind GeoIP database. READ-ONLY
database_tablesarrayDatabase tables. READ-ONLY

System status - Theme properties

AttributeTypeDescription
namestringTheme name. READ-ONLY
versionstringTheme version. READ-ONLY
version_lateststringLatest version of theme. READ-ONLY
author_urlstringTheme author URL. READ-ONLY
is_child_themebooleanIs this theme a child theme? READ-ONLY
has_woocommerce_supportbooleanDoes the theme declare WooCommerce support? READ-ONLY
has_woocommerce_filebooleanDoes the theme have a woocommerce.php file? READ-ONLY
has_outdated_templatesbooleanDoes this theme have outdated templates? READ-ONLY
overridesarrayTemplate overrides. READ-ONLY
parent_namestringParent theme name. READ-ONLY
parent_versionstringParent theme version. READ-ONLY
parent_author_urlstringParent theme author URL. READ-ONLY

System status - Settings properties

AttributeTypeDescription
api_enabledbooleanREST API enabled? READ-ONLY
force_sslbooleanSSL forced? READ-ONLY
currencystringCurrency. READ-ONLY
currency_symbolstringCurrency symbol. READ-ONLY
currency_positionstringCurrency position. READ-ONLY
thousand_separatorstringThousand separator. READ-ONLY
decimal_separatorstringDecimal separator. READ-ONLY
number_of_decimalsintegerNumber of decimals. READ-ONLY
geolocation_enabledbooleanGeolocation enabled? READ-ONLY
taxonomiesarrayTaxonomy terms for product/order statuses. READ-ONLY

System status - Security properties

AttributeTypeDescription
secure_connectionbooleanIs the connection to your store secure? READ-ONLY
hide_errorsbooleanHide errors from visitors? READ-ONLY

List all system status items

This API helps you to view all the system status items.

GET /wp-json/wc/v3/system_status
curl https://example.com/wp-json/wc/v3/system_status \
-u consumer_key:consumer_secret