=== REST API Explorer === Contributors: berrypress Tags: api, REST Requires at least: 6.0 Tested up to: 6.8 Requires PHP: 7.0 Stable tag: 1.0.3 License: GNU General Public License version 3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Explore and test the WordPress REST API right in the WordPress admin! == Description == This plugin provides an easy way to explore the currently registered REST API routes and endpoints along with parameter information for each endpoint. The plugin adds a Tools > REST API Explorer menu item which provides an interactive API exploration interface, listing REST endpoints from WordPress core as well as endpoints registered by plugins. You can provide values for endpoint parameters (where applicable) and run the endpoints in your browser. == Frequently Asked Questions == === How do I access the plugin interface? === The plugin interface can be accessed in the WordPress admin under Tools > REST API Explorer. == Installation == This plugin can be installed under Plugins > Add New Plugin, either by searching for the plugin title or by downloading the plugin zip file and uploading it via the Upload Plugin feature. == Changelog == === 1.0.2 === * Add an additional permissions check before loading data === 1.0.1 === * Add the ability to run REST API routes in the browser === 1.0.0 === * Initial release