---
title: "List suggested WordPress plugins"
method: GET
path: "/api/hosting/v1/wordpress/plugins/suggested"
tags: ["WordPress: Plugins"]
---

# List suggested WordPress plugins

`GET /api/hosting/v1/wordpress/plugins/suggested`

List curated plugin suggestions grouped by website type.

Use the returned `slug` values with
POST /api/hosting/v1/accounts/{username}/wordpress/{software}/plugins/install.

## Query parameters

- `order_id` integer, nullable

## Response `200`

Success response

- WordPressV1PluginsSuggestedPluginGroupResource[] — Array of [`WordPress.V1.Plugins.SuggestedPluginGroupResource`](#model/wordpressv1pluginssuggestedplugingroupresource)
  - `website_type` 'business' | 'online-store' | 'blog' | 'portfolio' | 'affiliate-marketing' | 'other' | 'default' — Website type the suggested plugins are grouped by
  - `plugins` WordPressV1PluginsSuggestedPluginResource[] — Plugins suggested for the website type
    - `slug` string — Plugin slug used when installing the plugin
    - `title` string — Human readable plugin name
    - `description` string — Short plugin description
    - `onboarding_description_slug` string, nullable — Translation slug for the onboarding description
    - `recommended_description_slug` string, nullable — Translation slug for the recommended description
    - `link` string — Link to the plugin page on WordPress.org
    - `version` string — Latest available plugin version
    - `required_wordpress_version` string — Minimum WordPress version required by the plugin
    - `required_php_version` string — Minimum PHP version required by the plugin
    - `is_preselected` boolean — Whether the plugin is preselected during onboarding
    - `is_plan_upgrade_needed` boolean — Whether a hosting plan upgrade is required to use the plugin

## Other responses

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

---

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