Title: REST API Toolbox
Author: Pete Nelson
Published: <strong>16 abril, 2016</strong>
Last modified: 2 janeiro, 2025

---

Pesquisar plugins

![](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

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

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

 * [Detalhes](https://br.wordpress.org/plugins/rest-api-toolbox/#description)
 * [Avaliações](https://br.wordpress.org/plugins/rest-api-toolbox/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/rest-api-toolbox/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/rest-api-toolbox/#developers)

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

## Descrição

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/)

## Capturas de tela

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

## Instalação

 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

## Perguntas frequentes

Have any questions? We can answer them here?

## Avaliações

![](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 abril, 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 maio, 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 junho, 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 janeiro, 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 novembro, 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 fevereiro, 2017

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

 [ Leia todas as 8 avaliações ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/)

## Colaboradores e desenvolvedores

“REST API Toolbox” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

REST API Toolbox” foi traduzido para 2 localidades. Agradecemos aos [tradutores](https://translate.wordpress.org/projects/wp-plugins/rest-api-toolbox/contributors)
por suas contribuições.

[Traduzir o “REST API Toolbox” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/rest-api-toolbox)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/rest-api-toolbox/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/rest-api-toolbox/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/rest-api-toolbox/)
por [RSS](https://plugins.trac.wordpress.org/log/rest-api-toolbox/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 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

 *  Versão **1.4.4**
 *  Última atualização **1 ano atrás**
 *  Instalações ativas **2.000+**
 *  Versão do WordPress ** 4.4 ou superior **
 *  Testado até **6.7.5**
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/rest-api-toolbox/), [Swedish](https://sv.wordpress.org/plugins/rest-api-toolbox/)
   e [Ukrainian](https://uk.wordpress.org/plugins/rest-api-toolbox/).
 *  [Traduzir para seu idioma](https://translate.wordpress.org/projects/wp-plugins/rest-api-toolbox)
 * Tags
 * [json api](https://br.wordpress.org/plugins/tags/json-api/)[rest](https://br.wordpress.org/plugins/tags/rest/)
   [rest-api](https://br.wordpress.org/plugins/tags/rest-api/)[wp-rest-api](https://br.wordpress.org/plugins/tags/wp-rest-api/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/rest-api-toolbox/advanced/)

## Classificações

 5 de 5 estrelas.

 *  [  8 avaliações com 5 estrelas     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/?filter=1)

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

[Ver todas avaliações](https://wordpress.org/support/plugin/rest-api-toolbox/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/rest-api-toolbox/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](https://petenelson.io/)