---
title: "Show WordPress core version"
method: GET
path: "/api/hosting/v1/accounts/{username}/wordpress/{software}/version"
tags: ["WordPress: Installations"]
---

# Show WordPress core version

`GET /api/hosting/v1/accounts/{username}/wordpress/{software}/version`

Show the WordPress core version for the specified installation, along with
known vulnerabilities affecting it.

Provide the WordPress installation (software) identifier in the path. It can
be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

## Path parameters

- `username` string, required
- `software` string, required

## Response `200`

Success response

- WordPressV1InstallationsVersionResource
  - `version` string — Installed WordPress core version
  - `vulnerabilities` WordPressV1CommonVulnerabilityResource[] — Known vulnerabilities affecting the installed core version
    - `title` string — Short title of the vulnerability
    - `description` string — Details about the vulnerability
    - `affected_in` string — Version in which the vulnerability was introduced or is present
    - `fixed_in` string — Version in which the vulnerability was fixed
    - `direct_url` string — Link to the vulnerability advisory

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

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