Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Openverse
    • Mobile
    • Hosting
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • WordPress.tv
    • Developers
  • Community
    • Make WordPress
    • WordCamp
    • Meetups
    • Photo Directory
    • Job Board
    • Five for the Future
  • About
    • About WordPress
    • Showcase
    • Gutenberg
    • Enterprise
    • WordPress Swag Store
  • Get WordPress
Get WordPress

Plugins

  • My Favorites
  • Beta Testing
  • Developers
Download

Advanced WP REST API

By galaxyweblinks
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Advanced WP REST API is a WP REST API plugin that provides custom endpoints, to the WordPress REST API. You can enable API routes through a convenient settings panel and then manage the API requests and responses.

Features:

  • Validate the user

  • Handle Post request

  • Handle User request

  • Handle Product request

Note: The API method must be a POST method.

For any Feedback and Queries please contact vivek.jha@galaxyweblinks.in

Screenshots

  • backend-settings.png

Installation

This plugin can be installed directly from your site.
1. Log in and navigate to _Plugins → Add New.
2. Type “Advanced WP REST API” into the Search and hit Enter.
3. Locate the Advanced WP REST API plugin in the list of search results and click Install Now.
4. Once installed, click the Activate link.

It can also be installed manually.

  1. Download the Advanced WP REST API plugin from WordPress.org.
  2. Unzip the package and move to your plugins directory.
  3. Log into WordPress and navigate to the Plugins screen.
  4. Locate Advanced WP REST API in the list and click the Activate link.

FAQ

How we can enable/disable the REST API routes?

You can enable/disable it from the Advanced WP REST API options page that exists under the settings, Just choose to enable/disable API.

How we can validate the user?

This endpoint takes ‘username’ and ‘password’ in the body of the request.
Returns the user object on success
Also handles error by returning the relevant error if the fields are empty or credentials don’t match.
Example: http://example.com/wp-json/api/v2/user/login

How we can handle post request?

This endpoint takes ‘post_id’, ‘post_type’, and ‘meta_keys’ in the body of the request.
The ‘post_id’ and ‘meta_keys’ must be an array.
Returns the post object on success
Example: http://example.com/wp-json/api/v2/postsData

How we can handle user request?

This endpoint takes ‘user_id’, ‘role’ and ‘meta_keys’ in the body of the request.
The ‘meta_keys’ must be an array.
Returns the user object on success
Example: http://example.com/wp-json/api/v2/usersData

How we can handle product request?

This endpoint takes ‘product_id’ and ‘meta_keys’ in the body of the request.
The ‘product_id’ and ‘meta_keys’ must be an array.
Returns the product object on success
Example: http://example.com/wp-json/api/v2/productsData

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Advanced WP REST API” is open source software. The following people have contributed to this plugin.

Contributors
  • Galaxy Weblinks

Translate “Advanced WP REST API” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

First Stable Release

Meta

  • Version: 1.0.0
  • Last updated: 3 months ago
  • Active installations: Fewer than 10
  • WordPress Version: 5.0 or higher
  • Tested up to: 6.1.1
  • PHP Version: 7.4 or higher
  • Tags:
    advancedendpointrest-apiwp-rest-api
  • Advanced View

Ratings

This plugin has not been rated yet.

Log in to submit a review.

Contributors

  • Galaxy Weblinks

Support

Got something to say? Need help?

View support forum

Donate

Would you like to support the advancement of this plugin?

Donate to this plugin

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry