Skip to main content
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

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    apps object[]

    Apps with their public blocks

  • Array [
  • 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

  • ]