Block Directory Items

This route searches WordPress.org for blocks that can be installed on the site.

Available routes (endpoints are described below):

/wp/v2/block-directory/search

Controller classes:

Resource schema

The schema lists fields returned by the resource. Fields depend on the context and user capabilities.

Field Context Description
name view, edit Resource field.
title view, edit Resource field.
description view, edit Resource field.
rating view, edit Resource field.
active_installs view, edit Resource field.
author view, edit Resource field.
icon view, edit Resource field.

An OPTIONS request returns methods, parameters, and the complete schema for the selected route.

$ curl -X OPTIONS -i https://example.com/wp-json/wp/v2/block-directory/search

Get data

Request type

GET /wp/v2/block-directory/search

Request parameters

$context(string)
Response context: view, embed, or edit.
$page(integer)
Collection page number.
$per_page(integer)
Number of items per page.

Request example

$ curl https://example.com/wp-json/wp/v2/block-directory/search