---
title: "List WordPress installations"
method: GET
path: "/api/hosting/v1/wordpress/installations"
tags: ["WordPress: Installations"]
---

# List WordPress installations

`GET /api/hosting/v1/wordpress/installations`

List WordPress installations accessible to the authenticated client.

Use this endpoint to discover existing WordPress installations and to poll
for installation status after calling the install endpoint. When a newly
requested installation appears in this list, WordPress is ready. Filter by
username and domain to narrow results to a specific website.

Each installation includes a `valid` flag and, when invalid, a
`validationError` describing why.

## Query parameters

- `username` string, nullable
- `domain` string, nullable
- `ownership` 'owned' | 'managed' | 'all', nullable

## Response `200`

Success response

- WordPressV1InstallationsWordPressInstallationResource[] — Array of [`WordPress.V1.Installations.WordPressInstallationResource`](#model/wordpressv1installationswordpressinstallationresource)
  - `id` string — WordPress installation (software) id
  - `username` string — Hosting account username
  - `domain` string — Domain the installation belongs to
  - `site_title` string — WordPress site title
  - `url` string — WordPress site URL
  - `directory` string — Installation directory
  - `language` string — WordPress locale
  - `login` string — WordPress admin username
  - `email` string — WordPress admin email
  - `is_valid` boolean — Whether the installation is considered valid
  - `validation_error` string, nullable — Reason the installation is invalid, if any
  - `created_at` string, date-time — Installation creation timestamp

## Other responses

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

## Changes

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

- **2026-06-09** `d05574986eb1` — 2 info
  - api tag `Hosting: Wordpress` added
  - api tag `WordPress: Installations` removed

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/hosting/v1/wordpress/installations/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)
