v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
WordPress: Plugins

Search WordPress plugins

Search the WordPress.org plugin directory for plugins available to install.

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

get/api/hosting/v1/wordpress/plugins

Query parameters

searchstring required
Example:seo

Search term to match against plugin names. Minimum 3 characters.

Response

Success response

slugstring

Plugin slug used when installing the plugin

titlestring

Human readable plugin name

descriptionstring

Short plugin description

Example response

[
  {
    "slug": "akismet",
    "title": "Akismet Anti-Spam",
    "icons": {
      "1x": "https://ps.w.org/akismet/assets/icon-128x128.png",
      "2x": "https://ps.w.org/akismet/assets/icon-256x256.png"
    },
    "description": "Used by millions, Akismet is quite possibly the best way to protect your site from spam."
  }
]