---
title: "Get WordPress settings"
method: GET
path: "/api/agency-hosting/v1/websites/{website_uid}/wordpress/settings"
tags: ["Agency Hosting: WordPress"]
---

# Get WordPress settings

`GET /api/agency-hosting/v1/websites/{website_uid}/wordpress/settings`

Returns the current WordPress settings for an Agency Plan website: installed core version,
LiteSpeed Cache plugin status, object cache status, and maintenance mode status.

## Path parameters

- `website_uid` string, required

## Response `200`

Success response

- AgencyHostingV1WordPressSettingsResource
  - `core_version` string, nullable — Currently installed WordPress core version, or null when it cannot be determined.
  - `is_lite_speed_cache_enabled` boolean — Whether the LiteSpeed Cache plugin is active.
  - `is_object_cache_enabled` boolean — Whether LiteSpeed object cache is enabled.
  - `is_maintenance_mode_enabled` boolean — Whether WordPress maintenance mode is currently enabled.

## Other responses

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

## Changes

- **2026-08-13** `5a5a54ce5eb4` — 1 info
  - api operation id `agency-hosting_getAgencyPlanWebsiteWordPressSettingsV1` removed and replaced with `agency-hosting_getWordPressSettingsV1`
- **2026-07-23** `6ed1d9769086` — 1 info
  - endpoint added

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