WordPress: Plugins
List available WordPress plugins
List plugins recommended for installation on a WordPress installation that are not yet installed.
Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
get/api/hosting/v1/accounts/{username}/wordpress/{software}/plugins/available
Path parameters
usernamestring required
Example:u123456789
softwarestring required
Example:1232456789
WordPress installation (software) identifier
Response
Success response
Example response
[
{
"slug": "akismet",
"title": "Akismet Anti-Spam",
"description": "Protect your site from spam.",
"onboarding_description_slug": "akismet_onboarding_description",
"recommended_description_slug": "akismet_recommended_description",
"link": "https://wordpress.org/plugins/akismet/",
"version": "5.3",
"required_wordpress_version": "5.8",
"required_php_version": "7.2"
}
]