templates

List Templates

List all available templates (including statistics)

Args: lang: Optional language code for localized descriptions

Returns: List of available templates with statistics

get/api/templates/

Query parameters

langstring nullable

Language code (e.g., 'en', 'zh')

Language code (e.g., 'en', 'zh')

Response

Successful Response

idstring required

Template unique identifier

namestring required

Template name

categorystring required

Template category

featuredboolean

Whether the template is featured

descriptionstring required

Template description

featuresstring[]

Template features

setup_timestring

Setup time

tagsstring[]

Template tags

authorstring required

Template author

versionstring required

Template version

viewsinteger

Number of views

likesinteger

Number of likes

used_countinteger

Number of times used

is_likedboolean

Whether the current user liked this template

Changes

Changed in 2 of the 4 revisions of this API.4

    • added the optional property items/is_liked to the response with the 200 status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/connections to the response with the 200 status

      response-optional-property-added

    • added the optional property items/features to the response with the 200 status

      response-optional-property-added

    • added the optional property items/setup_time to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog