
WP REST API Sidebars
by Martin Pettersson on WordPress.org
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": "
Active installations100+
Weekly downloads
21-19.23%
Version0.1.1
Last updated1/14/2016
WordPress version4.4
Tested up to4.4.33
Tags
apiJSONrestrest-apisidebar