---
title: "Fetch templates."
method: GET
path: "/atomicassets/v1/templates"
tags: ["templates"]
---

# Fetch templates.

`GET /atomicassets/v1/templates`

You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute "rarity" with the value "common". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text.

## Query parameters

- `collection_name` string
- `schema_name` string
- `issued_supply` number
- `min_issued_supply` number
- `max_issued_supply` number
- `has_assets` boolean
- `max_supply` number
- `is_burnable` boolean
- `is_transferable` boolean
- `authorized_account` string
- `match` string
- `collection_blacklist` string
- `collection_whitelist` string
- `template_id` string
- `ids` string
- `lower_bound` string
- `upper_bound` string
- `before` integer
- `after` integer
- `page` integer
- `limit` integer
- `order` 'asc' | 'desc'
- `sort` 'name' | 'created'

## 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

- `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/versions/6e5b195ccabb/schema)
