Block Pattern Categories

This route returns registered block-pattern categories.

Available routes (endpoints are described below):

/wp/v2/block-patterns/categories

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.
label view, edit Resource field.

/wp/v2/block-patterns/categories

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-patterns/categories

Get data

Request type

GET /wp/v2/block-patterns/categories

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-patterns/categories