Plugin info

Total downloads: 8,239
Active installs: 100
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/14/2016 (3638 days ago)
Added to WordPress: 1/14/2016 (9 years old)
Minimum WordPress version: 4.4
Tested up to WordPress version: 4.4.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3638 days ago • 1 reviews

22/100

Is WP REST API Sidebars abandoned?

Possibly abandoned (last update 3638 days ago).

Compatibility

Requires WordPress: 4.4
Tested up to: 4.4.34
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Disable REST API
Rating 4.8/5 (38 reviews)Active installs 90,000
Disable WP REST API
Rating 4.8/5 (36 reviews)Active installs 20,000
WordPress REST API (Version 2)
Rating 4.2/5 (34 reviews)Active installs 10,000
WPGet API – Connect to any external REST API
Rating 5.0/5 (30 reviews)Active installs 10,000
WP REST API – OAuth 1.0a Server
Rating 3.7/5 (7 reviews)Active installs 9,000
WP REST API Meta Endpoints
Rating 0.0/5 (0 reviews)Active installs 1,000

Description

An extension for the WP REST API that exposes endpoints for sidebars and widgets.

note: this plugin is under heavy development and will receive frequent feature updates (including documentation) so stay tuned and checkout the github repo for the latest updates

Currently supported endpoints

/wp-json/wp-rest-api-sidebars/v1/sidebars returns a list of registered sidebars

[
    {
        "name": "Sidebar Name",
        "id": "sidebar-id",
        "description": "Sidebar description...",
        "class": "sidebar-class",
        "before_widget": "

/wp-json/wp-rest-api-sidebars/v1/sidebars/{id} returns the given sidebar

{
    "name": "Sidebar Name",
    "id": "sidebar-id",
    "description": "Sidebar description...",
    "class": "sidebar-class",
    "before_widget": "

Installation

Get the content to the plugin directory and activate the plugin

note: to enable you to use any version/branch of the WP REST API plugin during this rapid development phase there is currently no good way to check if it is active. Therefore make sure that it is before you activate this plugin.

Frequently Asked Questions

No FAQ available

Review feed

Quema Labs
9/3/2016

Works great!

Using it for a theme and works great!

Screenshots

No screenshots available

Changelog

0.1.1

  • Now using a plugin specific endpoint namespace: /wp-rest-api-sidebars/v1
  • Including widgets in the /sidebars/{id} response