/block-types
List registered block types
Returns the block catalog for the site, including the editor field schema for each block type.
No locale or pagination parameters are used here.
Useful when a custom frontend needs to understand which block definitions exist for a site.
curl -X GET "https://api.yourlocalpage.com/api/public/v1/block-types" \
-H "x-api-key: YOUR_PUBLIC_API_KEY"{
"data": {
"id": "item_123",
"slug": "starter-plan",
"title": "List registered block types"
}
}