---
title: "Find template by id"
method: GET
path: "/atomicassets/v1/templates/{collection_name}/{template_id}"
tags: ["templates"]
---

# Find template by id

`GET /atomicassets/v1/templates/{collection_name}/{template_id}`

## Path parameters

- `collection_name` string, required
- `template_id` integer, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` Template
    - `contract` string
    - `template_id` string
    - `max_supply` string
    - `issued_supply` string
    - `is_transferable` boolean
    - `is_burnable` boolean
    - `immutable_data` object
    - `created_at_time` string
    - `created_at_block` string
    - `scheme` object
      - `schema_name` string
      - `format` object[]
        - `name` string
        - `type` string
      - `created_at_block` string
      - `created_at_time` string
    - `collection` object
      - `collection_name` string
      - `name` string
      - `author` string
      - `allow_notify` boolean
      - `authorized_accounts` string[]
      - `notify_accounts` string[]
      - `market_fee` number
      - `created_at_block` string
      - `created_at_time` string
  - `query_time` integer, nullable

## Other responses

- `416` — Element not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/atomicassets-api/revisions/6e5b195ccabb/schema)
