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

# List available WordPress core updates

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

List available WordPress core updates for the specified installation.

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

- WordPressV1InstallationsUpdateResource[] — Array of [`WordPress.V1.Installations.UpdateResource`](#model/wordpressv1installationsupdateresource)
  - `version` string — Available WordPress core version
  - `type` 'major' | 'minor' — Update type
  - `url` string — Download URL for the update package

## Other responses

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

## Changes

> 88 revisions in range; 78 could not be searched.

- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/hosting/v1/accounts/:username/wordpress/:software/updates/get.md)

---

[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)
