Title: Filter WP Api
Author: ogulcan
Published: <strong>Setembre 30, 2017</strong>
Last modified: Octubre 21, 2017

---

Search plugins

![](https://ps.w.org/filter-wp-api/assets/banner-772x250.png?rev=1738881)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/filter-wp-api/assets/icon-256x256.png?rev=1738881)

# Filter WP Api

 By [ogulcan](https://profiles.wordpress.org/ogulcan/)

[Download](https://downloads.wordpress.org/plugin/filter-wp-api.zip)

 * [Details](https://bal.wordpress.org/plugins/filter-wp-api/#description)
 * [Reviews](https://bal.wordpress.org/plugins/filter-wp-api/#reviews)
 *  [Installation](https://bal.wordpress.org/plugins/filter-wp-api/#installation)
 * [Development](https://bal.wordpress.org/plugins/filter-wp-api/#developers)

 [Support](https://wordpress.org/support/plugin/filter-wp-api/)

## Description

If you ever used WP Rest API, you should have noticed that there are lots of fields
that even your client does not need. It makes no sense to load all fields for simple
list or even single post view.

This plugin aims to remove redundant fields on Rest API. For now, it’s only available
for posts.

#### Features

There are two endpoints: “compact” and “detailed.

 * “Compact” is useful for listing posts and Detailed is better for single post 
   view.
 * First image of featured media will be added as ‘image’ on detailed and compact.
 * Modified was used as default date.
 * Requires at least WordPress 4.7

## Screenshots

 * [[
 * screenshot-1.png
 * [[
 * screenshot-2.png

## Installation

This section describes how to install the plugin and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/filter-wp-api` directory, or
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Filter Rest Api screen to configure the plugin
 4. Both endpoints are enabled as default

## FAQ

  How to use compact and detailed endpoints?

Just add “?_compact” or “?_detailed” to end of api url.

  Disabling plugin also disables rest api?

Nope. Just filtering fields will be disabled. Even you call endpoints, default data
will be available.

  Compact and detailed are not working for pages/category/author/media

Correct. This is a plugin that only filters for posts. Please stay tuned for more
features.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Filter WP Api” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ ogulcan ](https://profiles.wordpress.org/ogulcan/)

[Translate “Filter WP Api” into your language.](https://translate.wordpress.org/projects/wp-plugins/filter-wp-api)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/filter-wp-api/), check
out the [SVN repository](https://plugins.svn.wordpress.org/filter-wp-api/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/filter-wp-api/) 
by [RSS](https://plugins.trac.wordpress.org/log/filter-wp-api/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

Initial version.

## Meta

 *  Version **1.1.0**
 *  Last updated **8 anys ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **4.8.28**
 *  PHP version ** 5.2.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/filter-wp-api/)
 * Tags
 * [api](https://bal.wordpress.org/plugins/tags/api/)[filter](https://bal.wordpress.org/plugins/tags/filter/)
   [wp-json](https://bal.wordpress.org/plugins/tags/wp-json/)
 *  [Advanced View](https://bal.wordpress.org/plugins/filter-wp-api/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/filter-wp-api/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/filter-wp-api/reviews/)

## Contributors

 *   [ ogulcan ](https://profiles.wordpress.org/ogulcan/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/filter-wp-api/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://github.com/ogulcan)