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
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."
}
]