---
title: "GET /site/template/{templateName}"
method: GET
path: "/site/template/{templateName}"
tags: ["Site"]
---

# GET /site/template/{templateName}

`GET /site/template/{templateName}`

Get template data

## Path parameters

- `templateName` string, required

## Response `200`

Returns json with template data

- object[]
  - `name` string
  - `description` string
  - `tags` string
  - `settings` string
  - `imageUrl` string
  - `url` string
  - `githubUrl` string
  - `readmeContent` string
  - `createdBy` string
  - `createdAt` string, date-time

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/bohr-io/apis/bohr-io-api.md) · [All operations](https://skmtc.net/bohr-io/apis/bohr-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bohr-io/bohr-io-api/revisions/926405b5dade/schema)
