WP REST API Helper

WP REST API Helper

from 0$

WP REST API Helper is a Package Installer from the Open Source WP Plugins range A plugin to help out WP REST API.

For more information about a tailored Package Installer like WP REST API Helper please contact us directly.

A plugin to help out the default WordPress REST API Data.

Credits

Please visit my YouTube Channel. I publish WordPress development related videos regularly. The channel name is Robiz Show

Features

Post & Pages

Endpoint:
http://your-site.com/wp-json/wp/v2/posts
http://your-site.com/wp-json/wp/v2/pages

  • Get feature image url of a post. [ Full, Large, Medium, Thumbnail ]
  • Get publish date in a human readable format.
  • Get author details which includes user_nicename, user_url.
  • Get post terms object. That includes term id, name, slug, description, parent, post count and url.

Posts

Endpoint: http://your-site.com/wp-json/wp/v2/posts

  • Featured image source stated as  featured_image_src  with multiple variations [ Full, Large, Medium, Thumbnail ].
  • Post published date in more readable format stated as   published_on  (e.g: Feb 20, 2020)
  • Author details stated as  author_details.
  • Post terms stated as  post_terms . This contains an array of objects of the terms.

Pages

Endpoint: http://your-site.com/wp-json/wp/v2/pages
* Featured image source stated as  featured_image_src  with multiple variations [ Full, Large, Medium, thumbnail ).

Menus

Endpoint: http://your-site.com/wp-json/wp/v2/menus
* Provides full menu list of a theme based on menu location. object contains parent and its child information.

Widgets

Endpoint: http://your-site.com/wp-json/wp/v2/widgets
* Provides the widget area list associated with the widgets.

General Info

Endpoint: http://your-site.com/wp-json/wp/v2/general
* Provides the general information about the site.

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

WP REST API Helper

typePlugin
version2.0.1
descriptionA plugin to help out WP REST API.