File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ This API reference provides information on the specific endpoints available thro
7575 <td><a href="https://developer.wordpress.org/rest-api/reference/search-results/">Search</a></td>
7676 <td><code>/wp/v2/search</code></td>
7777 </tr >
78+ <tr >
79+ <td><a href="https://developer.wordpress.org/rest-api/reference/block-types/">Block Types</a></td>
80+ <td><code>/wp/v2/block-types</code></td>
81+ </tr >
7882 <tr >
7983 <td><a href="https://developer.wordpress.org/rest-api/reference/wp_blocks/">Blocks</a></td>
8084 <td><code>/wp/v2/blocks</code></td>
@@ -87,6 +91,14 @@ This API reference provides information on the specific endpoints available thro
8791 <td><a href="https://developer.wordpress.org/rest-api/reference/rendered-blocks/">Block Renderer</a></td>
8892 <td><code>/wp/v2/block-renderer</code></td>
8993 </tr >
94+ <tr >
95+ <td><a href="https://developer.wordpress.org/rest-api/reference/block-directory-items/">Block Directory Items</a></td>
96+ <td><code>/wp/v2/block-directory/search</code></td>
97+ </tr >
98+ <tr >
99+ <td><a href="https://developer.wordpress.org/rest-api/reference/plugins/">Plugins</a></td>
100+ <td><code>/wp/v2/plugins</code></td>
101+ </tr >
90102</table >
91103
92104## A Distributed API
You can’t perform that action at this time.
0 commit comments