Title: REST API Toolbox
Author: Pete Nelson
Published: <strong>16. April 2016</strong>
Last modified: 2. Januar 2025

---

Plugins durchsuchen

![](https://ps.w.org/rest-api-toolbox/assets/banner-772x250.png?rev=1396954)

![](https://ps.w.org/rest-api-toolbox/assets/icon-128x128.png?rev=1396954)

# REST API Toolbox

 Von [Pete Nelson](https://profiles.wordpress.org/gungeekatx/)

[Herunterladen](https://downloads.wordpress.org/plugin/rest-api-toolbox.1.4.4.zip)

 * [Details](https://de.wordpress.org/plugins/rest-api-toolbox/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/rest-api-toolbox/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/rest-api-toolbox/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/rest-api-toolbox/#developers)

 [Support](https://wordpress.org/support/plugin/rest-api-toolbox/)

## Beschreibung

Allows tweaking of several REST API settings

 * Disable the REST API
 * Remove WordPress core endpoints
 * Require authentication for core endpoints
 * Force SSL
 * WP-CLI commands: wp rest-api-toolbox

Find us on GitHub at https://github.com/petenelson/wp-rest-api-toolbox

(Creative commons toolbox image provided by James Tworow https://www.flickr.com/
photos/sherlock77/)

## Screenshots

 * [[
 * General admin settings
 * [[
 * WordPress core settings

## Installation

 1. Upload rest-api-toolbox to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress
 3. Visit the Settings -> REST API Toolbox page to customize

## FAQ

Have any questions? We can answer them here?

## Rezensionen

![](https://secure.gravatar.com/avatar/47689453f2d877063786d857397209b0b01e0dd759741b98ff431ac2d1c0318b?
s=60&d=retro&r=g)

### 󠀁[Superb utility. Thanks.](https://wordpress.org/support/topic/superb-utility-thanks-2/)󠁿

 [Robert Doyle](https://profiles.wordpress.org/robert-doyle/) 18. April 2025

Superb utility. Thanks ! Needs to be part of Core WP.

![](https://secure.gravatar.com/avatar/d20eac176d27a710cf701fe0b9805f1a75f4f4b51f8c75b8fcabc889ef75c892?
s=60&d=retro&r=g)

### 󠀁[Come back pls](https://wordpress.org/support/topic/come-back-pls/)󠁿

 [Héctor Cruz](https://profiles.wordpress.org/wishec/) 23. Mai 2024

amazing plugin

![](https://secure.gravatar.com/avatar/81612a596391764f8e7e03b81f32c8e6a235c45c371e3662ee5aa551ad759d56?
s=60&d=retro&r=g)

### 󠀁[Lightweight and strong](https://wordpress.org/support/topic/lightweight-and-strong/)󠁿

 [immwi](https://profiles.wordpress.org/immwi/) 8. Juni 2021

A very usable plugin for under the hood tweaking and enhanced security.

![](https://secure.gravatar.com/avatar/1a558b9a625be52e324c72637f03b11ecec4dfcf5a2d7dddd731f0bb25eefd98?
s=60&d=retro&r=g)

### 󠀁[This should be in WP core, indeed](https://wordpress.org/support/topic/this-should-be-in-wp-core-indeed/)󠁿

 [dratiols](https://profiles.wordpress.org/dratiols/) 1. Januar 2020

Amazing, and easy to use. Lovee it!

![](https://secure.gravatar.com/avatar/c80a4b45d28f0a44eb2bf9389693e3a6bf397270dd7b58ea25c7c5fe9ba5bb01?
s=60&d=retro&r=g)

### 󠀁[This Toolbox is a Great Tool](https://wordpress.org/support/topic/this-toolbox-is-a-great-tool/)󠁿

 [KTS915](https://profiles.wordpress.org/kts915/) 5. November 2017

This plugin enables three different settings for each REST API endpoint: No authentication
required, Authentication required, or Not available at all. It also makes it possible
to force https and to disable JSONP. So, together with proper authentication methods
and appropriate permissions, this plugin ensures that the REST API can be used without
compromising security. Thank you!

![](https://secure.gravatar.com/avatar/85cd797876de53531b77ed37565fcf9fd5a7bae47d5139120cec9f63d17b706b?
s=60&d=retro&r=g)

### 󠀁[Works really well](https://wordpress.org/support/topic/works-really-well-81/)󠁿

 [Luke Cavanagh](https://profiles.wordpress.org/lukecavanagh/) 7. Februar 2017

Adds options to disable the REST API as well as disable endpoints.

 [ Alle 8 Rezensionen lesen ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/)

## Mitwirkende und Entwickler

„REST API Toolbox“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

 *   [ Pete Nelson ](https://profiles.wordpress.org/gungeekatx/)

„REST API Toolbox“ wurde in 2 Sprachen übersetzt. Danke an [die Übersetzer](https://translate.wordpress.org/projects/wp-plugins/rest-api-toolbox/contributors)
für ihre Mitwirkung.

[Übersetze „REST API Toolbox“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/rest-api-toolbox)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/rest-api-toolbox/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/rest-api-toolbox/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/rest-api-toolbox/)
per [RSS](https://plugins.trac.wordpress.org/log/rest-api-toolbox/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.4.4 January 2nd, 2025

 * Fixed deprecated notices for PHP 8 (props @thefrosty).

#### 1.4.3 March 25th, 2021

 * No longer check for SSL when running any WP-CLI commands.

#### 1.4.2 February 13th, 2017

 * Fixed bug in requiring authentication for endpoints that accessed specific items(
   ex: /wp/v2/users/1)

#### 1.4.1 January 16th, 2017

 * Added settings support for No Custom Post Types
 * Fixed undefined variable notice (props @funkolector)

#### 1.4.0 January 13th, 2017

 * Added support for removing or requiring authentication for custom post types.
 * Updated Settings UI for better clarity.
 * Added link to settings page from the plugins list page.

#### 1.3.0 December 12th, 2016

 * Added option to require authentication for core endpoints.

#### 1.2.0 December 5th, 2016

 * Updated the way the REST API can be disabled due to the rest_enabled filter being
   deprecated.
 * Added ’settings‘ to the list of core endpoints that can be removed.
 * Added CLI command: wp rest-api-toolbox status

#### 1.1.0 April 16, 2016

 * Change REST API prefix
 * Remove specific core endpoints
 * Disable JSONP

#### 1.0.0 April 15, 2016

 * Initial release

## Meta

 *  Version **1.4.4**
 *  Zuletzt aktualisiert **vor 1 Jahr**
 *  Aktive Installationen **2.000+**
 *  WordPress-Version ** 4.4 oder höher **
 *  Getestet bis **6.7.5**
 *  Sprachen
 * [English (US)](https://wordpress.org/plugins/rest-api-toolbox/), [Swedish](https://sv.wordpress.org/plugins/rest-api-toolbox/)
   und [Ukrainian](https://uk.wordpress.org/plugins/rest-api-toolbox/).
 *  [Übersetze in deine Sprache](https://translate.wordpress.org/projects/wp-plugins/rest-api-toolbox)
 * Schlagwörter
 * [json api](https://de.wordpress.org/plugins/tags/json-api/)[rest](https://de.wordpress.org/plugins/tags/rest/)
   [rest-api](https://de.wordpress.org/plugins/tags/rest-api/)[wp-rest-api](https://de.wordpress.org/plugins/tags/wp-rest-api/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/rest-api-toolbox/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  8 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/)

## Mitwirkende

 *   [ Pete Nelson ](https://profiles.wordpress.org/gungeekatx/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/rest-api-toolbox/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://petenelson.io/)