---
title: "Get core version, available update and site stats"
method: GET
path: "/api/client/wordpress/info"
tags: ["Client - WordPress"]
---

# Get core version, available update and site stats

`GET /api/client/wordpress/info`

## Query parameters

- `domain_id` integer, required
- `path` string

## Response `200`

Info

- object
  - `version` string
  - `update_available` string, nullable
  - `site_name` string
  - `site_indexed` boolean
  - `posts_count` integer
  - `pages_count` integer
  - `drafts_count` integer

## Other responses

- `404` — Domain or installation not found

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
