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:
Search and filter WordPress themes with advanced filtering options.
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.
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.
curl "https://wpbase.codelatte.id/api/v1/vulnerabilities?term=woocommerce&severity=high&from=2023&to=2024&page=1&perpage=10"