---
title: "Get Public Template List"
method: GET
path: "/v1/template/public"
tags: ["templates"]
---

# Get Public Template List

`GET /v1/template/public`

## Response `200`

Example response

- object
  - `version` string, required
  - `data` PublicTemplateListItem[], required
    - `id` string, required
    - `templateURL` string, required
    - `name` string, required

## Other responses

- `201` — Example response
- `500` — Example response

## Changes

- **2024-01-31** `4f557b176ebd` — 9 info
  - the response property `data/items/id` became required for the status `200`
  - the response property `data/items/id` became required for the status `201`
  - the response property `data/items/id` became required for the status `500`
  - the response property `data/items/name` became required for the status `200`
  - …5 more
- **2023-12-06** `35be9c1301b7` — 1 info
  - api tag `templates` added
- **2023-12-05** `5c3748c387f7` — 5 breaking, 4 warning, 7 info
  - removed the required property `count` from the response with the `200` status
  - removed the required property `message` from the response with the `200` status
  - removed the required property `message` from the response with the `500` status
  - removed the required property `results` from the response with the `200` status
  - …12 more

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/template/public/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/4f557b176ebd/schema)
