---
title: "List public (approved) templates"
method: GET
path: "/templates/public"
tags: ["Templates / Public"]
---

# List public (approved) templates

`GET /templates/public`

Retrieves a collection of all public (approved) templates that are available for anyone. Returned templates are sorted by usage in descending order.

## Query parameters

- `includeEn` boolean
- `name` string
- `usedApps[]` string[]
- `cols[]` string[]
- `pg[sortBy]` string
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `templatesPublic` object[]
    - `id` integer
    - `name` string
    - `description` string
    - `url` string
    - `usedApps` string[]
    - `usage` integer
  - `pg` object
    - `last` string
    - `showLast` boolean
    - `sortBy` string
    - `sortDir` string
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
