API Documentation

Welcome to the WPBase API Documentation! 🎉

Your go-to API for accessing a complete database of WordPress themes, plugins, and known vulnerabilities. Whether you're a developer looking for the perfect theme or plugin, or a security researcher analyzing vulnerabilities, WPBase has you covered.

With this API, you can:

  • Developers: Easily search for themes or plugins, check for recent vulnerabilities, and see if the tools you're using are secure.
  • Security Researchers: Find themes/plugins based on rating, active installs, and other criteria while digging into their security status.
Explore the WPBase API to streamline your workflow and enhance your WordPress security!

Search and filter WordPress themes with advanced filtering options.

    Parameters:
  • term - Search term (optional)
  • rating - Rating filter: 50, 50-60, 60-70, 70-80, 80-90, 90-100 (optional)
  • page - Page number (default: 1)
  • perpage - Items per page (default: 10)
    cURL Example:
  • curl "https://wpbase.codelatte.id/api/v1/themes?term=responsive&rating=80-90&page=1&perpage=10"

Search and filter WordPress plugins with advanced filtering options including active installs range.

    Parameters:
  • term - Search term (optional)
  • rating - Rating filter: 50, 50-60, 60-70, 70-80, 80-90, 90-100 (optional)
  • from - Minimum active installs (optional)
  • to - Maximum active installs (optional)
  • page - Page number (default: 1)
  • perpage - Items per page (default: 10)
    cURL Example:
  • curl "https://wpbase.codelatte.id/api/v1/plugins?term=contact&rating=70-80&from=1000&to=50000&page=1&perpage=10"

Search and filter WordPress vulnerabilities with severity and year filtering.

    Parameters:
  • term - Search term (optional)
  • severity - Severity filter: low, medium, high, critical (optional)
  • from - Year from (optional)
  • to - Year to (optional)
  • page - Page number (default: 1)
  • perpage - Items per page (default: 10)
    cURL Example:
  • curl "https://wpbase.codelatte.id/api/v1/vulnerabilities?term=woocommerce&severity=high&from=2023&to=2024&page=1&perpage=10"