WP API Menus

This plugin extends the WordPress JSON REST API with new routes for WordPress registered menus

The new routes available will be:

  • /menus list of every registered menu.
  • /menus/<id> data for a specific menu.
  • /menu-locations list of all registered theme locations.
  • /menu-locations/<location> data for menu in specified menu in theme location.

Currently, the menu-locations/<location> route for individual menus will return a tree with full menu hierarchy, with correct menu item order and listing children for each menu item. The menus/<id> route will output menu details and a flat array of menu items. Item order or if each item has a parent will be indicated in each item attributes, but this route won't output items as a tree.

You can alter the data arrangement of each individual menu items and children using the filter hook json_menus_format_menu_item.

WP-REST-API V2 Menus

This plugin extends the WordPress REST API (Version 2) with new routes for WordPress registered menus. The new routes available will be: /menus/v1/menus list of every registered menu. /menus/v1/menus/<slug> data for a specific menu. ...

Similar: 89%

ACF to WP REST API

Puts in answers all fields of ACF. Fork me on GitHub https://github.com/airesvsg/acf-to-wp-rest-api Get ACF data by ID /wp-json/acf/post/ID /wp-json/acf/user/ID /wp-json/acf/term/ID/TAXONOMY /wp-json/acf/comment/ID /wp-json/acf/attachment/ID Get Options /wp-json/acf/options Get Option by .........

Similar: 72%

WP API (V2) isFront

This plugin extends the WordPress JSON REST API with new endpoints for WordPress isFront pages attribute...

Similar: 67%

WP API (V2) WooCommerce endpoints

This plugin extends the WordPress JSON REST API with new endpoints for WooCommerce (is_shop, is_cart, is_checkout, is_account_page) page functions...

Similar: 67%

JSON REST API (WP API) Categories and Tags

The JSON REST API (WP API) as of version 1.1.1 does not allow you to specify tags or categories when createing or editing posts (it appears this will be added in a later release). This plugin addresses that problem by allowing categories and tags to be passed in the JSON data when creating/editing p.........

Similar: 67%

WP REST API Cache

Enable caching for WordPress REST API and increase speed of your application See details on GitHub: http://github.com/airesvsg/wp-rest-api-cache...

Similar: 63%

ACF to REST API

Edit, Get and Puts ACF data into the WordPress REST API ( WP-API | WP REST API ). See details on GitHub http://github.com/airesvsg/acf-to-rest-api...

Similar: 63%

WP API Page template

Extends WordPress JSON REST API page endpoints with page template name....

Similar: 56%

WP API Options

This plugin extends the WordPress JSON REST API with new routes for WordPress options...

Similar: 43%

MB Rest API

MB Rest API is an extension of the Meta Box plugin which pulls all custom fields' values (meta value) from posts, pages, custom post types, terms into the WordPress REST API responses under 'meta_box' key. This plugin requires the WordPress REST API v2 and Meta Box v4.8.5+....

Similar: 39%