Title: Disable REST API for Real
Author: Samuel Aguilera
Published: <strong>17 Dhjetor, 2015</strong>
Last modified: 14 Nëntor, 2019

---

Kërkoni te shtojca

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

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

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

# Disable REST API for Real

 Nga [Samuel Aguilera](https://profiles.wordpress.org/samuelaguilera/)

[Shkarkim](https://downloads.wordpress.org/plugin/sar-disable-rest-api.2.1.1.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/sar-disable-rest-api/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/sar-disable-rest-api/#reviews)
 * [Zhvillim](https://sq.wordpress.org/plugins/sar-disable-rest-api/#developers)

 [Asistencë](https://wordpress.org/support/plugin/sar-disable-rest-api/)

## Përshkrim

The WordPress REST API is a great resource, but if you don’t want to use it probably
you will want to close this door to your WordPress.

Unlike other popular plugins that aims to disable the REST API but **only return
an error, processed by the REST API**, when a request is received, by default, this
plugin **removes all filters and actions related to WordPress REST API, and returns
a 404 error for requests sent to the REST API URL endpoints, effectively blocking
any use of the REST API**.

Optionally you can set the **REST API setting in Settings -> General page** to “
Logged In Only” for a less drastical action, to keep REST API access enabled but
require the user to be logged in to accept the requests.

If you’re happy with the plugin [please don’t forget to give it a good rating](https://wordpress.org/plugins/sar-disable-rest-api/reviews/?filter=5),
it will motivate me to keep sharing and improving this plugin (and others).

**SUPPORT:** If you have any support question, please [create an issue at the Github repository](https://github.com/samuelaguilera/sar-disable-rest-api/issues).

#### Requirements

 * WordPress 4.7 or higher.

#### Features

 * Disable WordPress core REST API **for real** by removing all filters and actions
   related to it and returning a 404 error for requests sent to REST API URL endpoints(
   e.g. https://example.com/wp-json/whatever ).
 * Option to require user to be logged in to use the REST API instead of completely
   disable it.

#### Usage

To disable the REST API completely simply install the plugin from the Plugins page
and enable it.

If you don’t want to disable the REST API but require user to be logged in instead,
go to Settings -> General page and set the REST API to option to “Logged In Only”,
and click Save Changes.

You can change the option back to “Off” if you want to disable the REST API again.

To return to WordPress default, simply deactivate the plugin.

## Foto ekrani

 * [[
 * REST API option in Settings -> General page.
 * [[
 * Jetpack’s settings page confirming REST API is disabled.

## PBR

  How can I test if the plugin is working?

Use your browser to go to http://example.com/wp-json (replace example.com with your
site domain). Your site will return a 404 error.

You can also check any regular page of your site to confirm the link to the REST
API URL was removed from the HTTP header and from the HTML header.

If you have set the plugin to “Logged In Only”, no changes are made to the page 
headers, but you will receive the following response if you try the REST API without
being logged in:

    ```
    {"code":"rest_not_logged_in","message":"External REST API requests not allowed for this site.","data":{"status":401}}
    ```

## Shqyrtime

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

### 󠀁[works perfectly](https://wordpress.org/support/topic/works-perfectly-341/)󠁿

 [huskehn](https://profiles.wordpress.org/huskehn/) 20 Shtator, 2016

Much easier than editing functions.php. This removed the “Link” HTTP header entirely.
Perfect!

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

### 󠀁[Simple to disable REST API](https://wordpress.org/support/topic/simple-to-disable-rest-api/)󠁿

 [sergeymk](https://profiles.wordpress.org/sergeymk/) 3 Shtator, 2016

Thank you for this plug-in, glad I don’t have to dig around in WordPress code to
disable the API functionality. I don’t use it and don’t want another door for potential
exploits.

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

### 󠀁[One click plugin](https://wordpress.org/support/topic/one-click-plugin/)󠁿

 [Denis Yanchevskiy](https://profiles.wordpress.org/denisco/) 3 Shtator, 2016

A simple way to disable WordPress REST API.

 [ Lexojini krejt 3 shqyrtimet ](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/)

## Kontribues & Zhvillues

“Disable REST API for Real” është software me burim të hapur. Në këtë shtojcë kanë
dhënë ndihmesë personat vijues.

Kontribues

 *   [ Samuel Aguilera ](https://profiles.wordpress.org/samuelaguilera/)

“Disable REST API for Real” është përkthyer në 2 gjuhë. Faleminderit [përkthyesve](https://translate.wordpress.org/projects/wp-plugins/sar-disable-rest-api/contributors)
për ndihmesën e tyre.

[Përkthejeni “Disable REST API for Real” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/sar-disable-rest-api)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/sar-disable-rest-api/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/sar-disable-rest-api/), 
ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/sar-disable-rest-api/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/sar-disable-rest-api/).

## Regjistër ndryshimesh

#### 2.1.1

 * Fixed typo. Thanks to Mike D for reporting it.

#### 2.1

 * Minor changes to make code 100% WordPress Coding Standards compliant.

#### 2.0

 * Added option in Settings -> General page to choose between completely disable
   the REST API (default), or “Logged In Only” to keep REST API access enabled but
   require the user to be logged in to accept the requests.
 * Removed support for WordPress 4.6.1 and older.

#### 1.0

 * Version fillestar.

## Të tjera

 *  Version **2.1.1**
 *  Përditësuar së fundi më **6 vjet më parë**
 *  Instalime aktive **200+**
 *  Version WordPress-i ** 4.7 ose më i madh **
 *  E provuar deri me **5.3.21**
 *  Gjuhë
 * [Dutch](https://nl.wordpress.org/plugins/sar-disable-rest-api/), [English (US)](https://wordpress.org/plugins/sar-disable-rest-api/)
   dhe [German](https://de.wordpress.org/plugins/sar-disable-rest-api/).
 *  [Përkthejeni në gjuhën tuaj](https://translate.wordpress.org/projects/wp-plugins/sar-disable-rest-api)
 * Etiketa
 * [api](https://sq.wordpress.org/plugins/tags/api/)[JSON](https://sq.wordpress.org/plugins/tags/json/)
   [rest](https://sq.wordpress.org/plugins/tags/rest/)[rest-api](https://sq.wordpress.org/plugins/tags/rest-api/)
   [wp-json](https://sq.wordpress.org/plugins/tags/wp-json/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/sar-disable-rest-api/advanced/)

## Vlerësime

 5 nga 5 yje të mundshëm.

 *  [  3 shqyrtime me 5 yje     ](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/?filter=5)
 *  [  0 shqyrtime me 4 yje     ](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/?filter=4)
 *  [  0 shqyrtime me 3 yje     ](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/?filter=3)
 *  [  0 shqyrtime me 2 yje     ](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/?filter=2)
 *  [  0 shqyrtime me 1 yje     ](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/?filter=1)

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

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/sar-disable-rest-api/reviews/)

## Kontribues

 *   [ Samuel Aguilera ](https://profiles.wordpress.org/samuelaguilera/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/sar-disable-rest-api/)