Version: 202601
List public cards
GET/openapi/2026-01/themes/public-blocks
List public cards available for a template or theme.
Request
Query Parameters
template string
Template name to filter public blocks, e.g. index
theme string
Theme name, e.g. Nova 2023
limit int32
Optional max number of results
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
apps object[]
Apps with their public blocks
idstring
App ID (e.g. public)
blocksobject[]
Public cards. Each item is a card schema object (type, name, ...) whose shape is not fixed by this API
json
{
"code": "string",
"message": "string",
"data": {
"apps": [
{
"id": "string",
"blocks": [
{}
]
}
]
}
}