

Endpoint Catalog & Request Composer dashboard interface.
Restico API Explorer is a developer utility designed to catalog, document, and test your WordPress REST API endpoints. Instead of switching between WordPress and external API clients like Postman or Insomnia, you can explore all registered routes directly within the WordPress dashboard.
Only users with the manage_options capability (typically Administrators) can access the explorer dashboard or make requests through the AJAX helpers.
No, all requests are executed locally within the WordPress system via rest_do_request(), ensuring zero data leakage and maintaining absolute privacy.