Jadav REST Route Explorer is a developer utility for exploring the REST API routes registered on a WordPress site. It provides an admin-only interface for browsing endpoints, composing local test requests, inspecting JSON responses, generating cURL commands, and exporting requests as a reusable JSON API collection.
All test requests run locally through WordPress with rest_do_request(). The plugin does not call external services, load remote assets, or track usage.
This plugin does not connect to any third-party or external services. REST requests are executed locally inside WordPress using rest_do_request(). Export files are generated in the administrator’s browser and are not sent anywhere by this plugin.