---
title: "Get all project templates"
method: GET
path: "/templates"
tags: ["Projects"]
---

# Get all project templates

`GET /templates`

Returns all public project templates

## Response `200`

List of project templates

- object
  - `ok` boolean
  - `data` object[]
    - `id` string, uuid
    - `title` string
    - `description` string
    - `thumbnail` string
    - `scene_id` string, uuid
    - `eth_address` string
    - `cols` integer
    - `rows` integer
    - `parcels` integer
    - `transforms` integer
    - `gltf_shapes` integer
    - `nft_shapes` integer
    - `scripts` integer
    - `entities` integer
    - `is_deleted` boolean
    - `is_public` boolean
    - `is_template` boolean
    - `creation_coords` string
    - `template_status` 'active' | 'coming_soon'
    - `video` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
